diff --git a/build/patches/Add-flag-to-disable-external-intent-requests.patch b/build/patches/Add-flag-to-disable-external-intent-requests.patch index 8cc79643..8c896f96 100644 --- a/build/patches/Add-flag-to-disable-external-intent-requests.patch +++ b/build/patches/Add-flag-to-disable-external-intent-requests.patch @@ -105,7 +105,7 @@ new file mode 100644 + Allow forward URL requests to external intents + + -+ If disabled, URL requests will never allow for redirecting to an external intent. ++ If disabled, URL requests will never allow redirection to an external intent, such as open application or dialer. Caution: since no verification is possible on the information, allows linkage between browser browsing and activity on the application. + + diff --git a/cromite_flags/chrome/browser/about_flags_cc/Add-flag-to-disable-external-intent-requests.inc b/cromite_flags/chrome/browser/about_flags_cc/Add-flag-to-disable-external-intent-requests.inc diff --git a/build/patches/Add-option-to-disable-snapshots.patch b/build/patches/Add-option-to-disable-snapshots.patch index 7f386333..5fe165e0 100644 --- a/build/patches/Add-option-to-disable-snapshots.patch +++ b/build/patches/Add-option-to-disable-snapshots.patch @@ -199,7 +199,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro + Use only icons in the tab grid + + -+ Disable the saving of snapshots to disk ++ Disable saving snapshots to disk (even for incognito sessions) + + diff --git a/build/patches/Add-option-to-not-persist-tabs-across-sessions.patch b/build/patches/Add-option-to-not-persist-tabs-across-sessions.patch index 634f9901..541018cd 100644 --- a/build/patches/Add-option-to-not-persist-tabs-across-sessions.patch +++ b/build/patches/Add-option-to-not-persist-tabs-across-sessions.patch @@ -113,7 +113,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro + Close all open tabs on exit + + -+ Don't persist tabs between browsing sessions ++ Don't persist tabs between browsing sessions. Caution: parameters in urls allow linking between different sessions. + LINK diff --git a/build/patches/Add-setting-to-clear-data-on-exit.patch b/build/patches/Add-setting-to-clear-data-on-exit.patch index 1a3b5f91..5483f677 100644 --- a/build/patches/Add-setting-to-clear-data-on-exit.patch +++ b/build/patches/Add-setting-to-clear-data-on-exit.patch @@ -22,7 +22,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html chrome/browser/profiles/profile_manager.h | 2 + .../clear_browsing_data_dialog.html | 44 +++++++++++ .../clear_browsing_data_dialog.ts | 2 + - .../strings/android_chrome_strings.grd | 3 + + .../strings/android_chrome_strings.grd | 5 +- .../settings_localized_strings_provider.cc | 1 + .../content/browsing_data_helper.cc | 9 ++- .../core/browsing_data_policies_utils.cc | 20 ++--- @@ -33,7 +33,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html components/browsing_data/core/pref_names.h | 10 +++ .../search_engines/template_url_service.cc | 1 + content/browser/storage_partition_impl.cc | 1 + - 29 files changed, 326 insertions(+), 22 deletions(-) + 29 files changed, 327 insertions(+), 23 deletions(-) create mode 100644 chrome/android/java/src/org/chromium/chrome/browser/browsing_data/ClearBrowsingDataFragmentAtStart.java diff --git a/chrome/android/chrome_java_sources.gni b/chrome/android/chrome_java_sources.gni @@ -553,6 +553,15 @@ diff --git a/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chrome/browser/ui/android/strings/android_chrome_strings.grd --- a/chrome/browser/ui/android/strings/android_chrome_strings.grd +++ b/chrome/browser/ui/android/strings/android_chrome_strings.grd +@@ -1387,7 +1387,7 @@ For example, some websites may respond to this request by showing you ads that a + Delete browsing data + + +- Delete history, cookies, site data, cache… ++ Delete immediately or choose when to delete browsing data + + + Deleted Chrome data @@ -1548,6 +1548,9 @@ Your Google account may have other forms of browsing history like searches and a Some of your history might not show up here. To see all your Chrome history, open full Chrome history. Also, your Google Account may have other forms of browsing history at <link>myactivity.google.com</link>. diff --git a/build/patches/Partitioning-all-cookies-by-top-frame-domain.patch b/build/patches/Partitioning-all-cookies-by-top-frame-domain.patch index 7e468ee0..43fa3837 100644 --- a/build/patches/Partitioning-all-cookies-by-top-frame-domain.patch +++ b/build/patches/Partitioning-all-cookies-by-top-frame-domain.patch @@ -15,7 +15,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html .../privacy_sandbox_settings_delegate.cc | 1 + ...storage_access_grant_permission_context.cc | 12 ++++ .../experiment/experiment_manager_impl.cc | 1 + - .../strings/android/site_settings.grdp | 2 +- + .../strings/android/site_settings.grdp | 4 +- .../core/browser/cookie_settings.cc | 2 + .../core/common/cookie_settings_base.cc | 61 +------------------ ...ioning-all-cookies-by-top-frame-domain.inc | 3 + @@ -35,7 +35,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html .../modules/cookie_store/cookie_store.cc | 3 + .../cookie_store_delete_options.idl | 2 +- ui/webui/webui_allowlist.cc | 1 + - 26 files changed, 80 insertions(+), 86 deletions(-) + 26 files changed, 81 insertions(+), 87 deletions(-) create mode 100644 cromite_flags/components/content_settings/core/common/features_cc/Partitioning-all-cookies-by-top-frame-domain.inc create mode 100644 cromite_flags/components/permissions/features_cc/Partitioning-all-cookies-by-top-frame-domain.inc create mode 100644 cromite_flags/content/public/common/content_features_cc/Partitioning-all-cookies-by-top-frame-domain.inc @@ -140,6 +140,15 @@ diff --git a/chrome/browser/tpcd/experiment/experiment_manager_impl.cc b/chrome/ diff --git a/components/browser_ui/strings/android/site_settings.grdp b/components/browser_ui/strings/android/site_settings.grdp --- a/components/browser_ui/strings/android/site_settings.grdp +++ b/components/browser_ui/strings/android/site_settings.grdp +@@ -53,7 +53,7 @@ + Third-party cookies + + +- Third-party cookies are allowed ++ Third-party cookies are partitioned + + + Third-party cookies are blocked in Incognito mode @@ -542,7 +542,7 @@ Allow third-party cookies