Loading CHANGELOG.md +11 −0 Original line number Diff line number Diff line # 93.0.4577.110 * set enable_reporting to false (thanks to @nikolowry) * backported patches for security issues https://crbug.com/1245578 and https://crbug.com/1251787 * disable AGSA by default * disable UA client hint for model * disable lock icon in address bar by default * enable share intent (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1062) * allow forcing external links to open in incognito (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/728) * avoid double restart for default tab groups flags status # 93.0.4577.83 * dropped patch for FLoC (already disabled by upstream) * dropped patch for build with system sysroots Loading build/RELEASE +1 −1 Original line number Diff line number Diff line 93.0.4577.83 93.0.4577.110 build/bromite_patches_list.txt +7 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ ungoogled-chromium-Disable-Google-host-detection.patch ungoogled-chromium-Disable-Gaia.patch ungoogled-chromium-Disable-domain-reliability.patch ungoogled-chromium-Disable-Network-Time-Tracker.patch ungoogled-chromium-Fix-building-without-enabling-reporting.patch Disable-safe-browsing.patch Skip-the-first-run-and-metrics.patch Disable-all-promo-dialogs.patch Loading Loading @@ -154,9 +153,14 @@ Logcat-crash-reports-UI.patch Add-support-for-ISupportHelpAndFeedback.patch JIT-less-toggle.patch API-level-21-prevent-crash-on-download.patch Add-vibration-flag.patch Add-flag-to-disable-vibration.patch mime_util-force-text-x-suse-ymp-to-be-downloaded.patch Disable-UA-client-hint.patch Disable-UA-client-hint-for-model.patch Disable-AGSA-by-default.patch Allow-building-without-enable_reporting.patch Disable-lock-icon-in-address-bar-by-default.patch Force-open-external-links-in-incognito.patch Enable-share-intent.patch Automated-domain-substitution.patch Observe-WebContents-in-PPAPIDownloadRequest.patch Prevents-non-browser-processes-from-requesting-memory-dumps.patch build/patches/Add-vibration-flag.patch→build/patches/Add-flag-to-disable-vibration.patch +1 −1 Original line number Diff line number Diff line From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sun, 27 Jun 2021 17:35:39 +0200 Subject: Add vibration flag Subject: Add flag to disable vibration --- chrome/browser/about_flags.cc | 4 ++++ Loading build/patches/Automated-domain-substitution.patch +2 −2 Original line number Diff line number Diff line Loading @@ -30573,7 +30573,7 @@ diff --git a/third_party/blink/renderer/core/frame/deprecation.cc b/third_party/ diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/blink/renderer/core/frame/local_frame.cc --- a/third_party/blink/renderer/core/frame/local_frame.cc +++ b/third_party/blink/renderer/core/frame/local_frame.cc @@ -1706,7 +1706,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, @@ -1709,7 +1709,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, "The frame attempting navigation of the top-level window is " "sandboxed with the 'allow-top-navigation-by-user-activation' " "flag, but has no user activation (aka gesture). See " Loading @@ -30582,7 +30582,7 @@ diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/ } return false; } @@ -1807,7 +1807,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, @@ -1810,7 +1810,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, "The frame attempting navigation is targeting its top-level window, " "but is neither same-origin with its target nor has it received a " "user gesture. See " Loading
CHANGELOG.md +11 −0 Original line number Diff line number Diff line # 93.0.4577.110 * set enable_reporting to false (thanks to @nikolowry) * backported patches for security issues https://crbug.com/1245578 and https://crbug.com/1251787 * disable AGSA by default * disable UA client hint for model * disable lock icon in address bar by default * enable share intent (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1062) * allow forcing external links to open in incognito (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/728) * avoid double restart for default tab groups flags status # 93.0.4577.83 * dropped patch for FLoC (already disabled by upstream) * dropped patch for build with system sysroots Loading
build/bromite_patches_list.txt +7 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ ungoogled-chromium-Disable-Google-host-detection.patch ungoogled-chromium-Disable-Gaia.patch ungoogled-chromium-Disable-domain-reliability.patch ungoogled-chromium-Disable-Network-Time-Tracker.patch ungoogled-chromium-Fix-building-without-enabling-reporting.patch Disable-safe-browsing.patch Skip-the-first-run-and-metrics.patch Disable-all-promo-dialogs.patch Loading Loading @@ -154,9 +153,14 @@ Logcat-crash-reports-UI.patch Add-support-for-ISupportHelpAndFeedback.patch JIT-less-toggle.patch API-level-21-prevent-crash-on-download.patch Add-vibration-flag.patch Add-flag-to-disable-vibration.patch mime_util-force-text-x-suse-ymp-to-be-downloaded.patch Disable-UA-client-hint.patch Disable-UA-client-hint-for-model.patch Disable-AGSA-by-default.patch Allow-building-without-enable_reporting.patch Disable-lock-icon-in-address-bar-by-default.patch Force-open-external-links-in-incognito.patch Enable-share-intent.patch Automated-domain-substitution.patch Observe-WebContents-in-PPAPIDownloadRequest.patch Prevents-non-browser-processes-from-requesting-memory-dumps.patch
build/patches/Add-vibration-flag.patch→build/patches/Add-flag-to-disable-vibration.patch +1 −1 Original line number Diff line number Diff line From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sun, 27 Jun 2021 17:35:39 +0200 Subject: Add vibration flag Subject: Add flag to disable vibration --- chrome/browser/about_flags.cc | 4 ++++ Loading
build/patches/Automated-domain-substitution.patch +2 −2 Original line number Diff line number Diff line Loading @@ -30573,7 +30573,7 @@ diff --git a/third_party/blink/renderer/core/frame/deprecation.cc b/third_party/ diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/blink/renderer/core/frame/local_frame.cc --- a/third_party/blink/renderer/core/frame/local_frame.cc +++ b/third_party/blink/renderer/core/frame/local_frame.cc @@ -1706,7 +1706,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, @@ -1709,7 +1709,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, "The frame attempting navigation of the top-level window is " "sandboxed with the 'allow-top-navigation-by-user-activation' " "flag, but has no user activation (aka gesture). See " Loading @@ -30582,7 +30582,7 @@ diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/ } return false; } @@ -1807,7 +1807,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, @@ -1810,7 +1810,7 @@ static bool CanNavigateHelper(LocalFrame& initiating_frame, "The frame attempting navigation is targeting its top-level window, " "but is neither same-origin with its target nor has it received a " "user gesture. See "