Release 96.0.4664.104
This commit is contained in:
parent
83af2e261d
commit
2c4fff8752
180 changed files with 169 additions and 517 deletions
|
@ -1 +1 @@
|
|||
96.0.4664.54
|
||||
96.0.4664.104
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
Disable-third-party-cookies-by-default.patch
|
||||
do-not-hide-.orig-files.patch
|
||||
do-not-add-suffix-to-package-name.patch
|
||||
exit-on-failure-of-inclusion.patch
|
||||
AV1-codec-support.patch
|
||||
Switch-to-fstack-protector-strong.patch
|
||||
Enable-fwrapv-in-Clang-for-non-UBSan-builds.patch
|
||||
Bromite-package-name.patch
|
||||
Restore-classic-new-tab-page.patch
|
||||
Always-use-new-tab-page-for-default-home-page.patch
|
||||
Always-allow-partner-customisation.patch
|
||||
|
@ -79,7 +83,7 @@ Enable-SPPI-for-devices-with-enough-memory.patch
|
|||
Use-64-bit-WebView-processes.patch
|
||||
prefs-disable-signinallowed-by-default.patch
|
||||
prefs-always-prompt-for-download-directory-by-default.patch
|
||||
Disable-offline-pages-in-the-downloads-home-to-be-opened-in-CCT-by-default.patch
|
||||
Disable-offline-pages-in-CCT.patch
|
||||
disable-payment-support-by-default.patch
|
||||
disable-background-sync-by-default.patch
|
||||
disable-sensors-access-site-setting-by-default.patch
|
||||
|
@ -170,3 +174,4 @@ Disable-conversion-measurement-api.patch
|
|||
Disable-FLoC.patch
|
||||
Restore-offline-indicator-v2-flag.patch
|
||||
Automated-domain-substitution.patch
|
||||
Reintroduce-override_build_timestamp.patch
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
AV1-codec-support.patch
|
||||
exit-on-failure-of-inclusion.patch
|
||||
Reintroduce-override_build_timestamp.patch
|
||||
do-not-hide-.orig-files.patch
|
||||
do-not-add-suffix-to-package-name.patch
|
||||
Switch-to-fstack-protector-strong.patch
|
||||
Enable-fwrapv-in-Clang-for-non-UBSan-builds.patch
|
||||
Disable-feeds-support-by-default.patch
|
||||
Chromium-package-name.patch
|
||||
|
|
|
@ -251,6 +251,3 @@ diff --git a/media/base/media_switches.h b/media/base/media_switches.h
|
|||
MEDIA_EXPORT extern const base::Feature kMediaDrmPreprovisioning;
|
||||
MEDIA_EXPORT extern const base::Feature kMediaDrmPreprovisioningAtStartup;
|
||||
MEDIA_EXPORT extern const base::Feature kCanPlayHls;
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -33,6 +33,3 @@ diff --git a/components/background_task_scheduler/internal/android/java/src/org/
|
|||
} else if (obj instanceof Double) {
|
||||
persistableBundle.putDouble(key, (Double) obj);
|
||||
} else if (obj instanceof double[]) {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -210,6 +210,3 @@ diff --git a/third_party/libaom/source/config/linux/x64/config/aom_config.h b/th
|
|||
#define CONFIG_RD_COMMAND 0
|
||||
#define CONFIG_RD_DEBUG 0
|
||||
#define CONFIG_REALTIME_ONLY 1
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -164,6 +164,3 @@ diff --git a/net/android/java/src/org/chromium/net/X509Util.java b/net/android/j
|
|||
return new AndroidCertVerifyResult(CertVerifyStatusAndroid.OK,
|
||||
isIssuedByKnownRoot, verifiedChain);
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/KeyboardShortcu
|
|||
shortcutGroups.add(chromeFeatureShortcutGroup);
|
||||
|
||||
KeyboardShortcutGroup webpageShortcutGroup = new KeyboardShortcutGroup(
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -921,6 +921,3 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|||
&ask,
|
||||
};
|
||||
// ----------------------------------------------------------------------------
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1026,6 +1026,3 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|||
&bing,
|
||||
&yahoo,
|
||||
&duckduckgo,
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -92,6 +92,3 @@ diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_reque
|
|||
// Check whether the app allows cleartext traffic to this host, and return
|
||||
// ERR_CLEARTEXT_NOT_PERMITTED if not.
|
||||
if (request->context()->check_cleartext_permitted() &&
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -96,6 +96,3 @@ diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
|||
extern const char kInstallAutogeneratedTheme[];
|
||||
extern const char kInstallChromeApp[];
|
||||
extern const char kInstantProcess[];
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1388,6 +1388,3 @@ diff --git a/net/proxy_resolution/proxy_config.h b/net/proxy_resolution/proxy_co
|
|||
|
||||
// Returns one of {&proxies_for_http, &proxies_for_https, &proxies_for_ftp,
|
||||
// &fallback_proxies}, or NULL if there is no proxy to use.
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -683,6 +683,3 @@ new file mode 100644
|
|||
+public interface INeedSnackbarManager {
|
||||
+ void setSnackbarManager(SnackbarManager manager);
|
||||
+}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1782,6 +1782,3 @@ diff --git a/ui/shell_dialogs/select_file_dialog_android.h b/ui/shell_dialogs/se
|
|||
protected:
|
||||
~SelectFileDialogImpl() override;
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -216,6 +216,3 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
|
||||
<!-- Autofill Assistant preferences -->
|
||||
<!-- TODO(b/168178344): Move to Assistant settings strings section below. -->
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -107,6 +107,3 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<message name="IDS_MENU_READER_MODE_PREFS" desc="Menu item to show reader mode preferences pane, which allows users to change the appearance (font size, theme, etc.) of the page. [CHAR_LIMIT=27]">
|
||||
Appearance
|
||||
</message>
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -133,6 +133,3 @@ diff --git a/components/url_formatter/url_fixer.cc b/components/url_formatter/ur
|
|||
url.append(kChromeUIDefaultHost);
|
||||
FixupPort(trimmed, parts.port, &url);
|
||||
FixupPath(trimmed, parts.path, &url);
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -93,6 +93,3 @@ diff --git a/services/network/public/cpp/features.h b/services/network/public/cp
|
|||
COMPONENT_EXPORT(NETWORK_CPP)
|
||||
extern const base::Feature kTrustTokens;
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -152,6 +152,3 @@ diff --git a/net/socket/client_socket_pool_manager.cc b/net/socket/client_socket
|
|||
return g_max_sockets_per_group[pool_type];
|
||||
}
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -68,6 +68,3 @@ diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
|||
};
|
||||
|
||||
// Experimental: Try to avoid destroying the media player when transferring a
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -151,6 +151,3 @@ diff --git a/services/network/public/cpp/features.h b/services/network/public/cp
|
|||
extern const base::Feature kReporting;
|
||||
COMPONENT_EXPORT(NETWORK_CPP)
|
||||
extern const base::Feature kThrottleDelayable;
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -48,6 +48,3 @@ diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptio
|
|||
extern const char kForceColorProfileHDR10[];
|
||||
|
||||
extern const char kForceColorProfileName[];
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -50,6 +50,3 @@ diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptio
|
|||
extern const char kQueryTilesSingleTierDescription[];
|
||||
extern const char kQueryTilesEnableQueryEditingName[];
|
||||
extern const char kQueryTilesEnableQueryEditingDescription[];
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -152,6 +152,3 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
{
|
||||
name: "OriginIsolationHeader",
|
||||
status: "stable",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1726,6 +1726,3 @@ diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
|||
if (is_android) {
|
||||
sources += [
|
||||
"../browser/android/bookmarks/partner_bookmarks_shim_unittest.cc",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -695,6 +695,3 @@ diff --git a/components/sync_bookmarks/bookmark_specifics_conversions.cc b/compo
|
|||
DCHECK(node->is_folder());
|
||||
return sync_pb::BookmarkSpecifics::FOLDER;
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -121,6 +121,3 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<message name="IDS_UNSUPPORTED" desc="Message displayed to the user when an attempted action is not supported.">
|
||||
Unsupported
|
||||
</message>
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -195,6 +195,3 @@ diff --git a/ui/android/java/src/org/chromium/ui/base/DeviceFormFactor.java b/ui
|
|||
return detectScreenWidthBucket(context) >= SCREEN_BUCKET_TABLET;
|
||||
}
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -109,6 +109,3 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context menu tab when the item pressed contains more than one type. This indicates that all the actions are related to the link.">
|
||||
LINK
|
||||
</message>
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -201,6 +201,3 @@ diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
|||
extern const char kSpeechRecognitionFilterProfanities[];
|
||||
extern const char kAllowDeletingBrowserHistory[];
|
||||
extern const char kForceGoogleSafeSearch[];
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -47,6 +47,3 @@ diff --git a/components/browser_ui/settings/android/java/src/org/chromium/compon
|
|||
+ void onHelpAndFeebackPressed();
|
||||
+ }
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -483,6 +483,3 @@ diff --git a/third_party/blink/renderer/core/frame/reporting_context.h b/third_p
|
|||
|
||||
HeapMojoReceiver<mojom::blink::ReportingObserver, ReportingContext> receiver_;
|
||||
};
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -49,6 +49,3 @@ diff --git a/third_party/blink/renderer/platform/media/web_media_player_impl.cc
|
|||
return false;
|
||||
|
||||
if (using_media_player_renderer_ &&
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,6 +19,3 @@ diff --git a/chrome/browser/signin/account_consistency_mode_manager.cc b/chrome/
|
|||
}
|
||||
|
||||
// static
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -32,6 +32,3 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/partnercustomiz
|
|||
|
||||
if (isCancelled()) return null;
|
||||
Provider provider = AppHooks.get().getCustomizationProvider();
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -20,6 +20,3 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/homepage/Homepa
|
|||
|
||||
String homepagePartnerDefaultUri = SharedPreferencesManager.getInstance().readString(
|
||||
ChromePreferenceKeys.HOMEPAGE_PARTNER_CUSTOMIZED_DEFAULT_URI, "");
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -57,6 +57,3 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<message name="IDS_MENU_CLOSE_ALL_INCOGNITO_TABS" desc="Menu item for closing all open Incognito tabs. [CHAR_LIMIT=27]">
|
||||
Close Incognito tabs
|
||||
</message>
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -57,6 +57,3 @@ diff --git a/third_party/blink/renderer/modules/webaudio/audio_context.cc b/thir
|
|||
}
|
||||
|
||||
MediaElementAudioSourceNode* AudioContext::createMediaElementSource(
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -61,6 +61,3 @@ diff --git a/third_party/blink/renderer/modules/battery/battery_manager.cc b/thi
|
|||
}
|
||||
|
||||
void BatteryManager::RegisterWithDispatcher() {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -206,6 +206,3 @@ diff --git a/third_party/blink/renderer/modules/websockets/websocket_common.h b/
|
|||
// The following methods are public for testing.
|
||||
|
||||
// Returns true if |protocol| is a valid WebSocket subprotocol name.
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -283,6 +283,3 @@ diff --git a/url/url_util.cc b/url/url_util.cc
|
|||
};
|
||||
|
||||
// Schemes that can be sent CORS requests.
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1874,6 +1874,3 @@ diff --git a/content/browser/renderer_host/navigation_throttle_runner.cc b/conte
|
|||
}
|
||||
|
||||
NavigationThrottle* NavigationThrottleRunner::GetDeferringThrottle() const {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -924,6 +924,3 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
</message>
|
||||
<message name="IDS_MENU_UPDATE_SUMMARY_DEFAULT" desc="Summary string for update menu item explaining that a newer version of Chrome is available. [CHAR_LIMIT=30]">
|
||||
Newer version is available
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
20
build/patches/Bromite-package-name.patch
Normal file
20
build/patches/Bromite-package-name.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
||||
Date: Sat, 8 Jan 2022 19:42:34 +0100
|
||||
Subject: Bromite package name
|
||||
|
||||
---
|
||||
chrome/android/BUILD.gn | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
||||
--- a/chrome/android/BUILD.gn
|
||||
+++ b/chrome/android/BUILD.gn
|
||||
@@ -43,7 +43,7 @@ if (android_64bit_target_cpu && skip_secondary_abi_for_cq) {
|
||||
assert(current_toolchain != android_secondary_abi_toolchain)
|
||||
}
|
||||
|
||||
-_default_package = "org.chromium.chrome"
|
||||
+_default_package = "org.bromite.bromite"
|
||||
if (android_channel != "default" && android_channel != "stable") {
|
||||
# android-binary-size trybot may checks if an internal Chrome variant's
|
||||
# AndroidManifest is as expected by ensuring the differences between its
|
|
@ -29,6 +29,3 @@ diff --git a/third_party/blink/renderer/modules/peerconnection/peer_connection_d
|
|||
<< "policy: " << policy
|
||||
<< ", multiple_routes: " << port_config.enable_multiple_routes
|
||||
<< ", nonproxied_udp: " << port_config.enable_nonproxied_udp
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
20
build/patches/Chromium-package-name.patch
Normal file
20
build/patches/Chromium-package-name.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
||||
Date: Sat, 8 Jan 2022 19:42:34 +0100
|
||||
Subject: Chromium package name
|
||||
|
||||
---
|
||||
chrome/android/BUILD.gn | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
||||
--- a/chrome/android/BUILD.gn
|
||||
+++ b/chrome/android/BUILD.gn
|
||||
@@ -43,7 +43,7 @@ if (android_64bit_target_cpu && skip_secondary_abi_for_cq) {
|
||||
assert(current_toolchain != android_secondary_abi_toolchain)
|
||||
}
|
||||
|
||||
-_default_package = "org.chromium.chrome"
|
||||
+_default_package = "org.bromite.chromium"
|
||||
if (android_channel != "default" && android_channel != "stable") {
|
||||
# android-binary-size trybot may checks if an internal Chrome variant's
|
||||
# AndroidManifest is as expected by ensuring the differences between its
|
|
@ -31,6 +31,3 @@ diff --git a/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/f
|
|||
.put(ChromeFeatureList.APP_MENU_MOBILE_SITE_OPTION, false)
|
||||
.put(ChromeFeatureList.OPTIMIZATION_GUIDE_PUSH_NOTIFICATIONS, false)
|
||||
.put(ChromeFeatureList.APP_TO_WEB_ATTRIBUTION, false)
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -54,6 +54,3 @@ diff --git a/content/public/android/java/src/org/chromium/content/browser/access
|
|||
structure.setChildCount(1);
|
||||
final ViewStructure viewRoot = structure.asyncNewChild(0);
|
||||
viewRoot.setClassName("");
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
|||
|
||||
// Determines if MediaDrmOriginIdManager should attempt to pre-provision origin
|
||||
// IDs at startup (whenever a profile is loaded). Also used by tests that
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -514,6 +514,3 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
},
|
||||
{
|
||||
name: "IntersectionObserverDocumentScrollingElementRoot",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -42,6 +42,3 @@ diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/featu
|
|||
|
||||
const base::Feature kOptionalImagesEnabledFeature{
|
||||
"NTPRemoteSuggestionsOptionalImages", base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -29,6 +29,3 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/tabbed_mode/Tab
|
|||
}
|
||||
|
||||
private boolean maybeShowPromo() {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/chrome/android/features/autofill_assistant/public/java/src/org/chro
|
|||
}
|
||||
|
||||
/** Checks whether proactive help is enabled. */
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -343,6 +343,3 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
},
|
||||
{
|
||||
name: "CooperativeScheduling"
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -56,6 +56,3 @@ diff --git a/components/feed/feed_feature_list.cc b/components/feed/feed_feature
|
|||
|
||||
const base::Feature kInterestFeedV2Autoplay{"InterestFeedV2Autoplay",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -215,6 +215,3 @@ diff --git a/components/variations/service/variations_service.cc b/components/va
|
|||
return false;
|
||||
|
||||
last_request_was_http_retry_ = is_http_retry;
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -16,6 +16,3 @@ diff --git a/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc b/c
|
|||
- registry->RegisterBooleanPref(omnibox::kLockIconInAddressBarEnabled, false);
|
||||
+ registry->RegisterBooleanPref(omnibox::kLockIconInAddressBarEnabled, true);
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -77,6 +77,3 @@ diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/p
|
|||
#if !defined(OS_ANDROID)
|
||||
registry->RegisterBooleanPref(prefs::kShowCastIconInToolbar, false);
|
||||
#endif // !defined(OS_ANDROID)
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -82,6 +82,3 @@ diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
|
|||
"most_visited_sites_unittest.cc",
|
||||
"popular_sites_impl_unittest.cc",
|
||||
]
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_pro
|
|||
registry->RegisterBooleanPref(prefs::kDevToolsRemoteDebuggingAllowed, true);
|
||||
}
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
||||
Date: Thu, 30 May 2019 03:37:45 +0200
|
||||
Subject: Disable offline pages in the downloads home to be opened in CCT by
|
||||
default
|
||||
Subject: Disable offline pages in CCT
|
||||
|
||||
---
|
||||
components/offline_pages/core/offline_page_feature.cc | 2 +-
|
||||
|
@ -19,6 +18,3 @@ diff --git a/components/offline_pages/core/offline_page_feature.cc b/components/
|
|||
|
||||
const base::Feature kOfflineIndicatorFeature{"OfflineIndicator",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
--
|
||||
2.20.1
|
||||
|
|
@ -44,6 +44,3 @@ diff --git a/components/url_formatter/url_formatter.cc b/components/url_formatte
|
|||
const FormatUrlType kFormatUrlOmitMailToScheme = 1 << 8;
|
||||
|
||||
const FormatUrlType kFormatUrlOmitDefaults =
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -22,6 +22,3 @@ diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/
|
|||
}
|
||||
|
||||
void LocalFrame::SetAdTrackerForTesting(AdTracker* ad_tracker) {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -138,6 +138,3 @@ diff --git a/chrome/browser/privacy_sandbox/privacy_sandbox_settings.cc b/chrome
|
|||
// No need to reconcile preferences if it has already happened.
|
||||
if (pref_service_->GetBoolean(prefs::kPrivacySandboxPreferencesReconciled)) {
|
||||
LogPrivacySandboxState();
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -58,6 +58,3 @@ diff --git a/third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css b/th
|
|||
|
||||
body,
|
||||
table,
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -24,6 +24,3 @@ diff --git a/chrome/browser/ui/omnibox/chrome_omnibox_navigation_observer.cc b/c
|
|||
}
|
||||
|
||||
ChromeOmniboxNavigationObserver::~ChromeOmniboxNavigationObserver() {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -2860,6 +2860,3 @@ diff --git a/weblayer/test/BUILD.gn b/weblayer/test/BUILD.gn
|
|||
"//components/safe_browsing/content/common:interfaces",
|
||||
"//components/safe_browsing/core/browser:token_fetcher",
|
||||
"//components/safe_browsing/core/common",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/components/permissions/features.cc b/components/permissions/feature
|
|||
#endif // defined(OS_ANDROID)
|
||||
|
||||
} // namespace features
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -120,6 +120,3 @@ diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variati
|
|||
"ChromeStart": [
|
||||
{
|
||||
"platforms": [
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -27,6 +27,3 @@ diff --git a/content/public/common/content_features.cc b/content/public/common/c
|
|||
|
||||
// Whether to send a ping to the inner URL upon navigation or not.
|
||||
const base::Feature kSignedHTTPExchangePingValidity{
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -91,6 +91,3 @@ diff --git a/chrome/services/file_util/safe_archive_analyzer.cc b/chrome/service
|
|||
- std::move(rar_file), std::move(temporary_file), &results);
|
||||
std::move(callback).Run(results);
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -155,6 +155,3 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
},
|
||||
{
|
||||
name: "TextFragmentTapOpensContextMenu",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -30,6 +30,3 @@ diff --git a/chrome/browser/media/router/discovery/dial/dial_registry.cc b/chrom
|
|||
dial_->RemoveObserver(this);
|
||||
ClearDialService();
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/components/content_settings/core/browser/cookie_settings.cc b/compo
|
|||
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
|
||||
}
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -262,6 +262,3 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
{
|
||||
name: "ThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframes",
|
||||
status: "experimental",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
|||
|
||||
#if defined(OS_LINUX)
|
||||
// Enable vaapi video decoding on linux. This is already enabled by default on
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -20,6 +20,3 @@ diff --git a/components/component_updater/android/java/src/org/chromium/componen
|
|||
}
|
||||
|
||||
/* package */ void onStartTaskBeforeNativeLoaded(TaskFinishedCallback callback) {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
|||
"startup/launch_mode_recorder.cc",
|
||||
"startup/launch_mode_recorder.h",
|
||||
"startup/obsolete_system_infobar_delegate.cc",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -99,6 +99,3 @@ diff --git a/chrome/browser/share/android/java_sources.gni b/chrome/browser/shar
|
|||
"//chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/screenshot/EditorScreenshotSource.java",
|
||||
"//chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/screenshot/EditorScreenshotTask.java",
|
||||
"//chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/screenshot/ScreenshotCoordinator.java",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -21,6 +21,3 @@ diff --git a/extensions/common/extension.cc b/extensions/common/extension.cc
|
|||
}
|
||||
|
||||
Extension::ManifestData* Extension::GetManifestData(const std::string& key)
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -36,6 +36,3 @@ diff --git a/chrome/browser/download/android/java/src/org/chromium/chrome/browse
|
|||
// Already showing the dialog.
|
||||
if (mDialogModel != null) return;
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -22,6 +22,3 @@ diff --git a/components/password_manager/core/browser/password_manager.cc b/comp
|
|||
user_prefs::PrefRegistrySyncable::SYNCABLE_PRIORITY_PREF);
|
||||
registry->RegisterStringPref(prefs::kSyncPasswordHash, std::string(),
|
||||
PrefRegistry::NO_REGISTRATION_FLAGS);
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -41,6 +41,3 @@ diff --git a/chrome/browser/net/stub_resolver_config_reader.cc b/chrome/browser/
|
|||
parental_controls_checked_ = true;
|
||||
}
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/components/external_intents/android/external_intents_features.cc b/
|
|||
|
||||
static jlong JNI_ExternalIntentsFeatures_GetFeature(JNIEnv* env, jint ordinal) {
|
||||
return reinterpret_cast<jlong>(kFeaturesExposedToJava[ordinal]);
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -34,6 +34,3 @@ diff --git a/components/site_isolation/features.cc b/components/site_isolation/f
|
|||
const char kStrictSiteIsolationMemoryThresholdParamName[] =
|
||||
"strict_site_isolation_threshold_mb";
|
||||
const char kPartialSiteIsolationMemoryThresholdParamName[] =
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -32,6 +32,3 @@ diff --git a/chrome/browser/flags/android/chrome_feature_list.cc b/chrome/browse
|
|||
|
||||
const base::Feature kQuickActionSearchWidgetAndroidDinoVariant{
|
||||
"QuickActionSearchWidgetAndroidDinoVariant",
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -53,6 +53,3 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
# Linker warnings.
|
||||
if (fatal_linker_warnings && !is_apple && current_os != "aix") {
|
||||
ldflags += [ "-Wl,--fatal-warnings" ]
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -850,6 +850,3 @@ diff --git a/weblayer/browser/tab_impl.cc b/weblayer/browser/tab_impl.cc
|
|||
}
|
||||
|
||||
#endif // defined(OS_ANDROID)
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -51,6 +51,3 @@ diff --git a/net/base/features.cc b/net/base/features.cc
|
|||
|
||||
const base::Feature kExpectCTPruning{"ExpectCTPruning",
|
||||
base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/fea
|
|||
|
||||
// Decodes jpeg 4:2:0 formatted images to YUV instead of RGBX and stores in this
|
||||
// format in the image decode cache. See crbug.com/919627 for details on the
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -409,6 +409,3 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<!-- Sms Fetcher -->
|
||||
<message name="IDS_SMS_FETCHER_NOTIFICATION_TITLE" desc="Title text shown when the Android Chrome receives a ONE_TIME_CODE from an incoming SMS and ask users for permission to submit the code to their linked Desktop Chrome">
|
||||
Submit <ph name="ONE_TIME_CODE">%1$s<ex>123</ex></ph> on <ph name="CLIENT_NAME">%2$s<ex>Zoe's Macbook</ex></ph>?
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/fea
|
|||
|
||||
// Enables the frequency capping for detecting overlay popups. Overlay-popups
|
||||
// are the interstitials that pop up and block the main content of the page.
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -10634,6 +10634,3 @@ diff --git a/tools/gritsettings/resource_ids.spec b/tools/gritsettings/resource_
|
|||
# END components/ section.
|
||||
|
||||
# START ios/ section.
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/storage/browser/quota/quota_settings.cc b/storage/browser/quota/quo
|
|||
|
||||
// Skews |value| by +/- |percent|.
|
||||
int64_t RandomizeByPercent(int64_t value, int percent) {
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -27,6 +27,3 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/password_manage
|
|||
|
||||
PreferenceCategory profileCategory = new PreferenceCategory(getStyledContext());
|
||||
profileCategory.setKey(PREF_KEY_CATEGORY_EXCEPTIONS);
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ diff --git a/chrome/android/java/res/layout/fre_tosanduma.xml b/chrome/android/j
|
|||
</LinearLayout>
|
||||
|
||||
<include
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -20,6 +20,3 @@ diff --git a/chrome/browser/enterprise/util/android/java/src/org/chromium/chrome
|
|||
// If there is already a cached result post a task to return it.
|
||||
if (mOwnedState != null) {
|
||||
mHandler.post(() -> callback.onResult(mOwnedState));
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -45,6 +45,3 @@ diff --git a/components/omnibox/browser/omnibox_field_trial.cc b/components/omni
|
|||
|
||||
return default_max_matches_per_provider;
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -184,6 +184,3 @@ diff --git a/third_party/blink/renderer/core/html/html_script_element.h b/third_
|
|||
|
||||
void setAsync(bool);
|
||||
bool async() const;
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue