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

Commit f66d1198 authored by csagan5's avatar csagan5 Committed by Sooraj S
Browse files

Release 78.0.3904.63

parent 77beb741
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# 78.0.3904.63
* replace Beta DoH service URL for Google (https://developers.google.com/speed/public-dns/docs/doh/migration)
* disable AImageReaderMediaPlayer until upstream bug is fixed (https://bugs.chromium.org/p/chromium/issues/detail?id=977583)
* disabled face detection provider
* removed non-working SystemWebView adblock patch (not working since v77)
* bring back some privacy options which upstream moved to Sync settings (fixes https://github.com/bromite/bromite/issues/383)

# 77.0.3865.104
* revert upstream commit for search privacy options and related translations removal (fixes https://github.com/bromite/bromite/issues/375)
* remove unused patch for enabling subresource filter on all sites
+1277 −717

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ diff --git a/third_party/libaom/BUILD.gn b/third_party/libaom/BUILD.gn
+      sources += aom_ports_arm_sources
     }
     if (is_android) {
       deps += [ "//third_party/android_sdk:cpu_features" ]
       deps += [ "//third_party/android_ndk:cpu_features" ]
diff --git a/third_party/libaom/libaom_srcs.gni b/third_party/libaom/libaom_srcs.gni
--- a/third_party/libaom/libaom_srcs.gni
+++ b/third_party/libaom/libaom_srcs.gni
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Subject: Add DuckDuckGo Lite search engine
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
--- a/components/search_engines/prepopulated_engines.json
+++ b/components/search_engines/prepopulated_engines.json
@@ -95,6 +95,16 @@
@@ -91,6 +91,16 @@
       "id": 68
     },
 
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ disable from all its searches RLZ and field experiments querystring parameters.
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
--- a/components/search_engines/prepopulated_engines.json
+++ b/components/search_engines/prepopulated_engines.json
@@ -126,6 +126,27 @@
@@ -122,6 +122,27 @@
       "id": 1
     },
 
Loading