This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine patching into one step; bug fixes
- Loading branch information
Showing
12 changed files
with
40 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
description: fix a missing variable | ||
author: Wengling Chen <[email protected]> | ||
|
||
--- a/src/chrome/browser/android/rlz/rlz_ping_handler.cc | ||
+++ b/src/chrome/browser/android/rlz/rlz_ping_handler.cc | ||
--- a/chrome/browser/android/rlz/rlz_ping_handler.cc | ||
+++ b/chrome/browser/android/rlz/rlz_ping_handler.cc | ||
@@ -76,7 +76,7 @@ void RlzPingHandler::Ping( | ||
DCHECK_EQ(id.length(), 50u); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ Fix a redefinition error in unnamed namespace. | |
author: Wengling Chen <[email protected]> | ||
|
||
diff --git a/chrome/browser/android/favicon_helper.cc b/chrome/browser/android/favicon_helper.cc | ||
--- a/src/chrome/browser/android/favicon_helper.cc | ||
+++ b/src/chrome/browser/android/favicon_helper.cc | ||
--- a/chrome/browser/android/favicon_helper.cc | ||
+++ b/chrome/browser/android/favicon_helper.cc | ||
@@ -80,17 +80,13 @@ void OnEnsureIconIsAvailableFinished( | ||
env, j_availability_callback, newly_available); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
description: change package name to allow co-existence with original Chromium | ||
author: Wengling Chen <[email protected]> | ||
|
||
--- a/src/chrome/android/BUILD.gn | ||
+++ b/src/chrome/android/BUILD.gn | ||
@@ -42,8 +42,8 @@ | ||
--- | ||
chrome/android/BUILD.gn | 4 ++-- | ||
chrome/android/java/res_chromium/values/channel_constants.xml | 2 +- | ||
2 files changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn | ||
--- a/chrome/android/BUILD.gn | ||
+++ b/chrome/android/BUILD.gn | ||
@@ -42,8 +42,8 @@ if (dfmify_devtools) { | ||
import("//chrome/android/features/devtools/devtools_module_tmpl.gni") | ||
} | ||
|
||
|
@@ -14,10 +20,9 @@ author: Wengling Chen <[email protected]> | |
|
||
chrome_public_jinja_variables = default_chrome_public_jinja_variables + | ||
[ "manifest_package=$manifest_package" ] | ||
|
||
|
||
--- a/src/chrome/android/java/res_chromium/values/channel_constants.xml | ||
+++ b/src/chrome/android/java/res_chromium/values/channel_constants.xml | ||
diff --git a/chrome/android/java/res_chromium/values/channel_constants.xml b/chrome/android/java/res_chromium/values/channel_constants.xml | ||
--- a/chrome/android/java/res_chromium/values/channel_constants.xml | ||
+++ b/chrome/android/java/res_chromium/values/channel_constants.xml | ||
@@ -5,7 +5,7 @@ | ||
|
||
<resources xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
4 changes: 2 additions & 2 deletions
4
patches/ungoogled-chromium-android/linker-android-support-remove.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
description: remove linker flag -landroid_support. We build MonoChrome targets API 24+, which won't need support library anyway | ||
author: Wengling Chen <[email protected]> | ||
|
||
--- a/src/build/config/android/BUILD.gn | ||
+++ b/src/build/config/android/BUILD.gn | ||
--- a/build/config/android/BUILD.gn | ||
+++ b/build/config/android/BUILD.gn | ||
@@ -117,7 +117,7 @@ | ||
lib_dirs = [ android_libcpp_lib_dir ] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters