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

Commit 7a9188d7 authored by csagan5's avatar csagan5
Browse files

v86 patches

parent 7c1c9c56
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
# 86.0.4240.55
* switch to upstream UI for DoH URL customization
* remove weblayer dependency on Play Services
* build fixes for password service
* removed obsolete patch to kill Translate
* removed timezone customization patch
* removed patch to revert unified consent code
* removed patch for dav1d library
* removed patch for improved cookie controls defaults

# 85.0.4183.114
# 85.0.4183.114


# 85.0.4183.110
# 85.0.4183.110
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ symbol_level=1
target_os="android"
target_os="android"
use_debug_fission=true
use_debug_fission=true
use_errorprone_java_compiler=false
use_errorprone_java_compiler=false
use_jumbo_build=false
use_official_google_api_keys=false
use_official_google_api_keys=false
use_openh264=true chrome_pgo_phase=0
use_openh264=true chrome_pgo_phase=0
use_sysroot=false
use_sysroot=false
webview_includes_weblayer=false
+1 −1
Original line number Original line Diff line number Diff line
85.0.4183.114
86.0.4240.55
+5 −8
Original line number Original line Diff line number Diff line
Disable-third-party-cookies-by-default.patch
Disable-third-party-cookies-by-default.patch
Revert-Remove-pre-unified-consent-code.patch
Password-service-build-fixes.patch
Restore-classic-new-tab-page.patch
Restore-classic-new-tab-page.patch
Always-use-new-tab-page-for-default-home-page.patch
Always-use-new-tab-page-for-default-home-page.patch
Always-allow-partner-customisation.patch
Always-allow-partner-customisation.patch
@@ -72,7 +72,6 @@ autofill-disable-autofill-download-manager.patch
first_run-deactivate-autoupdate-globally.patch
first_run-deactivate-autoupdate-globally.patch
translate-disable-fetching-of-translate-languages-from-server.patch
translate-disable-fetching-of-translate-languages-from-server.patch
kill-TOS-and-metrics-opt-out.patch
kill-TOS-and-metrics-opt-out.patch
kill-Translate.patch
kill-Vision.patch
kill-Vision.patch
kill-Location-fall-back-to-system.patch
kill-Location-fall-back-to-system.patch
kill-Auth.patch
kill-Auth.patch
@@ -115,14 +114,14 @@ Increase-number-of-autocomplete-matches-from-5-to-10.patch
Disable-HEAD-requests-for-single-word-Omnibar-searches.patch
Disable-HEAD-requests-for-single-word-Omnibar-searches.patch
Disable-some-signed-exchange-features.patch
Disable-some-signed-exchange-features.patch
Add-flag-to-disable-WebGL.patch
Add-flag-to-disable-WebGL.patch
Add-user-setting-for-DNS-over-HTTPS-DoH-custom-URL.patch
Enable-DoH.patch
Reduce-HTTP-headers-in-DoH-requests-to-bare-minimum.patch
Reduce-HTTP-headers-in-DoH-requests-to-bare-minimum.patch
Revert-flags-remove-disable-pull-to-refresh-effect.patch
Revert-flags-remove-disable-pull-to-refresh-effect.patch
Use-dummy-DFM-installer.patch
Use-dummy-DFM-installer.patch
Disable-password-reuse-detection-on-android.patch
Disable-password-reuse-detection-on-android.patch
Disable-feeds-support-by-default.patch
Disable-feeds-support-by-default.patch
Disable-autofill-assistant-by-default.patch
Disable-autofill-assistant-by-default.patch
Show-site-settings-for-cookies-javascript-and-ads.patch
Show-site-settings-for-cookies.patch
Restore-enable-horizontal-tab-switcher-flag.patch
Restore-enable-horizontal-tab-switcher-flag.patch
Disable-DRM-media-origin-IDs-preprovisioning.patch
Disable-DRM-media-origin-IDs-preprovisioning.patch
Disable-smart-selection-by-default.patch
Disable-smart-selection-by-default.patch
@@ -140,14 +139,12 @@ Block-gateway-attacks-via-websockets.patch
Enable-prefetch-privacy-changes-by-default.patch
Enable-prefetch-privacy-changes-by-default.patch
Enable-reduced-referrer-granularity-by-default.patch
Enable-reduced-referrer-granularity-by-default.patch
Disable-support-for-RAR-files-inspection.patch
Disable-support-for-RAR-files-inspection.patch
Enable-improved-cookie-controls-by-default.patch
Add-history-support-in-incognito-mode.patch
Add-history-support-in-incognito-mode.patch
Enable-darken-websites-checkbox-in-themes.patch
Enable-darken-websites-checkbox-in-themes.patch
Remove-blocklisted-URLs-upon-bookmark-creation.patch
Remove-blocklisted-URLs-upon-bookmark-creation.patch
Disable-scroll-to-text-fragment.patch
Disable-scroll-to-text-fragment.patch
Rollback-dav1d-upgrades-that-break-x86.patch
Disable-the-DIAL-repeating-discovery.patch
Disable-the-DIAL-repeating-discovery.patch
Timezone-customization.patch
Block-all-connection-requests-with-qjz9zk-in-the-domain-name-or-with-a-trk-scheme.patch
Block-all-connection-requests-with-qjz9zk-in-the-domain-name-or-with-a-trk-scheme.patch
Automated-domain-substitution.patch
Hardening-against-incognito-mode-detection.patch
Hardening-against-incognito-mode-detection.patch
Automated-domain-substitution.patch
Remove-weblayer-dependency-on-Play-Services.patch
+1 −2
Original line number Original line Diff line number Diff line
Revert-Remove-pre-unified-consent-code.patch
AV1-codec-support.patch
AV1-codec-support.patch
Switch-to-fstack-protector-strong.patch
Switch-to-fstack-protector-strong.patch
Enable-fwrapv-in-Clang-for-non-UBSan-builds.patch
Enable-fwrapv-in-Clang-for-non-UBSan-builds.patch
Disable-password-reuse-detection-on-android.patch
Disable-password-reuse-detection-on-android.patch
Disable-feeds-support-by-default.patch
Disable-feeds-support-by-default.patch
Rollback-dav1d-upgrades-that-break-x86.patch
Password-service-build-fixes.patch
Loading