Loading CHANGELOG.md +6 −0 Original line number Diff line number Diff line # 85.0.4183.94 * disable the DIAL repeating discovery * removed patch for session-only cookies support * add timezone customization patch (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/331) * fixed bug happening when configuring proxies in incognito mode (thanks to @uazo) # 85.0.4183.86 * fix LocationBarPhone app crash at startup (fixes https://github.com/bromite/bromite/issues/565) Loading build/RELEASE +1 −1 Original line number Diff line number Diff line 85.0.4183.86 85.0.4183.94 build/patches/Add-a-proxy-configuration-page.patch +3 −0 Original line number Diff line number Diff line Loading @@ -1241,3 +1241,6 @@ diff --git a/net/proxy_resolution/proxy_config.h b/net/proxy_resolution/proxy_co // Returns one of {&proxies_for_http, &proxies_for_https, &proxies_for_ftp, // &fallback_proxies}, or NULL if there is no proxy to use. -- 2.17.1 build/patches/Timezone-customization.patch +2 −2 Original line number Diff line number Diff line Loading @@ -607,8 +607,8 @@ diff --git a/components/browser_ui/site_settings/android/java/src/org/chromium/c int BLUETOOTH = 19; int VIRTUAL_REALITY = 20; - int USE_STORAGE = 21; // Always last as it should appear in the UI at the bottom. + int USE_STORAGE = 21; + int TIMEZONE_OVERRIDE = 22; // Always last as it should appear in the UI at the bottom. + int TIMEZONE_OVERRIDE = 21; + int USE_STORAGE = 22; // Always last as it should appear in the UI at the bottom. /** * Number of handled categories used for calculating array sizes. */ Loading Loading
CHANGELOG.md +6 −0 Original line number Diff line number Diff line # 85.0.4183.94 * disable the DIAL repeating discovery * removed patch for session-only cookies support * add timezone customization patch (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/331) * fixed bug happening when configuring proxies in incognito mode (thanks to @uazo) # 85.0.4183.86 * fix LocationBarPhone app crash at startup (fixes https://github.com/bromite/bromite/issues/565) Loading
build/patches/Add-a-proxy-configuration-page.patch +3 −0 Original line number Diff line number Diff line Loading @@ -1241,3 +1241,6 @@ diff --git a/net/proxy_resolution/proxy_config.h b/net/proxy_resolution/proxy_co // Returns one of {&proxies_for_http, &proxies_for_https, &proxies_for_ftp, // &fallback_proxies}, or NULL if there is no proxy to use. -- 2.17.1
build/patches/Timezone-customization.patch +2 −2 Original line number Diff line number Diff line Loading @@ -607,8 +607,8 @@ diff --git a/components/browser_ui/site_settings/android/java/src/org/chromium/c int BLUETOOTH = 19; int VIRTUAL_REALITY = 20; - int USE_STORAGE = 21; // Always last as it should appear in the UI at the bottom. + int USE_STORAGE = 21; + int TIMEZONE_OVERRIDE = 22; // Always last as it should appear in the UI at the bottom. + int TIMEZONE_OVERRIDE = 21; + int USE_STORAGE = 22; // Always last as it should appear in the UI at the bottom. /** * Number of handled categories used for calculating array sizes. */ Loading