From 61d9742824d54be5693191fe502325a909feca59 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 28 Nov 2022 16:14:41 +0100 Subject: BASELINE: Update Chromium to 108.0.5359.70 Change-Id: I77334ff232b819600f275bd3cfe41fbaa3619230 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/445904 Reviewed-by: Allan Sandfeld Jensen --- chromium/net/server/BUILD.gn | 2 +- chromium/net/server/http_connection.cc | 2 +- chromium/net/server/http_connection.h | 2 +- chromium/net/server/http_connection_unittest.cc | 2 +- chromium/net/server/http_server.cc | 2 +- chromium/net/server/http_server.h | 2 +- chromium/net/server/http_server_fuzzer.cc | 2 +- chromium/net/server/http_server_request_info.cc | 2 +- chromium/net/server/http_server_request_info.h | 2 +- chromium/net/server/http_server_response_info.cc | 2 +- chromium/net/server/http_server_response_info.h | 2 +- chromium/net/server/http_server_response_info_unittest.cc | 2 +- chromium/net/server/http_server_unittest.cc | 2 +- chromium/net/server/web_socket.cc | 2 +- chromium/net/server/web_socket.h | 2 +- chromium/net/server/web_socket_encoder.cc | 2 +- chromium/net/server/web_socket_encoder.h | 2 +- chromium/net/server/web_socket_encoder_unittest.cc | 4 ++-- 18 files changed, 19 insertions(+), 19 deletions(-) (limited to 'chromium/net/server') diff --git a/chromium/net/server/BUILD.gn b/chromium/net/server/BUILD.gn index fb3d3ffb55e..5fb821885a5 100644 --- a/chromium/net/server/BUILD.gn +++ b/chromium/net/server/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright 2018 The Chromium Authors. All rights reserved. +# Copyright 2018 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chromium/net/server/http_connection.cc b/chromium/net/server/http_connection.cc index b57e1a357fc..0fee0cc7003 100644 --- a/chromium/net/server/http_connection.cc +++ b/chromium/net/server/http_connection.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_connection.h b/chromium/net/server/http_connection.h index 9167f82effd..af20e3898d4 100644 --- a/chromium/net/server/http_connection.h +++ b/chromium/net/server/http_connection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_connection_unittest.cc b/chromium/net/server/http_connection_unittest.cc index d1eb56147b1..4077bc45088 100644 --- a/chromium/net/server/http_connection_unittest.cc +++ b/chromium/net/server/http_connection_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. +// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server.cc b/chromium/net/server/http_server.cc index b9a556ee1d6..110e8f537c4 100644 --- a/chromium/net/server/http_server.cc +++ b/chromium/net/server/http_server.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server.h b/chromium/net/server/http_server.h index 4aece408326..dc5d323924f 100644 --- a/chromium/net/server/http_server.h +++ b/chromium/net/server/http_server.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server_fuzzer.cc b/chromium/net/server/http_server_fuzzer.cc index b091cc7c193..8495842d8c5 100644 --- a/chromium/net/server/http_server_fuzzer.cc +++ b/chromium/net/server/http_server_fuzzer.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server_request_info.cc b/chromium/net/server/http_server_request_info.cc index 3274b3928b4..3bbdba0e5b6 100644 --- a/chromium/net/server/http_server_request_info.cc +++ b/chromium/net/server/http_server_request_info.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server_request_info.h b/chromium/net/server/http_server_request_info.h index 9eeb10d70ca..1d221de03a8 100644 --- a/chromium/net/server/http_server_request_info.h +++ b/chromium/net/server/http_server_request_info.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server_response_info.cc b/chromium/net/server/http_server_response_info.cc index 5d8d4512d31..db39bf092d1 100644 --- a/chromium/net/server/http_server_response_info.cc +++ b/chromium/net/server/http_server_response_info.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server_response_info.h b/chromium/net/server/http_server_response_info.h index c2451e8d91e..d20b7496762 100644 --- a/chromium/net/server/http_server_response_info.h +++ b/chromium/net/server/http_server_response_info.h @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server_response_info_unittest.cc b/chromium/net/server/http_server_response_info_unittest.cc index f7b8e251d34..de6e783955a 100644 --- a/chromium/net/server/http_server_response_info_unittest.cc +++ b/chromium/net/server/http_server_response_info_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/http_server_unittest.cc b/chromium/net/server/http_server_unittest.cc index 3e1fdc6c9e1..8717513aa79 100644 --- a/chromium/net/server/http_server_unittest.cc +++ b/chromium/net/server/http_server_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/web_socket.cc b/chromium/net/server/web_socket.cc index c4155cb7c8b..fc3d78d97cf 100644 --- a/chromium/net/server/web_socket.cc +++ b/chromium/net/server/web_socket.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/web_socket.h b/chromium/net/server/web_socket.h index ce53804e642..d1a05eb6d0f 100644 --- a/chromium/net/server/web_socket.h +++ b/chromium/net/server/web_socket.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/web_socket_encoder.cc b/chromium/net/server/web_socket_encoder.cc index a70e587861a..ed8179d0554 100644 --- a/chromium/net/server/web_socket_encoder.cc +++ b/chromium/net/server/web_socket_encoder.cc @@ -1,4 +1,4 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. +// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/web_socket_encoder.h b/chromium/net/server/web_socket_encoder.h index 66b3d7a51eb..f385cbd525e 100644 --- a/chromium/net/server/web_socket_encoder.h +++ b/chromium/net/server/web_socket_encoder.h @@ -1,4 +1,4 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. +// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/chromium/net/server/web_socket_encoder_unittest.cc b/chromium/net/server/web_socket_encoder_unittest.cc index 0120ea319ac..202564531c2 100644 --- a/chromium/net/server/web_socket_encoder_unittest.cc +++ b/chromium/net/server/web_socket_encoder_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. +// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -403,7 +403,7 @@ TEST_F(WebSocketEncoderCompressionTest, LongFrame) { frame.reserve(length); for (int i = 0; i < length; ++i) { int64_t j = i; - frame += temp.data()[(j * j) % length]; + frame += temp[(j * j) % length]; } int mask = 0; -- cgit v1.2.1