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

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

Merge tag 88.0.4324.141 from bromite



cc06b37e Release 88.0.4324.141
5f22cda3 Merge pull request #896 from uazo/fix-bookmark-import-export
902961d7 fix wrong thread (DCHECK failed) + request WRITE_EXTERNAL_STORAGE permission
8340b1da Mention GitHub Discussions
02abc717 Updating patches for next 88.0.4324.141 release
344da255 Merge pull request #892 from uazo/fix-v88
cf2a2adc fix proxy and bookmark page

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parents 5a79d830 cc06b37e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ Have you read the README? https://github.com/bromite/bromite/blob/master/README.
Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Are you sure this is not a Chromium bug? You have to test with Chromium before submitting a bug.
Are you using the latest version of Bromite?

If instead of a bug report you want to ask a question then please use the GitHub Discussions: https://github.com/bromite/bromite/discussions
-->

### Bromite version
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Have you read the F.A.Q.s? https://github.com/bromite/bromite/blob/master/FAQ.md
Have you read the README? https://github.com/bromite/bromite/blob/master/README.md
Have you read the Wiki? https://github.com/bromite/bromite/wiki

If instead of a feature request you want to ask a question then please use the GitHub Discussions: https://github.com/bromite/bromite/discussions

-->

<!-- Do not submit feature requests for extensions support or adding a search engine. -->
+6 −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)
* dropped patch for manifest changes for Q/R (already present upstream)
* fix check for HTML extension in bookmark import dialog

# 87.0.4280.131
* enable all network isolation features (fixes https://github.com/bromite/bromite/issues/836)
+3 −1
Original line number Diff line number Diff line
@@ -218,7 +218,9 @@ Bromite uses an unindexed filter file, which is periodically published at https:

Please submit issues following the issue template; beware that GitHub does not display the templates from mobile.

Patches are welcome and accepted if they match the project goals; if you are willing to contribute you can open an issue to discuss patches submission.
Patches are welcome and accepted if they match the project goals.

For any usage or development discussion please use GitHub Discussions: https://github.com/bromite/bromite/discussions

# Credits

+1 −0
Original line number Diff line number Diff line
@@ -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