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

Commit f410de52 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Browser: Update e patches for 123.0.6312.122

parent bbacf5c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ RUN apt-get update &&\

RUN mkdir ${CHROMIUM_DIR}

RUN curl -s https://raw.githubusercontent.com/chromium/chromium/121.0.6167.164/build/install-build-deps.py \
RUN curl -s https://raw.githubusercontent.com/chromium/chromium/123.0.6312.122/build/install-build-deps.py \
       | python - --android --lib32 --no-chromeos-fonts --no-prompt

RUN git config --global user.name "John Doe"
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ root_dir=$(dirname "$(readlink -f "$0")")
if [ ! -d "$chromium_dir" ]; then
    chromium_dir=$root_dir
fi
chromium_version="121.0.6167.164"
chromium_version="123.0.6312.122"
chromium_code=$(echo "$chromium_version" | tr -d '.' | cut -c5-)
chromium_url=https://github.com/chromium/chromium.git
clean=0
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ enable_arcore=false
enable_av1_decoder=true
enable_cardboard=false
enable_dav1d_decoder=true
enable_gvr_services=false
enable_hangout_services_extension=false
enable_iterator_debugging=false
enable_mdns=false
+2 −2
Original line number Diff line number Diff line
From 72e4b09fa116b1e440a28983da789f5866b81e7f Mon Sep 17 00:00:00 2001
From 02877d29aa7c0e7c4562bca67c882e022e4dfc19 Mon Sep 17 00:00:00 2001
From: althafvly <althafvly@gmail.com>
Date: Wed, 4 Oct 2023 13:51:29 +0530
Subject: [PATCH 12/48] fixup Revert removal of execution context address space
Subject: [PATCH 01/51] fixup Revert removal of execution context address space

---
 .../blink/renderer/core/workers/installed_scripts_manager.cc  | 4 ++--
+24 −0
Original line number Diff line number Diff line
From d4d4d0a6ed5bf02c0c02fd666e96d0d861312927 Mon Sep 17 00:00:00 2001
From: althafvly <althafvly@gmail.com>
Date: Thu, 11 Apr 2024 19:45:52 +0530
Subject: [PATCH 02/51] fixup Bromite subresource adblocker

---
 chrome/android/BUILD.gn | 1 -
 1 file changed, 1 deletion(-)

diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index ba708adf41a03..2c8981d134d10 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -315,7 +315,6 @@ if (current_toolchain == default_toolchain) {
       "//chrome/android/modules/cablev2_authenticator/public:java",
       "//chrome/android/modules/stack_unwinder/provider:java",
       "//chrome/android/webapk/libs/client:client_java",
-      "//chrome/browser/endpoint_fetcher:java",
       "//chrome/android/webapk/libs/common:common_java",
       "//chrome/android/webapk/libs/common:splash_java",
       "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
-- 
2.34.1
Loading