Loading CHANGELOG.md +5 −1 Original line number Diff line number Diff line # 88.0.4324.95 # 88.0.4324.141 * fix bookmarks not opening (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/891) * fix proxy page not loading (fixes https://github.com/bromite/bromite/issues/890) * ignore managed state for secure DNS (fixes https://github.com/bromite/bromite/issues/832) # 88.0.4324.95 * fix broken recent tabs behaviour (fixes https://github.com/bromite/bromite/issues/886) * re-introduce flags for number of raster threads (fixes https://github.com/bromite/bromite/issues/875) * avoid initializing histogram data for the WebView (https://github.com/bromite/bromite/issues/873) Loading build/GN_ARGS +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ symbol_level=1 target_os="android" use_debug_fission=true use_errorprone_java_compiler=false use_gnome_keyring=false use_official_google_api_keys=false use_openh264=true use_sysroot=false Loading build/patches/Add-bookmark-import-export-actions.patch +2 −2 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm /** * Synchronously gets a list of bookmarks that match the specified search query. * @param query Keyword used for searching bookmarks. @@ -1005,6 +1048,24 @@ public class BookmarkBridge { @@ -1006,6 +1049,24 @@ public class BookmarkBridge { depthList.add(depth); } Loading @@ -263,7 +263,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm private static List<Pair<Integer, Integer>> createPairsList(int[] left, int[] right) { List<Pair<Integer, Integer>> pairList = new ArrayList<Pair<Integer, Integer>>(); for (int i = 0; i < left.length; i++) { @@ -1072,6 +1133,8 @@ public class BookmarkBridge { @@ -1073,6 +1134,8 @@ public class BookmarkBridge { int getChildCount(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type); void getChildIDs(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type, List<BookmarkId> bookmarksList); Loading build/patches/Automated-domain-substitution.patch +24459 −312 File changed.File size exceeds preview limit. View original file View changed file build/patches/Ignore-managed-state-for-secure-DNS.patch +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ diff --git a/chrome/browser/privacy/secure_dns_bridge.cc b/chrome/browser/privac - ->GetSecureDnsConfiguration( - true /* force_check_parental_controls_for_automatic_mode */) - .management_mode()); + return static_cast<int>(ManagementMode::kNoOverride); + return static_cast<int>(SecureDnsConfig::ManagementMode::kNoOverride); } static void JNI_SecureDnsBridge_UpdateDropdownHistograms( Loading Loading
CHANGELOG.md +5 −1 Original line number Diff line number Diff line # 88.0.4324.95 # 88.0.4324.141 * fix bookmarks not opening (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/891) * fix proxy page not loading (fixes https://github.com/bromite/bromite/issues/890) * ignore managed state for secure DNS (fixes https://github.com/bromite/bromite/issues/832) # 88.0.4324.95 * fix broken recent tabs behaviour (fixes https://github.com/bromite/bromite/issues/886) * re-introduce flags for number of raster threads (fixes https://github.com/bromite/bromite/issues/875) * avoid initializing histogram data for the WebView (https://github.com/bromite/bromite/issues/873) Loading
build/GN_ARGS +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ symbol_level=1 target_os="android" use_debug_fission=true use_errorprone_java_compiler=false use_gnome_keyring=false use_official_google_api_keys=false use_openh264=true use_sysroot=false Loading
build/patches/Add-bookmark-import-export-actions.patch +2 −2 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm /** * Synchronously gets a list of bookmarks that match the specified search query. * @param query Keyword used for searching bookmarks. @@ -1005,6 +1048,24 @@ public class BookmarkBridge { @@ -1006,6 +1049,24 @@ public class BookmarkBridge { depthList.add(depth); } Loading @@ -263,7 +263,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm private static List<Pair<Integer, Integer>> createPairsList(int[] left, int[] right) { List<Pair<Integer, Integer>> pairList = new ArrayList<Pair<Integer, Integer>>(); for (int i = 0; i < left.length; i++) { @@ -1072,6 +1133,8 @@ public class BookmarkBridge { @@ -1073,6 +1134,8 @@ public class BookmarkBridge { int getChildCount(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type); void getChildIDs(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type, List<BookmarkId> bookmarksList); Loading
build/patches/Automated-domain-substitution.patch +24459 −312 File changed.File size exceeds preview limit. View original file View changed file
build/patches/Ignore-managed-state-for-secure-DNS.patch +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ diff --git a/chrome/browser/privacy/secure_dns_bridge.cc b/chrome/browser/privac - ->GetSecureDnsConfiguration( - true /* force_check_parental_controls_for_automatic_mode */) - .management_mode()); + return static_cast<int>(ManagementMode::kNoOverride); + return static_cast<int>(SecureDnsConfig::ManagementMode::kNoOverride); } static void JNI_SecureDnsBridge_UpdateDropdownHistograms( Loading