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

Commit e3c730c7 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge tag 89.0.4389.78 from bromite



a55c7672 Release 89.0.4389.78
6c2412b3 Add question about ad blocker
ff09829f Updated patches for v89
fb90e003 Patches for next release (v89)
9e1fa7d6 Merge pull request #964 from zhmars/i18n
262fde89 Update zh_CN translations

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parents fec3618d a55c7672
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,6 +36,9 @@ Please pick the same version of Chromium as Bromite from here: https://github.co
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.
-->

### Allow ads for the site; is the bug caused by the adblocker?
Yes/No

### Is the bug a crash?

<!--
+11 −1
Original line number Diff line number Diff line
# 89.0.4389.78
* make all favicon requests on-demand
* restored older icon for view source menu item
* prevent adblock filters update check on app start (fixes https://github.com/bromite/bromite/issues/967)
* removed UI for adblock filters (fixes https://github.com/bromite/bromite/issues/941)
* dropped patch for swapped favicons bug
* dropped patch to enable reduced-referrer-granularity by default (already present upstream)
* dropped password reuse detection patch
* dropped UA customization patch
* enabled PartitionExpectCTStateByNetworkIsolationKey and PartitionDomainReliabilityByNetworkIsolationKey (fixes https://github.com/bromite/bromite/issues/985)

# 88.0.4324.207
* add flag for save-data-header
* add option to force tablet UI
* fix bug with wrong last checked time (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/941)
* fix bug with adblock filters not being downloaded correctly (fixes https://github.com/bromite/bromite/issues/960)
* move up bookmark all tabs menu item (fixes https://github.com/bromite/bromite/issues/943)
* fix icons for exit and view source menu items
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ No; Bromite will support extensions only if upstream (Chromium) does, or similar

## Features not related to privacy
* import/export bookmarks
* bookmark all tabs from tabs regroup menu
* flag to allow screenshots of incognito tabs
* allow playing videos in background tabs and disable pause on switching tabs
* all codecs included (proprietary, open H.264 etc.)
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ use_debug_fission=true
use_errorprone_java_compiler=false
use_gnome_keyring=false
use_official_google_api_keys=false
use_openh264=true
use_rtti=false
use_sysroot=false
webview_includes_weblayer=false
+1 −1
Original line number Diff line number Diff line
88.0.4324.207
89.0.4389.78
Loading