From 6147d667f1ee7a786d6ca58c170c08ac3c750ee3 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sat, 19 Nov 2022 18:13:24 +0100 Subject: [PATCH] Release 107.0.5304.114 --- CHANGELOG.md | 5 +++++ build/LASTCHANGE | 2 +- build/RELEASE | 2 +- build/RELEASE_COMMIT | 2 +- build/bromite_patches_list.txt | 1 + build/patches/Add-bookmark-import-export-actions.patch | 2 +- ...me-resolution-in-WebWorker-requestAnimationFrame.patch} | 7 +++++-- build/patches/Disable-all-predictors-code.patch | 4 ++-- build/patches/Disable-safety-check.patch | 2 +- build/patches/Experimental-user-scripts-support.patch | 2 +- build/patches/build-remove-calling-untrusted-hooks.patch | 6 +++--- 11 files changed, 22 insertions(+), 13 deletions(-) rename build/patches/{Fix-WebWorker-requestAnimationFrame.patch => Clamp-time-resolution-in-WebWorker-requestAnimationFrame.patch} (86%) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe74a97..26045f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 107.0.5304.114 +* fix for drag selection not working with bottom toolbar (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2411) +* fix for navbar color not matching site color (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2416) +* clamp time resolution in WebWorkers' requestAnimationFrame (thanks to @uazo) + # 107.0.5304.96 * bottom toolbar: fix for white strip at top in tab view (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2407) * reverse tab order from top to bottom when using bottom toolbar (thanks to @uazo) diff --git a/build/LASTCHANGE b/build/LASTCHANGE index 59fe1341..530bccd2 100644 --- a/build/LASTCHANGE +++ b/build/LASTCHANGE @@ -1 +1 @@ -5e4e695db5ae34eebbd81741c4add61b263fcca5- \ No newline at end of file +34c0c91996e05f4711a8b9c030853b7237535f7e- \ No newline at end of file diff --git a/build/RELEASE b/build/RELEASE index c3b80e39..116b42e4 100644 --- a/build/RELEASE +++ b/build/RELEASE @@ -1 +1 @@ -107.0.5304.96 \ No newline at end of file +107.0.5304.114 \ No newline at end of file diff --git a/build/RELEASE_COMMIT b/build/RELEASE_COMMIT index 18bc3b05..bad75f98 100644 --- a/build/RELEASE_COMMIT +++ b/build/RELEASE_COMMIT @@ -1 +1 @@ -cc848a50ac06860b606b3adc58a9397b6d171c66 \ No newline at end of file +a58397de73b02d076fa5f4685540e7274c1eb8e5 \ No newline at end of file diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index 385f1d77..725852c8 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -203,4 +203,5 @@ Disable-add-to-home-screen-prompt.patch Remove-HTTP-referrals-in-cross-origin-navigation.patch Enable-ECH-by-default.patch Disable-StartSurface-feature.patch +Clamp-time-resolution-in-WebWorker-requestAnimationFrame.patch Automated-domain-substitution.patch diff --git a/build/patches/Add-bookmark-import-export-actions.patch b/build/patches/Add-bookmark-import-export-actions.patch index 35685f67..db6bcb36 100644 --- a/build/patches/Add-bookmark-import-export-actions.patch +++ b/build/patches/Add-bookmark-import-export-actions.patch @@ -727,7 +727,7 @@ diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn "autofill/manual_filling_utils.cc", "autofill/manual_filling_utils.h", "autofill/manual_filling_view_interface.h", -@@ -3570,8 +3579,6 @@ static_library("browser") { +@@ -3568,8 +3577,6 @@ static_library("browser") { "badging/badge_manager_factory.h", "banners/app_banner_manager_desktop.cc", "banners/app_banner_manager_desktop.h", diff --git a/build/patches/Fix-WebWorker-requestAnimationFrame.patch b/build/patches/Clamp-time-resolution-in-WebWorker-requestAnimationFrame.patch similarity index 86% rename from build/patches/Fix-WebWorker-requestAnimationFrame.patch rename to build/patches/Clamp-time-resolution-in-WebWorker-requestAnimationFrame.patch index 1bdf8649..d08c4400 100644 --- a/build/patches/Fix-WebWorker-requestAnimationFrame.patch +++ b/build/patches/Clamp-time-resolution-in-WebWorker-requestAnimationFrame.patch @@ -1,9 +1,12 @@ From: uazo Date: Mon, 3 Oct 2022 09:39:07 +0000 -Subject: Fix WebWorker requestAnimationFrame +Subject: Clamp time resolution in WebWorker requestAnimationFrame Aligns requestAnimationFrame's callback to the w3c specification -See bugid 1236113 +See https://bugs.chromium.org/p/chromium/issues/detail?id=1236113 + +Original License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html +License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- .../animation_frame/worker_animation_frame_provider.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/patches/Disable-all-predictors-code.patch b/build/patches/Disable-all-predictors-code.patch index 1c8303df..e398f91b 100644 --- a/build/patches/Disable-all-predictors-code.patch +++ b/build/patches/Disable-all-predictors-code.patch @@ -9,7 +9,7 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html .../optimization_guide_keyed_service.cc | 5 ---- chrome/common/chrome_features.cc | 6 ++--- .../optimization_guide/core/hints_fetcher.cc | 1 + - .../optimization_guide/core/hints_manager.cc | 4 ++++ + .../optimization_guide/core/hints_manager.cc | 5 ++++ .../core/optimization_guide_features.cc | 24 +++++++++---------- .../core/prediction_model_download_manager.cc | 6 +++-- .../core/prediction_model_fetcher_impl.cc | 1 + @@ -17,7 +17,7 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html components/permissions/features.cc | 8 +++---- .../segmentation_platform/public/features.cc | 2 +- third_party/blink/common/features.cc | 2 +- - 12 files changed, 33 insertions(+), 31 deletions(-) + 12 files changed, 34 insertions(+), 31 deletions(-) diff --git a/chrome/browser/optimization_guide/chrome_hints_manager.cc b/chrome/browser/optimization_guide/chrome_hints_manager.cc --- a/chrome/browser/optimization_guide/chrome_hints_manager.cc diff --git a/build/patches/Disable-safety-check.patch b/build/patches/Disable-safety-check.patch index 7fa38d3a..6aa8c204 100644 --- a/build/patches/Disable-safety-check.patch +++ b/build/patches/Disable-safety-check.patch @@ -85,7 +85,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/app/omnibox/Omn diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn -@@ -3333,7 +3333,6 @@ static_library("browser") { +@@ -3331,7 +3331,6 @@ static_library("browser") { "//chrome/browser/privacy_sandbox/android:jni_headers", "//chrome/browser/reading_list/android", "//chrome/browser/safe_browsing/android:safe_browsing_enums", diff --git a/build/patches/Experimental-user-scripts-support.patch b/build/patches/Experimental-user-scripts-support.patch index 17d62804..98f2d4d2 100644 --- a/build/patches/Experimental-user-scripts-support.patch +++ b/build/patches/Experimental-user-scripts-support.patch @@ -323,7 +323,7 @@ diff --git a/chrome/android/java_sources.gni b/chrome/android/java_sources.gni diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn -@@ -3490,6 +3490,11 @@ static_library("browser") { +@@ -3488,6 +3488,11 @@ static_library("browser") { ] deps += [ "//chrome/android/modules/dev_ui/provider:native" ] } diff --git a/build/patches/build-remove-calling-untrusted-hooks.patch b/build/patches/build-remove-calling-untrusted-hooks.patch index 022e031e..9e7fc70c 100644 --- a/build/patches/build-remove-calling-untrusted-hooks.patch +++ b/build/patches/build-remove-calling-untrusted-hooks.patch @@ -33,7 +33,7 @@ diff --git a/DEPS b/DEPS # By default bot checkouts the WPR archive files only when this # flag is set True. -@@ -3834,49 +3834,6 @@ hooks = [ +@@ -3830,49 +3830,6 @@ hooks = [ 'sync', '--extract', ], }, @@ -83,7 +83,7 @@ diff --git a/DEPS b/DEPS { # Case-insensitivity for the Win SDK. Must run before win_toolchain below. 'name': 'ciopfs_linux', -@@ -4047,57 +4004,6 @@ hooks = [ +@@ -4043,57 +4000,6 @@ hooks = [ ], }, @@ -141,7 +141,7 @@ diff --git a/DEPS b/DEPS # Pull rc binaries using checked-in hashes. { 'name': 'rc_win', -@@ -4123,31 +4029,6 @@ hooks = [ +@@ -4119,31 +4025,6 @@ hooks = [ '-s', 'src/build/toolchain/win/rc/mac/rc.sha1', ], },