Loading CHANGELOG.md +6 −0 Original line number Diff line number Diff line # 88.0.4324.185 * fix favicons fallback search (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/788) * fix potential DIAL crash when network state changes (thanks to @Ahrotahn) * fix crash when opening links in incognito-only mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/899) * disallow empty custom user agent (thanks to @uazo) # 88.0.4324.149 * fix proxy PAC URL option not working (fixes https://github.com/bromite/bromite/issues/908) * store proxy configuration in LocalState instead of Profile (thanks to @uazo) Loading build/RELEASE +1 −1 Original line number Diff line number Diff line 88.0.4324.149 88.0.4324.185 build/bromite_patches_list.txt +1 −1 Original line number Diff line number Diff line Loading @@ -156,5 +156,5 @@ Revert-flags-remove-num-raster-threads.patch webview-Hard-no-to-persistent-histograms.patch Ignore-managed-state-and-policies-for-secure-DNS.patch Do-not-permit-user-installed-certificates.patch Fix-favicons-fallback-search.patch Automated-domain-substitution.patch fix-favicons-fallback.patch build/patches/AImageReader-CFI-crash-mitigations.patch +2 −2 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_lis diff --git a/gpu/config/gpu_finch_features.cc b/gpu/config/gpu_finch_features.cc --- a/gpu/config/gpu_finch_features.cc +++ b/gpu/config/gpu_finch_features.cc @@ -37,6 +37,11 @@ bool FieldIsInBlocklist(const char* current_value, std::string blocklist_str) { @@ -38,6 +38,11 @@ bool FieldIsInBlocklist(const char* current_value, std::string blocklist_str) { } // namespace #if defined(OS_ANDROID) Loading @@ -133,7 +133,7 @@ diff --git a/gpu/config/gpu_finch_features.cc b/gpu/config/gpu_finch_features.cc // Used to limit GL version to 2.0 for skia raster on Android. const base::Feature kUseGles2ForOopR{"UseGles2ForOopR", base::FEATURE_ENABLED_BY_DEFAULT}; @@ -49,7 +54,11 @@ const base::Feature kAndroidSurfaceControl{"AndroidSurfaceControl", @@ -55,7 +60,11 @@ const base::FeatureParam<std::string> kAndroidSurfaceControlBlocklist{ // Use AImageReader for MediaCodec and MediaPlyer on android. const base::Feature kAImageReader{"AImageReader", Loading build/patches/Add-an-always-incognito-mode.patch +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappI diff --git a/chrome/browser/flags/android/chrome_feature_list.cc b/chrome/browser/flags/android/chrome_feature_list.cc --- a/chrome/browser/flags/android/chrome_feature_list.cc +++ b/chrome/browser/flags/android/chrome_feature_list.cc @@ -374,7 +374,7 @@ const base::Feature kCCTExternalLinkHandling{"CCTExternalLinkHandling", @@ -377,7 +377,7 @@ const base::Feature kCCTExternalLinkHandling{"CCTExternalLinkHandling", base::FEATURE_ENABLED_BY_DEFAULT}; const base::Feature kCCTIncognito{"CCTIncognito", Loading Loading
CHANGELOG.md +6 −0 Original line number Diff line number Diff line # 88.0.4324.185 * fix favicons fallback search (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/788) * fix potential DIAL crash when network state changes (thanks to @Ahrotahn) * fix crash when opening links in incognito-only mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/899) * disallow empty custom user agent (thanks to @uazo) # 88.0.4324.149 * fix proxy PAC URL option not working (fixes https://github.com/bromite/bromite/issues/908) * store proxy configuration in LocalState instead of Profile (thanks to @uazo) Loading
build/bromite_patches_list.txt +1 −1 Original line number Diff line number Diff line Loading @@ -156,5 +156,5 @@ Revert-flags-remove-num-raster-threads.patch webview-Hard-no-to-persistent-histograms.patch Ignore-managed-state-and-policies-for-secure-DNS.patch Do-not-permit-user-installed-certificates.patch Fix-favicons-fallback-search.patch Automated-domain-substitution.patch fix-favicons-fallback.patch
build/patches/AImageReader-CFI-crash-mitigations.patch +2 −2 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_lis diff --git a/gpu/config/gpu_finch_features.cc b/gpu/config/gpu_finch_features.cc --- a/gpu/config/gpu_finch_features.cc +++ b/gpu/config/gpu_finch_features.cc @@ -37,6 +37,11 @@ bool FieldIsInBlocklist(const char* current_value, std::string blocklist_str) { @@ -38,6 +38,11 @@ bool FieldIsInBlocklist(const char* current_value, std::string blocklist_str) { } // namespace #if defined(OS_ANDROID) Loading @@ -133,7 +133,7 @@ diff --git a/gpu/config/gpu_finch_features.cc b/gpu/config/gpu_finch_features.cc // Used to limit GL version to 2.0 for skia raster on Android. const base::Feature kUseGles2ForOopR{"UseGles2ForOopR", base::FEATURE_ENABLED_BY_DEFAULT}; @@ -49,7 +54,11 @@ const base::Feature kAndroidSurfaceControl{"AndroidSurfaceControl", @@ -55,7 +60,11 @@ const base::FeatureParam<std::string> kAndroidSurfaceControlBlocklist{ // Use AImageReader for MediaCodec and MediaPlyer on android. const base::Feature kAImageReader{"AImageReader", Loading
build/patches/Add-an-always-incognito-mode.patch +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappI diff --git a/chrome/browser/flags/android/chrome_feature_list.cc b/chrome/browser/flags/android/chrome_feature_list.cc --- a/chrome/browser/flags/android/chrome_feature_list.cc +++ b/chrome/browser/flags/android/chrome_feature_list.cc @@ -374,7 +374,7 @@ const base::Feature kCCTExternalLinkHandling{"CCTExternalLinkHandling", @@ -377,7 +377,7 @@ const base::Feature kCCTExternalLinkHandling{"CCTExternalLinkHandling", base::FEATURE_ENABLED_BY_DEFAULT}; const base::Feature kCCTIncognito{"CCTIncognito", Loading