25 lines
1001 B
Diff
25 lines
1001 B
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Fri, 2 Nov 2018 14:10:32 +0100
|
|
Subject: Enable serialization of scroll position changes while loading
|
|
|
|
Set #enable-scroll-anchor-serialization to enabled by default
|
|
---
|
|
content/public/common/content_features.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
|
--- a/content/public/common/content_features.cc
|
|
+++ b/content/public/common/content_features.cc
|
|
@@ -377,7 +377,7 @@ const base::Feature kRunVideoCaptureServiceInBrowserProcess{
|
|
|
|
// Save the scroll anchor and use it to restore scroll position.
|
|
const base::Feature kScrollAnchorSerialization{
|
|
- "ScrollAnchorSerialization", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
+ "ScrollAnchorSerialization", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
|
// Make sendBeacon throw for a Blob with a non simple type.
|
|
const base::Feature kSendBeaconThrowForBlobWithNonSimpleType{
|
|
--
|
|
2.11.0
|
|
|