-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Łukasz Bendig
committed
Jan 18, 2023
1 parent
16af558
commit d700dbf
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/installer/mac/third_party/xz/BUILD.gn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/installer/mac/third_party/xz/lzma_decompress.export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/test/data/android/display_cutout/shared.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/test/data/android/manage_wpr_archives.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
lgpl/sources/chromium/src/chrome/test/data/android/page_with_editable.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/test/data/android/upload_download_utils.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/test/data/android/upload_download_utils_test.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 13 additions & 8 deletions
21
lgpl/sources/chromium/src/chrome/test/data/app_deduplication_service/binary_test_data.pb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/test/data/ash/clipboard_history/utility.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lgpl/sources/chromium/src/chrome/test/data/autofill/captured_sites/cipd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.