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

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

Issue 2886943007: Introduce NavigatorWebDriver interface
Patch Set: wip: need more tests Created 3 years, 7 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 7cac80b9b7fc1e797a51ad45ec564bee1cc00b09..192af812e0489ff1586503af9b68702a3dd84165 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -921,6 +921,18 @@
invalidate: "MediaControls",
},
+ // Whether Blink is controlled by automation.
+ {
+ name: "automationControlled",
+ initial: false,
+ },
+
+ // Whether Blink is headless.
+ {
+ name: "headless",
+ initial: false,
+ },
+
// Whether we should not update selection attributes when mutating selection range.
// TODO(changwan): remove this flag when we no longer support Android M.
{
« no previous file with comments | « third_party/WebKit/Source/core/frame/NavigatorWebDriver.idl ('k') | third_party/WebKit/Source/web/WebSettingsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698