Skip to content

Commit

Permalink
[AUTO] Patches auto-rebase for master branch (#1842)
Browse files Browse the repository at this point in the history
[AUTO] Patches auto-rebase for master branch
  • Loading branch information
uazo authored Feb 19, 2025
2 parents fe80b07 + 6d06080 commit 072ad73
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/patches/Disable-all-predictors-code.patch
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ diff --git a/third_party/blink/renderer/core/speculation_rules/document_speculat
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -3385,7 +3385,7 @@
@@ -3388,7 +3388,7 @@
//
// It also has some feature params defined throughout the codebase.
name: "Prerender2",
Expand Down
4 changes: 2 additions & 2 deletions build/patches/Disable-conversion-measurement-api.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
},
{
// This only exists so we can use RuntimeEnabled in the IDL file
@@ -3422,8 +3422,8 @@
@@ -3425,8 +3425,8 @@
base_feature: "none",
},
{
Expand All @@ -1063,7 +1063,7 @@ diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5
base_feature: "none",
public: true,
},
@@ -4311,15 +4311,15 @@
@@ -4314,15 +4314,15 @@
},
{
name: "TopicsAPI",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ diff --git a/third_party/blink/renderer/modules/remoteplayback/remote_playback.c
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -3538,14 +3538,10 @@
@@ -3541,14 +3541,10 @@
base_feature: "none",
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ diff --git a/third_party/blink/renderer/core/preferences/preference_manager.idl
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -3378,6 +3378,10 @@
@@ -3381,6 +3381,10 @@
name: "PrefersReducedData",
status: "experimental",
},
Expand Down
2 changes: 1 addition & 1 deletion build/patches/Disable-text-fragments-by-default.patch
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ diff --git a/third_party/blink/renderer/core/dom/document.cc b/third_party/blink
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -4253,10 +4253,9 @@
@@ -4256,10 +4256,9 @@
},
{
name: "TextFragmentIdentifiers",
Expand Down
2 changes: 1 addition & 1 deletion build/patches/Guard-for-user-agent-reduction.patch
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -3505,23 +3505,23 @@
@@ -3508,23 +3508,23 @@
// If enabled, the deviceModel will be reduced to "K" and the
// androidVersion will be reduced to a static "10" string in android
// User-Agent string.
Expand Down

0 comments on commit 072ad73

Please sign in to comment.