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 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
163 additions
and
126 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,52 @@ | ||
# 74.0.3729.169-1 | ||
* First release | ||
# 79.0.3945.117-2 | ||
* Add ChromePublic target (API 19) | ||
* Fix build failure for safe browsing | ||
* Update `README` | ||
|
||
# 75.0.3770.80-1 | ||
* Reduce downloaded dependencies on gclient sync | ||
* Prune more binaries | ||
* Build gcm-client, eu-strip, closure-compiler from source; change error-prone to Maven version | ||
* Domain substitution on all non-binary files | ||
# 79.0.3945.117-1 | ||
* Update NDK to r20b | ||
* Remove split installer dependencies (Google Play), disable DFM | ||
* Other source fixes | ||
* Known issue: ~~some pages, including `chrome://flags`, `chrome://gpu` are not working~~ (Fixed) | ||
|
||
# 75.0.3770.100-1 | ||
* Change package name to avoid conflict with chromium | ||
# 78.0.3904.97-1 | ||
* Update scripts and patches to new version | ||
* Merge patches from Bromite and Unobtainium | ||
* New dependencies: nodejs binaries, lib files from ndk | ||
|
||
# 75.0.3770.142-1 | ||
* Fix [#3](https://github.com/wchen342/ungoogled-chromium-android/issues/3) | ||
* Disable resource obfuscation | ||
* Add arm build | ||
# 77.0.3865.90-1 | ||
* Update patches to new version | ||
* Update GN to latest commit | ||
* Minor fixes | ||
|
||
# 75.0.3770.142-2 | ||
* Remove all Google Play related libraries | ||
* Uncheck "Send statistics" on first run | ||
# 76.0.3809.132-1 | ||
* No change | ||
|
||
# 76.0.3809.100-1 | ||
* Change default setting of contextual search to false | ||
|
||
# 76.0.3809.87-1 | ||
* Add WebView builds | ||
* Since `aapt` no longer works, bundled `aapt2` will be used until a rebuild of SDK 29 exists | ||
* Minor bug fixes | ||
|
||
# 76.0.3809.100-1 | ||
* Change default setting of contextual search to false | ||
# 75.0.3770.142-2 | ||
* Remove all Google Play related libraries | ||
* Uncheck "Send statistics" on first run | ||
|
||
# 76.0.3809.132-1 | ||
* No change | ||
# 75.0.3770.142-1 | ||
* Fix [#3](https://github.com/wchen342/ungoogled-chromium-android/issues/3) | ||
* Disable resource obfuscation | ||
* Add arm build | ||
|
||
# 77.0.3865.90-1 | ||
* Update patches to new version | ||
* Update GN to latest commit | ||
* Minor fixes | ||
# 75.0.3770.100-1 | ||
* Change package name to avoid conflict with chromium | ||
|
||
# 78.0.3904.97-1 | ||
* Update scripts and patches to new version | ||
* Merge patches from Bromite and Unobtainium | ||
* New dependencies: nodejs binaries, lib files from ndk | ||
# 75.0.3770.80-1 | ||
* Reduce downloaded dependencies on gclient sync | ||
* Prune more binaries | ||
* Build gcm-client, eu-strip, closure-compiler from source; change error-prone to Maven version | ||
* Domain substitution on all non-binary files | ||
|
||
# 79.0.3945.117-1 | ||
* Update NDK to r20b | ||
* Remove split installer dependencies (Google Play), disable DFM | ||
* Other source fixes | ||
* Known issue: ~~some pages, including `chrome://flags`, `chrome://gpu` are not working~~ (Fixed) | ||
# 74.0.3729.169-1 | ||
* First release |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
From: Wengling Chen <[email protected]> | ||
Date: Mon, 13 Jan 2020 23:03:53 -0500 | ||
Subject: Extra fix for build without safe browsing | ||
|
||
--- | ||
chrome/android/BUILD.gn | 1 - | ||
chrome/android/chrome_java_sources.gni | 1 - | ||
.../src/org/chromium/chrome/browser/webshare/ShareServiceImpl.java | 3 +-- | ||
3 files changed, 1 insertion(+), 4 deletions(-) | ||
|
||
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn | ||
--- a/chrome/android/BUILD.gn | ||
+++ b/chrome/android/BUILD.gn | ||
@@ -2659,7 +2659,6 @@ generate_jni("chrome_jni_headers") { | ||
"java/src/org/chromium/chrome/browser/rappor/RapporServiceBridge.java", | ||
"java/src/org/chromium/chrome/browser/rlz/RevenueStats.java", | ||
"java/src/org/chromium/chrome/browser/rlz/RlzPingHandler.java", | ||
- "java/src/org/chromium/chrome/browser/safe_browsing/FileTypePolicies.java", | ||
"java/src/org/chromium/chrome/browser/search_engines/TemplateUrlServiceFactory.java", | ||
"java/src/org/chromium/chrome/browser/send_tab_to_self/NotificationManager.java", | ||
"java/src/org/chromium/chrome/browser/send_tab_to_self/SendTabToSelfAndroidBridge.java", | ||
diff --git a/chrome/android/chrome_java_sources.gni b/chrome/android/chrome_java_sources.gni | ||
--- a/chrome/android/chrome_java_sources.gni | ||
+++ b/chrome/android/chrome_java_sources.gni | ||
@@ -1413,7 +1413,6 @@ chrome_java_sources = [ | ||
"java/src/org/chromium/chrome/browser/rappor/RapporServiceBridge.java", | ||
"java/src/org/chromium/chrome/browser/rlz/RevenueStats.java", | ||
"java/src/org/chromium/chrome/browser/rlz/RlzPingHandler.java", | ||
- "java/src/org/chromium/chrome/browser/safe_browsing/FileTypePolicies.java", | ||
"java/src/org/chromium/chrome/browser/search_engines/SearchEngineChoiceMetrics.java", | ||
"java/src/org/chromium/chrome/browser/search_engines/SearchEngineChoiceNotification.java", | ||
"java/src/org/chromium/chrome/browser/search_engines/TemplateUrlServiceFactory.java", | ||
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webshare/ShareServiceImpl.java b/chrome/android/java/src/org/chromium/chrome/browser/webshare/ShareServiceImpl.java | ||
--- a/chrome/android/java/src/org/chromium/chrome/browser/webshare/ShareServiceImpl.java | ||
+++ b/chrome/android/java/src/org/chromium/chrome/browser/webshare/ShareServiceImpl.java | ||
@@ -19,7 +19,6 @@ import org.chromium.base.task.AsyncTask; | ||
import org.chromium.base.task.PostTask; | ||
import org.chromium.base.task.TaskRunner; | ||
import org.chromium.base.task.TaskTraits; | ||
-import org.chromium.chrome.browser.safe_browsing.FileTypePolicies; | ||
import org.chromium.chrome.browser.share.ShareHelper; | ||
import org.chromium.chrome.browser.share.ShareParams; | ||
import org.chromium.content_public.browser.WebContents; | ||
@@ -196,7 +195,7 @@ public class ShareServiceImpl implements ShareService { | ||
|
||
for (SharedFile file : files) { | ||
RecordHistogram.recordSparseHistogram( | ||
- "WebShare.Unverified", FileTypePolicies.umaValueForFile(file.name)); | ||
+ "WebShare.Unverified", 1); | ||
} | ||
|
||
for (SharedFile file : files) { |
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
Oops, something went wrong.