Skip to content

Commit

Permalink
Updating sources to 94.0.4606.74
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Bendig committed Jan 18, 2023
1 parent 16af558 commit d700dbf
Show file tree
Hide file tree
Showing 19,741 changed files with 218,116 additions and 162,018 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2021 The Chromium Authors. All rights reserved.
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016 The Chromium Authors. All rights reserved.
# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Copyright 2010 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down
3 changes: 2 additions & 1 deletion lgpl/sources/chromium/src/chrome/test/data/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015 The Chromium Authors. All rights reserved.
# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down Expand Up @@ -56,6 +56,7 @@ group("closure_compile") {
deps = [
":closure_compile_local",
"cast:closure_compile",
"extensions/api_test/file_system_provider/service_worker:closure_compile",
]

if (!is_android) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2020 The Chromium Authors. All rights reserved.
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<script>
const params = new URLSearchParams(window.location.search);
let metaTagContent = 'width=device-width';
if (params.has('resizes-content'))
metaTagContent += ',interactive-widget=resizes-content';
else if (params.has('resizes-visual'))
metaTagContent += ',interactive-widget=resizes-visual';
else if (params.has('overlays-content')) {
metaTagContent += ',interactive-widget=overlays-content';

window.numGeometryChangeEvents = 0;
navigator.virtualKeyboard.addEventListener('geometrychange', () => {
window.numGeometryChangeEvents++;
});
}

let meta = document.createElement('meta');
meta.name = 'viewport';
meta.content = metaTagContent;
document.head.appendChild(meta);
onload = () =>{
document.getElementById('output').innerText = metaTagContent;
}
</script>
</head>
<body>
<input id="inputElement" type="text"></input>
<p id="output"></p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 The Chromium Authors. All rights reserved.
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env vpython3
# Copyright 2020 The Chromium Authors. All rights reserved.
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 The Chromium Authors. All rights reserved.
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@

^
SkypeU
V

com.skype.raiderJphonehub

com.skype.raiderJarc

http://web.skype.com/Jweb
\
WhatsAppP

https://web.skype.com/Jweb
Q

com.whatsappJphonehub

com.whatsappJarc

http://web.whatsapp.com/Jweb

https://web.whatsapp.com/Jweb
{

com.google.android.keepJarc
4
-https://keep.google.com/?usp=installed_webappJweb
#
https://keep.google.com/Jwebsite
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 The Chromium Authors. All rights reserved.
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Loading

0 comments on commit d700dbf

Please sign in to comment.