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

Commit 750449d3 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge tag 84.0.4147.90 from bromite



265ab75e Release 84.0.4147.90
f82057aa Specify exception about CFI on x86
ab94462f Fix CFI build flag

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parents 9b626041 265ab75e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
# 84.0.4147.90
* added menu item to view source of current page
* fixed dialog for SSL/TLS errors (fixes https://github.com/bromite/bromite/issues/638)
* build with feeds support due to upstream build flags combination bugs

# 83.0.4103.119
* restored non-CFI builds for x86

+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ No; Bromite will support extensions only if upstream (Chromium) does, or similar
* disable smart search by default, allow web search from incognito mode
* always-visible cookies, javascript and ads site settings
* remove Play integration binary blobs
* use [CFI](https://en.wikipedia.org/wiki/Control-flow_integrity) on all architectures
* use [CFI](https://en.wikipedia.org/wiki/Control-flow_integrity) on all architectures except x86
* disable media router and remoting by default
* disable dynamic module loading
* enable site-per-process isolation for all devices with memory > 1GB
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ disable_autofill_assistant_dfm=true
disable_tab_ui_dfm=true
enable_av1_decoder=true
enable_dav1d_decoder=true
enable_feed_in_chrome=false
enable_gvr_services=false
enable_hangout_services_extension=false
enable_iterator_debugging=false
@@ -24,7 +23,6 @@ enable_resource_whitelist_generation=false
enable_vr=false
fieldtrial_testing_like_official_build=true
icu_use_data_file=true
is_cfi=false
is_component_build=false
is_debug=false
is_official_build=true
+1 −1
Original line number Diff line number Diff line
83.0.4103.119
84.0.4147.90
+3 −2
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ Add-exit-menu-item.patch
Remove-help-menu-item.patch
AudioBuffer-AnalyserNode-fp-mitigations.patch
Multiple-fingerprinting-mitigations-for-canvas-text-and-client-rectangles.patch
Add-flags-to-disable-device-motion-and-orientation-APIs.patch
Add-flags-to-disable-device-motion-orientation-APIs.patch
Disable-metrics-on-all-I-O-threads.patch
Always-respect-async-dns-flag-regardless-of-SDK-version.patch
Add-flag-to-configure-maximum-connections-per-host.patch
@@ -83,7 +83,7 @@ Remove-dependency-on-com.google.android.gms.gcm.patch
Remove-dependency-on-com.google.android.play.patch
Remove-dependency-on-vision-clearcut-and-phenotype.patch
Remove-dependency-on-flags-places-and-stats.patch
Remove-dependency-on-fido-iid-instantapps-and-location.patch
Remove-dependency-on-fido-iid-instantapps-location.patch
Remove-dependency-on-com.google.android.gms.cast.patch
Remove-dependency-on-auth-signin-dynamic-and-tasks.patch
Remove-google_services_gcm.patch
@@ -137,4 +137,5 @@ Disable-AImageReader-for-ARM64-P-and-ARM64-Q.patch
Restore-GPU-bug-blacklist-for-AImageReader-on-ARM-CPUs.patch
Update-i18n-zh_CN-support.patch
Add-a-flag-to-allow-screenshots-in-Incognito-mode.patch
Add-menu-item-to-view-source.patch
Automated-domain-substitution.patch
Loading