summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/api/automation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/api/automation.idl')
-rw-r--r--chromium/chrome/common/extensions/api/automation.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/chromium/chrome/common/extensions/api/automation.idl b/chromium/chrome/common/extensions/api/automation.idl
index 760950787a3..299d02c67e2 100644
--- a/chromium/chrome/common/extensions/api/automation.idl
+++ b/chromium/chrome/common/extensions/api/automation.idl
@@ -35,6 +35,7 @@
liveRegionCreated,
liveRegionChanged,
loadComplete,
+ loadStart,
locationChanged,
mediaStartedPlaying,
mediaStoppedPlaying,
@@ -353,9 +354,11 @@
uninitialized,
attribute,
attributeExplicitlyEmpty,
+ caption,
contents,
placeholder,
relatedElement,
+ title,
value
};
@@ -652,6 +655,9 @@
long? scrollYMin;
long? scrollYMax;
+ // Indicates whether this node is scrollable.
+ boolean? scrollable;
+
//
// Editable text field attributes.
//
@@ -667,9 +673,6 @@
// The input type, like email or number.
DOMString? textInputType;
- // An array of indexes of the break between lines in editable text.
- long[] lineBreaks;
-
// An array of indexes of the start position of each text marker.
long[] markerStarts;