Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line # 75.0.3770.82 # 75.0.3770.70 * enable changing default downloads storage location by default * enable download rename option by default Loading build/filters/adblock_entries.h +318 −610 File changed.File size exceeds preview limit. View original file View changed file build/patches/Add-a-flag-for-DNS-over-HTTPS.patch +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc #endif // OS_ANDROID const FeatureEntry::Choice kEnableGpuRasterizationChoices[] = { @@ -3459,6 +3467,9 @@ const FeatureEntry kFeatureEntries[] = { @@ -3494,6 +3502,9 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableSyncUSSBookmarksName, flag_descriptions::kEnableSyncUSSBookmarksDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kSyncUSSBookmarks)}, Loading @@ -53,7 +53,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc @@ -2199,6 +2199,9 @@ const char kAutoFetchOnNetErrorPageDescription[] = @@ -2210,6 +2210,9 @@ const char kAutoFetchOnNetErrorPageDescription[] = "When enabled, and navigation fails with an offline error, schedule a " "fetch of the page when online again."; Loading @@ -66,7 +66,7 @@ diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descripti diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h @@ -1319,6 +1319,9 @@ extern const char kAsyncDnsDescription[]; @@ -1325,6 +1325,9 @@ extern const char kAsyncDnsDescription[]; extern const char kAutoFetchOnNetErrorPageName[]; extern const char kAutoFetchOnNetErrorPageDescription[]; Loading build/patches/Add-flag-to-configure-maximum-connections-per-host.patch +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc // Ensure that all effective connection types returned by Network Quality // Estimator (NQE) are also exposed via flags. static_assert(net::EFFECTIVE_CONNECTION_TYPE_LAST + 2 == @@ -2207,6 +2212,9 @@ const FeatureEntry kFeatureEntries[] = { @@ -2230,6 +2235,9 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kPassiveDocumentEventListenersName, flag_descriptions::kPassiveDocumentEventListenersDescription, kOsAll, FEATURE_VALUE_TYPE(features::kPassiveDocumentEventListeners)}, Loading build/patches/Add-flag-to-disable-IPv6-probes.patch +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Subject: Add flag to disable IPv6 probes diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -3009,6 +3009,11 @@ const FeatureEntry kFeatureEntries[] = { @@ -3044,6 +3044,11 @@ const FeatureEntry kFeatureEntries[] = { kMarkHttpAsFeatureVariations, "HTTPReallyBadFinal")}, Loading @@ -29,7 +29,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc @@ -2412,6 +2412,10 @@ const char kForegroundNotificationManagerDescription[] = @@ -2423,6 +2423,10 @@ const char kForegroundNotificationManagerDescription[] = const char kHomePageButtonName[] = "Force Enable Home Page Button"; const char kHomePageButtonDescription[] = "Displays a home button if enabled."; Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line # 75.0.3770.82 # 75.0.3770.70 * enable changing default downloads storage location by default * enable download rename option by default Loading
build/filters/adblock_entries.h +318 −610 File changed.File size exceeds preview limit. View original file View changed file
build/patches/Add-a-flag-for-DNS-over-HTTPS.patch +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc #endif // OS_ANDROID const FeatureEntry::Choice kEnableGpuRasterizationChoices[] = { @@ -3459,6 +3467,9 @@ const FeatureEntry kFeatureEntries[] = { @@ -3494,6 +3502,9 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableSyncUSSBookmarksName, flag_descriptions::kEnableSyncUSSBookmarksDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kSyncUSSBookmarks)}, Loading @@ -53,7 +53,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc @@ -2199,6 +2199,9 @@ const char kAutoFetchOnNetErrorPageDescription[] = @@ -2210,6 +2210,9 @@ const char kAutoFetchOnNetErrorPageDescription[] = "When enabled, and navigation fails with an offline error, schedule a " "fetch of the page when online again."; Loading @@ -66,7 +66,7 @@ diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descripti diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h @@ -1319,6 +1319,9 @@ extern const char kAsyncDnsDescription[]; @@ -1325,6 +1325,9 @@ extern const char kAsyncDnsDescription[]; extern const char kAutoFetchOnNetErrorPageName[]; extern const char kAutoFetchOnNetErrorPageDescription[]; Loading
build/patches/Add-flag-to-configure-maximum-connections-per-host.patch +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc // Ensure that all effective connection types returned by Network Quality // Estimator (NQE) are also exposed via flags. static_assert(net::EFFECTIVE_CONNECTION_TYPE_LAST + 2 == @@ -2207,6 +2212,9 @@ const FeatureEntry kFeatureEntries[] = { @@ -2230,6 +2235,9 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kPassiveDocumentEventListenersName, flag_descriptions::kPassiveDocumentEventListenersDescription, kOsAll, FEATURE_VALUE_TYPE(features::kPassiveDocumentEventListeners)}, Loading
build/patches/Add-flag-to-disable-IPv6-probes.patch +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Subject: Add flag to disable IPv6 probes diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -3009,6 +3009,11 @@ const FeatureEntry kFeatureEntries[] = { @@ -3044,6 +3044,11 @@ const FeatureEntry kFeatureEntries[] = { kMarkHttpAsFeatureVariations, "HTTPReallyBadFinal")}, Loading @@ -29,7 +29,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc @@ -2412,6 +2412,10 @@ const char kForegroundNotificationManagerDescription[] = @@ -2423,6 +2423,10 @@ const char kForegroundNotificationManagerDescription[] = const char kHomePageButtonName[] = "Force Enable Home Page Button"; const char kHomePageButtonDescription[] = "Displays a home button if enabled."; Loading