From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/resources/BUILD.gn | 1 + .../android/blocked_content_resource_id.h | 27 +++++++++++++++++++++ .../components/resources/android/theme_resources.h | 1 + .../android_system_error_page_resources.grdp | 2 +- ...l_and_password_manager_internals_resources.grdp | 8 +++--- .../resources/components_scaled_resources.grd | 2 ++ chromium/components/resources/crash_resources.grdp | 4 +-- .../resources/default_100_percent/sadplugin.png | Bin 0 -> 238 bytes .../default_100_percent/webview-crash.png | Bin 0 -> 153 bytes .../resources/default_200_percent/sadplugin.png | Bin 0 -> 321 bytes .../default_200_percent/webview-crash.png | Bin 0 -> 187 bytes .../resources/dom_distiller_resources.grdp | 14 +++++------ .../components/resources/flags_ui_resources.grdp | 6 ++--- .../components/resources/gcm_driver_resources.grdp | 6 ++--- .../components/resources/net_log_resources.grdp | 4 +-- .../components/resources/neterror_resources.grdp | 2 +- .../resources/ntp_tiles_dev_ui_resources.grdp | 9 +++---- .../resources/offline_pages_resources.grdp | 2 +- .../components/resources/policy_resources.grdp | 8 +++--- .../components/resources/printing_resources.grdp | 2 +- .../resources/safe_browsing_resources.grdp | 6 ++--- .../security_interstitials_dev_ui_resources.grdp | 1 - .../security_interstitials_resources.grdp | 18 +++++++------- .../components/resources/signin_resources.grdp | 4 +-- .../components/resources/translate_resources.grdp | 2 +- .../resources/user_actions_ui_resources.grdp | 6 ++--- .../components/resources/version_ui_resources.grdp | 6 ++--- 27 files changed, 84 insertions(+), 57 deletions(-) create mode 100644 chromium/components/resources/android/blocked_content_resource_id.h create mode 100644 chromium/components/resources/default_100_percent/sadplugin.png create mode 100644 chromium/components/resources/default_100_percent/webview-crash.png create mode 100644 chromium/components/resources/default_200_percent/sadplugin.png create mode 100644 chromium/components/resources/default_200_percent/webview-crash.png (limited to 'chromium/components/resources') diff --git a/chromium/components/resources/BUILD.gn b/chromium/components/resources/BUILD.gn index 49a0480f3b7..a5dc084e084 100644 --- a/chromium/components/resources/BUILD.gn +++ b/chromium/components/resources/BUILD.gn @@ -108,6 +108,7 @@ action("about_credits") { if (is_android) { source_set("android_resources") { sources = [ + "android/blocked_content_resource_id.h", "android/page_info_resource_id.h", "android/permissions_resource_id.h", "android/theme_resources.h", diff --git a/chromium/components/resources/android/blocked_content_resource_id.h b/chromium/components/resources/android/blocked_content_resource_id.h new file mode 100644 index 00000000000..aa1e9cd9d2d --- /dev/null +++ b/chromium/components/resources/android/blocked_content_resource_id.h @@ -0,0 +1,27 @@ +// Copyright 2020 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file maps resource IDs to Android resource IDs. + +// Presence of regular include guards is checked by: +// 1. cpplint +// 2. a custom presubmit in src/PRESUBMIT.py +// 3. clang (but it only checks the guard is correct if present) +// Disable the first two with these magic comments: +// NOLINT(build/header_guard) +// no-include-guard-because-multiply-included + +// LINK_RESOURCE_ID is used for IDs that come from a .grd file. +#ifndef LINK_RESOURCE_ID +#error "LINK_RESOURCE_ID should be defined before including this file" +#endif +// DECLARE_RESOURCE_ID is used for IDs that don't have .grd entries, and +// are only declared in this file. +#ifndef DECLARE_RESOURCE_ID +#error "DECLARE_RESOURCE_ID should be defined before including this file" +#endif + +// InfoBar resources. +DECLARE_RESOURCE_ID(IDR_ANDROID_INFOBAR_BLOCKED_POPUPS, + R.drawable.infobar_blocked_popups) diff --git a/chromium/components/resources/android/theme_resources.h b/chromium/components/resources/android/theme_resources.h index a84712ddf37..b48a7a50a5f 100644 --- a/chromium/components/resources/android/theme_resources.h +++ b/chromium/components/resources/android/theme_resources.h @@ -14,6 +14,7 @@ enum { // Not used; just provides a starting value for the enum. These must // not conflict with IDR_* values, which top out at 2^16 - 1. ANDROID_COMPONENTS_RESOURCE_ID_NONE = 1 << 16, +#include "components/resources/android/blocked_content_resource_id.h" #include "components/resources/android/page_info_resource_id.h" #include "components/resources/android/permissions_resource_id.h" ANDROID_COMPONENTS_RESOURCE_ID_MAX, diff --git a/chromium/components/resources/android_system_error_page_resources.grdp b/chromium/components/resources/android_system_error_page_resources.grdp index 88b7394ce8d..78fda031426 100644 --- a/chromium/components/resources/android_system_error_page_resources.grdp +++ b/chromium/components/resources/android_system_error_page_resources.grdp @@ -1,4 +1,4 @@ - + diff --git a/chromium/components/resources/autofill_and_password_manager_internals_resources.grdp b/chromium/components/resources/autofill_and_password_manager_internals_resources.grdp index 92b02584efd..5fe4bb86529 100644 --- a/chromium/components/resources/autofill_and_password_manager_internals_resources.grdp +++ b/chromium/components/resources/autofill_and_password_manager_internals_resources.grdp @@ -1,11 +1,11 @@ - + - + - - + + diff --git a/chromium/components/resources/components_scaled_resources.grd b/chromium/components/resources/components_scaled_resources.grd index a58807f06fd..b642c754007 100644 --- a/chromium/components/resources/components_scaled_resources.grd +++ b/chromium/components/resources/components_scaled_resources.grd @@ -21,6 +21,8 @@ + + diff --git a/chromium/components/resources/crash_resources.grdp b/chromium/components/resources/crash_resources.grdp index f7a3614bf0f..735b213f310 100644 --- a/chromium/components/resources/crash_resources.grdp +++ b/chromium/components/resources/crash_resources.grdp @@ -1,5 +1,5 @@ - - + + diff --git a/chromium/components/resources/default_100_percent/sadplugin.png b/chromium/components/resources/default_100_percent/sadplugin.png new file mode 100644 index 00000000000..9ad1225ac67 Binary files /dev/null and b/chromium/components/resources/default_100_percent/sadplugin.png differ diff --git a/chromium/components/resources/default_100_percent/webview-crash.png b/chromium/components/resources/default_100_percent/webview-crash.png new file mode 100644 index 00000000000..0ce1db18805 Binary files /dev/null and b/chromium/components/resources/default_100_percent/webview-crash.png differ diff --git a/chromium/components/resources/default_200_percent/sadplugin.png b/chromium/components/resources/default_200_percent/sadplugin.png new file mode 100644 index 00000000000..78286797176 Binary files /dev/null and b/chromium/components/resources/default_200_percent/sadplugin.png differ diff --git a/chromium/components/resources/default_200_percent/webview-crash.png b/chromium/components/resources/default_200_percent/webview-crash.png new file mode 100644 index 00000000000..eeb34b253a6 Binary files /dev/null and b/chromium/components/resources/default_200_percent/webview-crash.png differ diff --git a/chromium/components/resources/dom_distiller_resources.grdp b/chromium/components/resources/dom_distiller_resources.grdp index dfbcad2b90a..3e2f084671f 100644 --- a/chromium/components/resources/dom_distiller_resources.grdp +++ b/chromium/components/resources/dom_distiller_resources.grdp @@ -1,12 +1,12 @@ - - - - - - - + + + + + + + diff --git a/chromium/components/resources/flags_ui_resources.grdp b/chromium/components/resources/flags_ui_resources.grdp index 858385db31a..6dbb7003da1 100644 --- a/chromium/components/resources/flags_ui_resources.grdp +++ b/chromium/components/resources/flags_ui_resources.grdp @@ -1,6 +1,6 @@ - - - + + + diff --git a/chromium/components/resources/gcm_driver_resources.grdp b/chromium/components/resources/gcm_driver_resources.grdp index a35430ebe77..5ab55e32d69 100644 --- a/chromium/components/resources/gcm_driver_resources.grdp +++ b/chromium/components/resources/gcm_driver_resources.grdp @@ -1,6 +1,6 @@ - - - + + + diff --git a/chromium/components/resources/net_log_resources.grdp b/chromium/components/resources/net_log_resources.grdp index 4d504c4227e..34e88e4d8bd 100644 --- a/chromium/components/resources/net_log_resources.grdp +++ b/chromium/components/resources/net_log_resources.grdp @@ -1,5 +1,5 @@ - - + + diff --git a/chromium/components/resources/neterror_resources.grdp b/chromium/components/resources/neterror_resources.grdp index db567c617a5..d13a11bfa2f 100644 --- a/chromium/components/resources/neterror_resources.grdp +++ b/chromium/components/resources/neterror_resources.grdp @@ -1,4 +1,4 @@ - + diff --git a/chromium/components/resources/ntp_tiles_dev_ui_resources.grdp b/chromium/components/resources/ntp_tiles_dev_ui_resources.grdp index 93ee50fab88..03f106f608f 100644 --- a/chromium/components/resources/ntp_tiles_dev_ui_resources.grdp +++ b/chromium/components/resources/ntp_tiles_dev_ui_resources.grdp @@ -5,14 +5,11 @@ file="../ntp_tiles/webui/resources/ntp_tiles_internals.html" flattenhtml="true" allowexternalscript="true" - type="BINDATA" - compress="gzip" /> + type="BINDATA" /> + type="BINDATA" /> + type="BINDATA" /> diff --git a/chromium/components/resources/offline_pages_resources.grdp b/chromium/components/resources/offline_pages_resources.grdp index 3179830095c..28388eec6d2 100644 --- a/chromium/components/resources/offline_pages_resources.grdp +++ b/chromium/components/resources/offline_pages_resources.grdp @@ -1,4 +1,4 @@ - + diff --git a/chromium/components/resources/policy_resources.grdp b/chromium/components/resources/policy_resources.grdp index 459dbcfc322..ec7fc0fdc11 100644 --- a/chromium/components/resources/policy_resources.grdp +++ b/chromium/components/resources/policy_resources.grdp @@ -1,7 +1,7 @@ - - - - + + + + diff --git a/chromium/components/resources/printing_resources.grdp b/chromium/components/resources/printing_resources.grdp index c50a1025d5e..27a993ee20b 100644 --- a/chromium/components/resources/printing_resources.grdp +++ b/chromium/components/resources/printing_resources.grdp @@ -1,6 +1,6 @@ - + diff --git a/chromium/components/resources/safe_browsing_resources.grdp b/chromium/components/resources/safe_browsing_resources.grdp index dd59e8d61a1..3e255c60dbe 100644 --- a/chromium/components/resources/safe_browsing_resources.grdp +++ b/chromium/components/resources/safe_browsing_resources.grdp @@ -1,8 +1,8 @@ - - - + + + diff --git a/chromium/components/resources/security_interstitials_dev_ui_resources.grdp b/chromium/components/resources/security_interstitials_dev_ui_resources.grdp index d15f1f8c964..7a8e4204473 100644 --- a/chromium/components/resources/security_interstitials_dev_ui_resources.grdp +++ b/chromium/components/resources/security_interstitials_dev_ui_resources.grdp @@ -3,7 +3,6 @@ diff --git a/chromium/components/resources/security_interstitials_resources.grdp b/chromium/components/resources/security_interstitials_resources.grdp index 26055aa5fbf..6dbd6c9e324 100644 --- a/chromium/components/resources/security_interstitials_resources.grdp +++ b/chromium/components/resources/security_interstitials_resources.grdp @@ -1,15 +1,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/chromium/components/resources/signin_resources.grdp b/chromium/components/resources/signin_resources.grdp index 28afaf36fbd..7f47e820113 100644 --- a/chromium/components/resources/signin_resources.grdp +++ b/chromium/components/resources/signin_resources.grdp @@ -2,9 +2,9 @@ + type="BINDATA" /> diff --git a/chromium/components/resources/translate_resources.grdp b/chromium/components/resources/translate_resources.grdp index 0a040331e67..5226e140218 100644 --- a/chromium/components/resources/translate_resources.grdp +++ b/chromium/components/resources/translate_resources.grdp @@ -1,4 +1,4 @@ - + diff --git a/chromium/components/resources/user_actions_ui_resources.grdp b/chromium/components/resources/user_actions_ui_resources.grdp index e0f0975a0a5..b91eb8ec797 100644 --- a/chromium/components/resources/user_actions_ui_resources.grdp +++ b/chromium/components/resources/user_actions_ui_resources.grdp @@ -1,8 +1,8 @@ - - - + + + diff --git a/chromium/components/resources/version_ui_resources.grdp b/chromium/components/resources/version_ui_resources.grdp index 74bf2ce4065..c76e74980ac 100644 --- a/chromium/components/resources/version_ui_resources.grdp +++ b/chromium/components/resources/version_ui_resources.grdp @@ -1,6 +1,6 @@ - - - + + + -- cgit v1.2.1