Browse Source

Upgrade to Chromium 83.0.4103.97

Zoraver Kang 3 years ago
parent
commit
7004d34c96

+ 1 - 1
chromium_version.txt

@@ -1 +1 @@
-83.0.4103.61
+83.0.4103.97

+ 0 - 2
domain_substitution.list

@@ -33,8 +33,6 @@ ash/assistant/util/deep_link_util.cc
 ash/assistant/util/deep_link_util_unittest.cc
 ash/fast_ink/laser/laser_pointer_view.cc
 ash/login/parent_access_controller_unittest.cc
-ash/login/ui/login_auth_user_view.cc
-ash/login/ui/login_test_base.cc
 ash/login/ui/login_user_menu_view.cc
 ash/login/ui/login_user_menu_view_unittest.cc
 ash/perftests/overview_animations_preftest.cc

+ 1 - 1
patches/core/ungoogled-chromium/remove-unused-preferences-fields.patch

@@ -2222,7 +2222,7 @@
  }
 --- a/chrome/browser/signin/mirror_browsertest.cc
 +++ b/chrome/browser/signin/mirror_browsertest.cc
-@@ -31,7 +31,6 @@
+@@ -32,7 +32,6 @@
  #include "components/prefs/pref_service.h"
  #include "components/signin/core/browser/dice_header_helper.h"
  #include "components/signin/core/browser/signin_header_helper.h"

+ 5 - 5
patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch

@@ -91,7 +91,7 @@
  #include "ui/accessibility/accessibility_features.h"
  #include "ui/base/ui_base_features.h"
  #include "ui/events/blink/blink_features.h"
-@@ -449,6 +450,10 @@ void SetRuntimeFeaturesFromCommandLine(c
+@@ -450,6 +451,10 @@ void SetRuntimeFeaturesFromCommandLine(c
         switches::kEnableAccessibilityObjectModel, true},
        {wrf::EnableAllowSyncXHRInPageDismissal,
         switches::kAllowSyncXHRInPageDismissal, true},
@@ -156,7 +156,7 @@
  void Document::UpdateActiveStyle() {
 --- a/third_party/blink/renderer/core/dom/document.h
 +++ b/third_party/blink/renderer/core/dom/document.h
-@@ -534,6 +534,10 @@ class CORE_EXPORT Document : public Cont
+@@ -533,6 +533,10 @@ class CORE_EXPORT Document : public Cont
      has_xml_declaration_ = has_xml_declaration ? 1 : 0;
    }
  
@@ -167,7 +167,7 @@
    String visibilityState() const;
    bool IsPageVisible() const;
    bool hidden() const;
-@@ -2106,6 +2110,9 @@ class CORE_EXPORT Document : public Cont
+@@ -2101,6 +2105,9 @@ class CORE_EXPORT Document : public Cont
  
    base::ElapsedTimer start_time_;
  
@@ -295,8 +295,8 @@
      "//ui/base/cursor",
 --- a/third_party/blink/renderer/platform/exported/web_runtime_features.cc
 +++ b/third_party/blink/renderer/platform/exported/web_runtime_features.cc
-@@ -667,4 +667,12 @@ void WebRuntimeFeatures::EnableTrustToke
-   RuntimeEnabledFeatures::SetTrustTokensEnabled(enable);
+@@ -671,4 +671,12 @@ void WebRuntimeFeatures::EnableInstalled
+   RuntimeEnabledFeatures::SetInstalledAppEnabled(enable);
  }
  
 +void WebRuntimeFeatures::EnableFingerprintingClientRectsNoise(bool enable) {

+ 2 - 2
patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch

@@ -46,7 +46,7 @@ approach to change color components.
      switches::kForceDisplayColorProfile,
 --- a/content/child/runtime_features.cc
 +++ b/content/child/runtime_features.cc
-@@ -454,6 +454,8 @@ void SetRuntimeFeaturesFromCommandLine(c
+@@ -455,6 +455,8 @@ void SetRuntimeFeaturesFromCommandLine(c
         switches::kFingerprintingClientRectsNoise, true},
        {wrf::EnableFingerprintingCanvasMeasureTextNoise,
         switches::kFingerprintingCanvasMeasureTextNoise, true},
@@ -80,7 +80,7 @@ approach to change color components.
      ":blink_platform_public_deps",
 --- a/third_party/blink/renderer/platform/exported/web_runtime_features.cc
 +++ b/third_party/blink/renderer/platform/exported/web_runtime_features.cc
-@@ -675,4 +675,8 @@ void WebRuntimeFeatures::EnableFingerpri
+@@ -679,4 +679,8 @@ void WebRuntimeFeatures::EnableFingerpri
    RuntimeEnabledFeatures::SetFingerprintingCanvasMeasureTextNoiseEnabled(enable);
  }