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

Commit f7f05e54 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '3952-master-browser' into 'master'

Update browser to v144.0.7559.109

See merge request !120
parents 6fcc346c 4bb0bcb5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[submodule "build/cromite"]
	path = build/cromite
	url = https://gitlab.e.foundation/e/os/cromite
	url = https://gitlab.e.foundation/e/os/cromite.git
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ use_thin_lto=false
use_v8_context_snapshot=false
enable_glic = false
build_tflite_with_xnnpack = false
v8_enable_builtins_reordering = false

chrome_public_manifest_package = "foundation.e.browser"
trichrome_library_package = "foundation.e.trichromelibrary"
Original line number Diff line number Diff line
Subproject commit c713b95df68b610712e04a58fb7a7d6a39d355d2
Subproject commit 2ba21150282e277cdab0f534cb57978d9a9ac398
+0 −3
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ Restore-chrome-password-store.patch
Remove-EV-certificates.patch
do-not-hide-.orig-files.patch
do-not-add-suffix-to-package-name.patch
exit-on-failure-of-inclusion.patch
Move-some-account-settings-back-to-privacy-settings.patch
kill-Vision.patch
kill-Location-fall-back-to-system.patch
@@ -93,7 +92,6 @@ Revert-removal-of-execution-context-address-space.patch
Enable-darken-websites-checkbox-in-themes.patch
Remove-blocklisted-URLs-upon-bookmark-creation.patch
Disable-the-DIAL-repeating-discovery.patch
Block-qjz9zk-or-trk-requests.patch
Hardening-against-incognito-mode-detection.patch
Restore-Simplified-NTP-launch.patch
Add-option-to-use-home-page-as-NTP.patch
@@ -151,7 +149,6 @@ Enable-Certificate-Transparency.patch
Invalidate-components-public-key.patch
Improve-plain-text-rendering-on-mobile.patch
Remove-segmentation-platform.patch
Follow-only-system-dark-mode.patch
Remove-window-name-on-cross-origin-navigation.patch
Remove-preload-of-com.google.android.gms.fonts.patch
Partition-Blink-memory-cache.patch
+4 −4
Original line number Diff line number Diff line
From 1999f6dfee1b54be7de2a19e5b01d60473ba6ac9 Mon Sep 17 00:00:00 2001
From 3067dd5a86d890084bccd989fd89ad16d05f5dd5 Mon Sep 17 00:00:00 2001
From: Aayush Gupta <theimpulson@e.email>
Date: Fri, 26 Nov 2021 08:03:13 +0000
Subject: Browser: Add provider to share default search engine
@@ -13,10 +13,10 @@ Signed-off-by: Saalim Quadri <danascape@gmail.com>
 create mode 100644 chrome/android/java/src/org/chromium/chrome/browser/provider/SearchEngineProvider.java

diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 3475bbd02071e..eca2fbaf40f79 100644
index 877bcb7009103..30066d4b56ad1 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -1393,6 +1393,12 @@ by a child template that "extends" this file.
@@ -1416,6 +1416,12 @@ by a child template that "extends" this file.
           tools:ignore="ExportedContentProvider">
       </provider>
 
@@ -124,5 +124,5 @@ index 9c175c0d24804..eccb0847f7cd6 100644
 chrome_java_sources += userscripts_java_sources
+chrome_java_sources += [ "java/src/org/chromium/chrome/browser/provider/SearchEngineProvider.java" ]
-- 
2.51.2
2.52.0
Loading