Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62455cbd authored by csagan5's avatar csagan5
Browse files

Release 85.0.4183.94

parent 57634d60
Loading
Loading
Loading
Loading
+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)

+1 −1
Original line number Diff line number Diff line
85.0.4183.86
85.0.4183.94
+3 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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.
          */