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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1162263008: Exposes datetime attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-upload due to browser_accessibility_cocoa.mm Created 5 years, 6 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: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 4bc678a7f07afa5496552d1f2f5076497fd88aa9..c6fead9f35be3ba2d060b5a003e850b45c2b70da 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -244,7 +244,6 @@
container_live_status,
description,
display,
- dropeffect,
help,
html_tag,
// Only used when invalid_state == invalid_state_other.
@@ -255,7 +254,6 @@
placeholder,
role,
shortcut,
- text_input_type,
url,
value
};
@@ -374,11 +372,7 @@
// Set if this node is the host of an external AXTree, for
// example a web view that's a child of a native view, or a
// web iframe that's the child of another web frame.
- is_ax_tree_host,
-
- // Set if this node has been selected for dragging in
- // a drag-n-drop operation.
- grabbed
+ is_ax_tree_host
};
[cpp_enum_prefix_override="ax_attr"] enum AXIntListAttribute {

Powered by Google App Engine
This is Rietveld 408576698