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

Commit 1a4d0086 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Browser: Bump to version 99.0.4844.77

parent cde85ccf
Loading
Loading
Loading
Loading
Loading

bromite @ 47d0d4f9

Original line number Diff line number Diff line
Subproject commit f645da9e44acdecb6040021b0428ff663fdda376
Subproject commit 47d0d4f9f8e3443a2204f7bbebcd83b068d6debd
+1 −0
Original line number Diff line number Diff line
android_channel="stable"
blink_symbol_level=1
build_contextual_search=false
build_with_tflite_lib=false
chrome_pgo_phase=0
dcheck_always_on=false
+5 −6
Original line number Diff line number Diff line
@@ -7,9 +7,8 @@
0007-Browser-Disable-async-DNS-by-default-on-Android.patch
0008-Browser-Enable-custom-tabs-by-default.patch
0009-Browser-Enable-search-suggestion-by-default.patch
0010-Browser-Hide-and-disable-touch-to-search-option.patch
0011-Browser-Modify-default-search-engines.patch
0012-Browser-Redirect-users-to-e-foundation-docs.patch
0013-Revert-Bromite-auto-updater.patch
0014-Revert-Block-gateway-attacks-via-websockets.patch
0015-Revert-Disable-unified-autoplay-feature.patch
0010-Browser-Modify-default-search-engines.patch
0011-Browser-Redirect-users-to-e-foundation-docs.patch
0012-Revert-Bromite-auto-updater.patch
0013-Revert-Block-gateway-attacks-via-websockets.patch
0014-Revert-Disable-unified-autoplay-feature.patch
+3 −3
Original line number Diff line number Diff line
From 8a9f242453259a31df1f00085ca09798cd7113bb Mon Sep 17 00:00:00 2001
From 1a9bc10a81de7705467f7c3a745b811eef40efa2 Mon Sep 17 00:00:00 2001
From: Aayush Gupta <theimpulson@e.email>
Date: Fri, 26 Nov 2021 05:39:25 +0000
Subject: [PATCH 01/15] Browser: Change app and package name to browser
Subject: [PATCH 01/14] Browser: Change app and package name to browser

Signed-off-by: Aayush Gupta <theimpulson@e.email>
---
@@ -10,7 +10,7 @@ Signed-off-by: Aayush Gupta <theimpulson@e.email>
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 3a2417c58db15..296d91464a9f3 100644
index 4058341db4cdd..5ac0eb1185ebb 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -43,16 +43,7 @@ if (android_64bit_target_cpu && skip_secondary_abi_for_cq) {
+2 −2
Original line number Diff line number Diff line
From e4a464f34d21e4a2ad882468bab023661ab7b867 Mon Sep 17 00:00:00 2001
From c11a8ddf7f8729fdcdbdf660471ebe5f1e3a847e Mon Sep 17 00:00:00 2001
From: Aayush Gupta <theimpulson@e.email>
Date: Fri, 26 Nov 2021 06:04:08 +0000
Subject: [PATCH 02/15] Browser: Use our custom icon instead of chromium
Subject: [PATCH 02/14] Browser: Use our custom icon instead of chromium

Signed-off-by: Aayush Gupta <theimpulson@e.email>
---
Loading