Release 95.0.4638.78
This commit is contained in:
parent
7bb605d71f
commit
d4c8db08d3
169 changed files with 184 additions and 173 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
# 95.0.4638.78
|
||||
* disable third-party originl trials
|
||||
* dropped patch for async DNS flag
|
||||
* dropped duplicate patch for pull-to-refresh flag
|
||||
* fix application not closing on incognito tab (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1503)
|
||||
* fix external links in incognito not always opening (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1474)
|
||||
* fix incognito tab closing new tab under normal tab (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1030)
|
||||
* allow custom tab intents and opening external links in incognito (thanks to @uazo)
|
||||
* never use HTTP probes for connectivity check on Android < M
|
||||
|
||||
# 94.0.4606.109
|
||||
* experimental user scripts support (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/792)
|
||||
* Bromite auto-update notifications enabled by default
|
||||
|
|
|
@ -1 +1 @@
|
|||
95.0.4638.67
|
||||
95.0.4638.78
|
||||
|
|
|
@ -168,5 +168,6 @@ Bromite-auto-updater.patch
|
|||
Experimental-user-scripts-support.patch
|
||||
Enable-native-Android-autofill.patch
|
||||
Keep-empty-tabs-between-sessions.patch
|
||||
Automated-domain-substitution.patch
|
||||
Disable-third-party-origin-trials.patch
|
||||
Never-use-HTTP-probes-for-connection-detection.patch
|
||||
Automated-domain-substitution.patch
|
||||
|
|
|
@ -248,5 +248,5 @@ diff --git a/media/base/media_switches.h b/media/base/media_switches.h
|
|||
MEDIA_EXPORT extern const base::Feature kMediaDrmPreprovisioningAtStartup;
|
||||
MEDIA_EXPORT extern const base::Feature kCanPlayHls;
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -34,5 +34,5 @@ diff --git a/components/background_task_scheduler/internal/android/java/src/org/
|
|||
persistableBundle.putDouble(key, (Double) obj);
|
||||
} else if (obj instanceof double[]) {
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -211,5 +211,5 @@ diff --git a/third_party/libaom/source/config/linux/x64/config/aom_config.h b/th
|
|||
#define CONFIG_RD_DEBUG 0
|
||||
#define CONFIG_REALTIME_ONLY 1
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -165,5 +165,5 @@ diff --git a/net/android/java/src/org/chromium/net/X509Util.java b/net/android/j
|
|||
isIssuedByKnownRoot, verifiedChain);
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/KeyboardShortcu
|
|||
|
||||
KeyboardShortcutGroup webpageShortcutGroup = new KeyboardShortcutGroup(
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -922,5 +922,5 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|||
};
|
||||
// ----------------------------------------------------------------------------
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1027,5 +1027,5 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|||
&yahoo,
|
||||
&duckduckgo,
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -93,5 +93,5 @@ diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_reque
|
|||
// ERR_CLEARTEXT_NOT_PERMITTED if not.
|
||||
if (request->context()->check_cleartext_permitted() &&
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -97,5 +97,5 @@ diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
|||
extern const char kInstallChromeApp[];
|
||||
extern const char kInstantProcess[];
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1389,5 +1389,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -656,5 +656,5 @@ new file mode 100644
|
|||
+ void setSnackbarManager(SnackbarManager manager);
|
||||
+}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1782,5 +1782,5 @@ diff --git a/ui/shell_dialogs/select_file_dialog_android.h b/ui/shell_dialogs/se
|
|||
~SelectFileDialogImpl() override;
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -217,5 +217,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -108,5 +108,5 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
Appearance
|
||||
</message>
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -134,5 +134,5 @@ diff --git a/components/url_formatter/url_fixer.cc b/components/url_formatter/ur
|
|||
FixupPort(trimmed, parts.port, &url);
|
||||
FixupPath(trimmed, parts.path, &url);
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -94,5 +94,5 @@ diff --git a/services/network/public/cpp/features.h b/services/network/public/cp
|
|||
extern const base::Feature kTrustTokens;
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -153,5 +153,5 @@ diff --git a/net/socket/client_socket_pool_manager.cc b/net/socket/client_socket
|
|||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -69,5 +69,5 @@ diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
|||
|
||||
// When enabled, MediaCapabilities will check with GPU Video Accelerator
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -152,5 +152,5 @@ diff --git a/services/network/public/cpp/features.h b/services/network/public/cp
|
|||
COMPONENT_EXPORT(NETWORK_CPP)
|
||||
extern const base::Feature kThrottleDelayable;
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -49,5 +49,5 @@ diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptio
|
|||
|
||||
extern const char kForceColorProfileName[];
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -51,5 +51,5 @@ diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptio
|
|||
extern const char kQueryTilesEnableQueryEditingName[];
|
||||
extern const char kQueryTilesEnableQueryEditingDescription[];
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -151,5 +151,5 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
name: "OriginIsolationHeader",
|
||||
status: "stable",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1726,5 +1726,5 @@ diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
|||
sources += [
|
||||
"../browser/android/bookmarks/partner_bookmarks_shim_unittest.cc",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -724,5 +724,5 @@ diff --git a/components/sync_bookmarks/bookmark_specifics_conversions.cc b/compo
|
|||
return sync_pb::BookmarkSpecifics::FOLDER;
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -122,5 +122,5 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
Unsupported
|
||||
</message>
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -182,5 +182,5 @@ diff --git a/ui/android/java/src/org/chromium/ui/base/DeviceFormFactor.java b/ui
|
|||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -110,5 +110,5 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
LINK
|
||||
</message>
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -48,5 +48,5 @@ diff --git a/components/browser_ui/settings/android/java/src/org/chromium/compon
|
|||
+ }
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -269,5 +269,5 @@ diff --git a/third_party/blink/renderer/core/frame/reporting_context.h b/third_p
|
|||
HeapMojoReceiver<mojom::blink::ReportingObserver, ReportingContext> receiver_;
|
||||
};
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -50,5 +50,5 @@ diff --git a/third_party/blink/renderer/platform/media/web_media_player_impl.cc
|
|||
|
||||
if (using_media_player_renderer_ &&
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -20,5 +20,5 @@ diff --git a/chrome/browser/signin/account_consistency_mode_manager.cc b/chrome/
|
|||
|
||||
// static
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -33,5 +33,5 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/partnercustomiz
|
|||
if (isCancelled()) return null;
|
||||
Provider provider = AppHooks.get().getCustomizationProvider();
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -21,5 +21,5 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/homepage/Homepa
|
|||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -58,5 +58,5 @@ diff --git a/third_party/blink/renderer/modules/webaudio/audio_context.cc b/thir
|
|||
|
||||
MediaElementAudioSourceNode* AudioContext::createMediaElementSource(
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -42008,5 +42008,5 @@ diff --git a/weblayer/shell/app/shell_main_params.cc b/weblayer/shell/app/shell_
|
|||
#if defined(OS_WIN)
|
||||
GURL url(base::WideToUTF16(args[0]));
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -62,5 +62,5 @@ diff --git a/third_party/blink/renderer/modules/battery/battery_manager.cc b/thi
|
|||
|
||||
void BatteryManager::RegisterWithDispatcher() {
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -207,5 +207,5 @@ diff --git a/third_party/blink/renderer/modules/websockets/websocket_common.h b/
|
|||
|
||||
// Returns true if |protocol| is a valid WebSocket subprotocol name.
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -284,5 +284,5 @@ diff --git a/url/url_util.cc b/url/url_util.cc
|
|||
|
||||
// Schemes that can be sent CORS requests.
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -1887,5 +1887,5 @@ diff --git a/content/browser/renderer_host/navigation_throttle_runner.cc b/conte
|
|||
|
||||
NavigationThrottle* NavigationThrottleRunner::GetDeferringThrottle() const {
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -925,5 +925,5 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -30,5 +30,5 @@ diff --git a/third_party/blink/renderer/modules/peerconnection/peer_connection_d
|
|||
<< ", multiple_routes: " << port_config.enable_multiple_routes
|
||||
<< ", nonproxied_udp: " << port_config.enable_nonproxied_udp
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -32,5 +32,5 @@ diff --git a/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/f
|
|||
.put(ChromeFeatureList.CLIPBOARD_SUGGESTION_CONTENT_HIDDEN, false)
|
||||
.put(ChromeFeatureList.OPTIMIZATION_GUIDE_PUSH_NOTIFICATIONS, false)
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -50,5 +50,5 @@ diff --git a/chrome/browser/ui/omnibox/chrome_omnibox_navigation_observer.h b/ch
|
|||
const std::u16string text_;
|
||||
const AutocompleteMatch match_;
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -43,5 +43,5 @@ diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/featu
|
|||
const base::Feature kOptionalImagesEnabledFeature{
|
||||
"NTPRemoteSuggestionsOptionalImages", base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -30,5 +30,5 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/tabbed_mode/Tab
|
|||
|
||||
private boolean maybeShowPromo() {
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ diff --git a/chrome/android/features/autofill_assistant/public/java/src/org/chro
|
|||
|
||||
/** Checks whether proactive help is enabled. */
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -57,5 +57,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -38,5 +38,5 @@ diff --git a/components/variations/service/variations_service.cc b/components/va
|
|||
|
||||
last_request_was_http_retry_ = is_http_retry;
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -17,5 +17,5 @@ diff --git a/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc b/c
|
|||
+ registry->RegisterBooleanPref(omnibox::kLockIconInAddressBarEnabled, true);
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -78,5 +78,5 @@ diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/p
|
|||
registry->RegisterBooleanPref(prefs::kShowCastIconInToolbar, false);
|
||||
#endif // !defined(OS_ANDROID)
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -83,5 +83,5 @@ diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
|
|||
"popular_sites_impl_unittest.cc",
|
||||
]
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_pro
|
|||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -20,5 +20,5 @@ diff --git a/components/offline_pages/core/offline_page_feature.cc b/components/
|
|||
const base::Feature kOfflineIndicatorFeature{"OfflineIndicator",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -45,5 +45,5 @@ diff --git a/components/url_formatter/url_formatter.cc b/components/url_formatte
|
|||
|
||||
const FormatUrlType kFormatUrlOmitDefaults =
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -23,5 +23,5 @@ diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/
|
|||
|
||||
void LocalFrame::SetAdTrackerForTesting(AdTracker* ad_tracker) {
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -59,5 +59,5 @@ diff --git a/third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css b/th
|
|||
body,
|
||||
table,
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -2769,5 +2769,5 @@ 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",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ diff --git a/components/permissions/features.cc b/components/permissions/feature
|
|||
|
||||
} // namespace features
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -33,5 +33,5 @@ diff --git a/components/variations/service/variations_field_trial_creator.cc b/c
|
|||
platform_field_trials->SetupFeatureControllingFieldTrials(
|
||||
used_seed, low_entropy_provider.get(), feature_list.get());
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -121,5 +121,5 @@ diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variati
|
|||
{
|
||||
"platforms": [
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -28,5 +28,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -92,5 +92,5 @@ diff --git a/chrome/services/file_util/safe_archive_analyzer.cc b/chrome/service
|
|||
std::move(callback).Run(results);
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -156,5 +156,5 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
{
|
||||
name: "TextFragmentTapOpensContextMenu",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -31,5 +31,5 @@ diff --git a/chrome/browser/media/router/discovery/dial/dial_registry.cc b/chrom
|
|||
ClearDialService();
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -20,5 +20,5 @@ diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browse
|
|||
registry->RegisterTimePref(kPluginsDeprecationInfobarLastShown, base::Time());
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -146,5 +146,5 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|||
name: "ThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframes",
|
||||
status: "experimental",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -21,5 +21,5 @@ diff --git a/components/component_updater/android/java/src/org/chromium/componen
|
|||
|
||||
/* package */ void onStartTaskBeforeNativeLoaded(TaskFinishedCallback callback) {
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
|||
"startup/launch_mode_recorder.h",
|
||||
"startup/obsolete_system_infobar_delegate.cc",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -100,5 +100,5 @@ 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/EditorScreenshotTask.java",
|
||||
"//chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/screenshot/ScreenshotCoordinator.java",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -22,5 +22,5 @@ diff --git a/extensions/common/extension.cc b/extensions/common/extension.cc
|
|||
|
||||
Extension::ManifestData* Extension::GetManifestData(const std::string& key)
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -36,5 +36,5 @@ diff --git a/chrome/browser/download/android/java/src/org/chromium/chrome/browse
|
|||
if (mDialogModel != null) return;
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -23,5 +23,5 @@ diff --git a/components/password_manager/core/browser/password_manager.cc b/comp
|
|||
registry->RegisterStringPref(prefs::kSyncPasswordHash, std::string(),
|
||||
PrefRegistry::NO_REGISTRATION_FLAGS);
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -42,5 +42,5 @@ diff --git a/chrome/browser/net/stub_resolver_config_reader.cc b/chrome/browser/
|
|||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -35,5 +35,5 @@ diff --git a/components/site_isolation/features.cc b/components/site_isolation/f
|
|||
"site-per-process-low-memory-cutoff-mb";
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -33,5 +33,5 @@ diff --git a/chrome/browser/flags/android/chrome_feature_list.cc b/chrome/browse
|
|||
const base::Feature kQuickActionSearchWidgetAndroidDinoVariant{
|
||||
"QuickActionSearchWidgetAndroidDinoVariant",
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -54,5 +54,5 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
if (fatal_linker_warnings && !is_apple && current_os != "aix") {
|
||||
ldflags += [ "-Wl,--fatal-warnings" ]
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -486,5 +486,5 @@ diff --git a/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java b
|
|||
+ public void autofill(final SparseArray<AutofillValue> values) {}
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -52,5 +52,5 @@ diff --git a/net/base/features.cc b/net/base/features.cc
|
|||
const base::Feature kExpectCTPruning{"ExpectCTPruning",
|
||||
base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -410,5 +410,5 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -10636,5 +10636,5 @@ diff --git a/tools/gritsettings/resource_ids.spec b/tools/gritsettings/resource_
|
|||
|
||||
# START ios/ section.
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -28,5 +28,5 @@ 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.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ diff --git a/chrome/android/java/res/layout/fre_tosanduma.xml b/chrome/android/j
|
|||
|
||||
<include
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -21,5 +21,5 @@ diff --git a/chrome/browser/enterprise/util/android/java/src/org/chromium/chrome
|
|||
if (mOwnedState != null) {
|
||||
mHandler.post(() -> callback.onResult(mOwnedState));
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -46,5 +46,5 @@ diff --git a/components/omnibox/browser/omnibox_field_trial.cc b/components/omni
|
|||
return default_max_matches_per_provider;
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -185,5 +185,5 @@ diff --git a/third_party/blink/renderer/core/html/html_script_element.h b/third_
|
|||
void setAsync(bool);
|
||||
bool async() const;
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -118,5 +118,5 @@ diff --git a/content/public/android/java/src/org/chromium/content/browser/Device
|
|||
+ }
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -41,5 +41,5 @@ diff --git a/chrome/browser/tab/java/src/org/chromium/chrome/browser/tab/state/C
|
|||
return false;
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -865,5 +865,5 @@ diff --git a/components/upload_list/upload_list.h b/components/upload_list/uploa
|
|||
virtual ~UploadList();
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -50,5 +50,5 @@ diff --git a/components/favicon/core/favicon_database.cc b/components/favicon/co
|
|||
|
||||
bool FaviconDatabase::SetFaviconsOutOfDateBetween(base::Time begin,
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -187,5 +187,5 @@ diff --git a/components/safe_browsing/core/common/safe_browsing_prefs.cc b/compo
|
|||
registry->RegisterBooleanPref(prefs::kSafeBrowsingEnhanced, false);
|
||||
registry->RegisterBooleanPref(prefs::kSafeBrowsingProceedAnywayDisabled,
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
@ -164,5 +164,5 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|||
<message name="IDS_SEARCH_ENGINE_SETTINGS" desc="Title for Search Engine settings. [CHAR_LIMIT=32]">
|
||||
Search engine
|
||||
--
|
||||
2.17.1
|
||||
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