Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: third_party/WebKit/Source/core/frame/Settings.json5

Issue 2776073002: Workaround for Samsung email issues (Closed)
Patch Set: switched to disabling tkent@'s CL Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/Settings.json5
diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
index 56a835b542c3a7b571860d22645143d47c3d9d45..8a84ee5d58df63aa141ae8796f924178257ef19c 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -925,5 +925,11 @@
initial: true,
invalidate: "MediaControls",
},
+
+ // Whether we should not update selection attributes when mutating selection range.
+ {
+ name: "doNotUpdateSelectionOnMutatingSelectionRange",
+ initial: false,
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698