Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line # 75.0.3770.132 # 75.0.3770.109 * disable payment support by default * disable background sync by default Loading build/filters/adblock_entries.h +1063 −471 File changed.File size exceeds preview limit. View original file View changed file build/patches/Add-site-settings-option-for-session-only-cookies.patch +7 −7 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/Pre diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java b/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java --- a/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java +++ b/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java @@ -125,6 +125,7 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -127,6 +127,7 @@ public class SingleCategoryPreferences extends PreferenceFragment // Keys for category-specific preferences (toggle, link, button etc.), dynamically shown. public static final String THIRD_PARTY_COOKIES_TOGGLE_KEY = "third_party_cookies"; Loading @@ -93,7 +93,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web public static final String NOTIFICATIONS_VIBRATE_TOGGLE_KEY = "notifications_vibrate"; public static final String EXPLAIN_PROTECTED_MEDIA_KEY = "protected_content_learn_more"; private static final String ADD_EXCEPTION_KEY = "add_exception"; @@ -468,6 +469,7 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -470,6 +471,7 @@ public class SingleCategoryPreferences extends PreferenceFragment if (type == SiteSettingsCategory.Type.COOKIES && !FeatureUtilities.isNoTouchModeEnabled()) { updateThirdPartyCookiesCheckBox(); Loading @@ -101,7 +101,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web } else if (type == SiteSettingsCategory.Type.NOTIFICATIONS) { updateNotificationsVibrateCheckBox(); } @@ -506,6 +508,8 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -508,6 +510,8 @@ public class SingleCategoryPreferences extends PreferenceFragment int setting = (int) newValue; prefServiceBridge.setContentSetting(mCategory.getContentSettingsType(), setting); getInfoForOrigins(); Loading @@ -110,7 +110,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web } else if (THIRD_PARTY_COOKIES_TOGGLE_KEY.equals(preference.getKey())) { prefServiceBridge.setBlockThirdPartyCookiesEnabled(((boolean) newValue)); } else if (NOTIFICATIONS_VIBRATE_TOGGLE_KEY.equals(preference.getKey())) { @@ -819,6 +823,8 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -821,6 +825,8 @@ public class SingleCategoryPreferences extends PreferenceFragment TriStateSiteSettingsPreference triStateToggle = (TriStateSiteSettingsPreference) screen.findPreference(TRI_STATE_TOGGLE_KEY); Preference thirdPartyCookies = screen.findPreference(THIRD_PARTY_COOKIES_TOGGLE_KEY); Loading @@ -119,7 +119,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web Preference notificationsVibrate = screen.findPreference(NOTIFICATIONS_VIBRATE_TOGGLE_KEY); Preference explainProtectedMediaKey = screen.findPreference(EXPLAIN_PROTECTED_MEDIA_KEY); PreferenceGroup allowedGroup = (PreferenceGroup) screen.findPreference(ALLOWED_GROUP); @@ -850,6 +856,7 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -852,6 +858,7 @@ public class SingleCategoryPreferences extends PreferenceFragment if (hideSecondaryToggles) { screen.removePreference(thirdPartyCookies); Loading @@ -127,7 +127,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web screen.removePreference(notificationsVibrate); screen.removePreference(explainProtectedMediaKey); screen.removePreference(allowedGroup); @@ -860,14 +867,17 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -862,14 +869,17 @@ public class SingleCategoryPreferences extends PreferenceFragment return; } Loading @@ -146,7 +146,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web } // Configure/hide the notifications vibrate toggle, as needed. @@ -974,6 +984,15 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -981,6 +991,15 @@ public class SingleCategoryPreferences extends PreferenceFragment preference -> PrefServiceBridge.getInstance().isBlockThirdPartyCookiesManaged()); } Loading build/patches/Disable-unused-permissions.patch +2 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro {% block extra_uses_permissions %} {% endblock %} @@ -987,16 +979,6 @@ by a child template that "extends" this file. @@ -1001,16 +993,6 @@ by a child template that "extends" this file. android:resource="@xml/file_paths" /> </provider> Loading @@ -98,7 +98,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro <!-- Broadcast receiver that will be notified of account changes --> <receiver android:name="org.chromium.chrome.browser.services.AccountsChangedReceiver"> <intent-filter> @@ -1102,15 +1084,6 @@ by a child template that "extends" this file. @@ -1116,15 +1098,6 @@ by a child template that "extends" this file. <service android:name="org.chromium.chrome.browser.services.gcm.InvalidationGcmUpstreamSender" android:exported="false"/> Loading build/patches/kill-GCM.patch +2 −2 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> {% block extra_uses_permissions %} @@ -1046,47 +1041,8 @@ by a child template that "extends" this file. @@ -1060,47 +1055,8 @@ by a child template that "extends" this file. android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize" android:hardwareAccelerated="false" /> Loading Loading @@ -130,7 +130,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro <receiver android:name="com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver" android:exported="false"/> <receiver android:name="com.google.ipc.invalidation.external.client.contrib.AndroidListener$AlarmReceiver" @@ -1113,24 +1069,6 @@ by a child template that "extends" this file. @@ -1127,24 +1083,6 @@ by a child template that "extends" this file. android:exported="false" android:permission="android.permission.BIND_JOB_SERVICE"/> Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line # 75.0.3770.132 # 75.0.3770.109 * disable payment support by default * disable background sync by default Loading
build/filters/adblock_entries.h +1063 −471 File changed.File size exceeds preview limit. View original file View changed file
build/patches/Add-site-settings-option-for-session-only-cookies.patch +7 −7 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/Pre diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java b/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java --- a/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java +++ b/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleCategoryPreferences.java @@ -125,6 +125,7 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -127,6 +127,7 @@ public class SingleCategoryPreferences extends PreferenceFragment // Keys for category-specific preferences (toggle, link, button etc.), dynamically shown. public static final String THIRD_PARTY_COOKIES_TOGGLE_KEY = "third_party_cookies"; Loading @@ -93,7 +93,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web public static final String NOTIFICATIONS_VIBRATE_TOGGLE_KEY = "notifications_vibrate"; public static final String EXPLAIN_PROTECTED_MEDIA_KEY = "protected_content_learn_more"; private static final String ADD_EXCEPTION_KEY = "add_exception"; @@ -468,6 +469,7 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -470,6 +471,7 @@ public class SingleCategoryPreferences extends PreferenceFragment if (type == SiteSettingsCategory.Type.COOKIES && !FeatureUtilities.isNoTouchModeEnabled()) { updateThirdPartyCookiesCheckBox(); Loading @@ -101,7 +101,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web } else if (type == SiteSettingsCategory.Type.NOTIFICATIONS) { updateNotificationsVibrateCheckBox(); } @@ -506,6 +508,8 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -508,6 +510,8 @@ public class SingleCategoryPreferences extends PreferenceFragment int setting = (int) newValue; prefServiceBridge.setContentSetting(mCategory.getContentSettingsType(), setting); getInfoForOrigins(); Loading @@ -110,7 +110,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web } else if (THIRD_PARTY_COOKIES_TOGGLE_KEY.equals(preference.getKey())) { prefServiceBridge.setBlockThirdPartyCookiesEnabled(((boolean) newValue)); } else if (NOTIFICATIONS_VIBRATE_TOGGLE_KEY.equals(preference.getKey())) { @@ -819,6 +823,8 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -821,6 +825,8 @@ public class SingleCategoryPreferences extends PreferenceFragment TriStateSiteSettingsPreference triStateToggle = (TriStateSiteSettingsPreference) screen.findPreference(TRI_STATE_TOGGLE_KEY); Preference thirdPartyCookies = screen.findPreference(THIRD_PARTY_COOKIES_TOGGLE_KEY); Loading @@ -119,7 +119,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web Preference notificationsVibrate = screen.findPreference(NOTIFICATIONS_VIBRATE_TOGGLE_KEY); Preference explainProtectedMediaKey = screen.findPreference(EXPLAIN_PROTECTED_MEDIA_KEY); PreferenceGroup allowedGroup = (PreferenceGroup) screen.findPreference(ALLOWED_GROUP); @@ -850,6 +856,7 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -852,6 +858,7 @@ public class SingleCategoryPreferences extends PreferenceFragment if (hideSecondaryToggles) { screen.removePreference(thirdPartyCookies); Loading @@ -127,7 +127,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web screen.removePreference(notificationsVibrate); screen.removePreference(explainProtectedMediaKey); screen.removePreference(allowedGroup); @@ -860,14 +867,17 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -862,14 +869,17 @@ public class SingleCategoryPreferences extends PreferenceFragment return; } Loading @@ -146,7 +146,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/web } // Configure/hide the notifications vibrate toggle, as needed. @@ -974,6 +984,15 @@ public class SingleCategoryPreferences extends PreferenceFragment @@ -981,6 +991,15 @@ public class SingleCategoryPreferences extends PreferenceFragment preference -> PrefServiceBridge.getInstance().isBlockThirdPartyCookiesManaged()); } Loading
build/patches/Disable-unused-permissions.patch +2 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro {% block extra_uses_permissions %} {% endblock %} @@ -987,16 +979,6 @@ by a child template that "extends" this file. @@ -1001,16 +993,6 @@ by a child template that "extends" this file. android:resource="@xml/file_paths" /> </provider> Loading @@ -98,7 +98,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro <!-- Broadcast receiver that will be notified of account changes --> <receiver android:name="org.chromium.chrome.browser.services.AccountsChangedReceiver"> <intent-filter> @@ -1102,15 +1084,6 @@ by a child template that "extends" this file. @@ -1116,15 +1098,6 @@ by a child template that "extends" this file. <service android:name="org.chromium.chrome.browser.services.gcm.InvalidationGcmUpstreamSender" android:exported="false"/> Loading
build/patches/kill-GCM.patch +2 −2 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> {% block extra_uses_permissions %} @@ -1046,47 +1041,8 @@ by a child template that "extends" this file. @@ -1060,47 +1055,8 @@ by a child template that "extends" this file. android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize" android:hardwareAccelerated="false" /> Loading Loading @@ -130,7 +130,7 @@ diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/Andro <receiver android:name="com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver" android:exported="false"/> <receiver android:name="com.google.ipc.invalidation.external.client.contrib.AndroidListener$AlarmReceiver" @@ -1113,24 +1069,6 @@ by a child template that "extends" this file. @@ -1127,24 +1083,6 @@ by a child template that "extends" this file. android:exported="false" android:permission="android.permission.BIND_JOB_SERVICE"/> Loading