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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1407413002: Move some AX attrs from AXNodeData to AXTreeData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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 e1780303d46312578a1739121e8d6604809f8c0b..d308abd94ee1747c9871f941402054ad2b3b0e3b 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -233,13 +233,6 @@
};
[cpp_enum_prefix_override="ax_attr"] enum AXStringAttribute {
- // Document attributes.
- doc_url,
- doc_title,
- doc_mimetype,
- doc_doctype,
-
- // Attributes that could apply to any node.
access_key,
action,
auto_complete,
@@ -271,10 +264,6 @@
scroll_y_max,
// Attributes for retrieving the endpoints of a selection.
- anchor_object_id,
- anchor_offset,
- focus_object_id,
- focus_offset,
text_sel_start,
text_sel_end,
@@ -305,15 +294,9 @@
title_ui_element,
activedescendant_id,
- // Uniquely identifies an AXTree.
- tree_id,
-
// Identifies a child tree which this node hosts.
child_tree_id,
- // Identifies the parent tree that hosts this tree's root node.
- parent_tree_id,
-
// Position or Number of items in current set of listitems or treeitems
set_size,
pos_in_set,
@@ -340,9 +323,6 @@
};
[cpp_enum_prefix_override="ax_attr"] enum AXFloatAttribute {
- // Document attributes.
- doc_loading_progress,
-
// Range attributes.
value_for_range,
min_value_for_range,
@@ -354,9 +334,6 @@
};
[cpp_enum_prefix_override="ax_attr"] enum AXBoolAttribute {
- // Document attributes.
- doc_loaded,
-
// True if a checkbox or radio button is in the "mixed" state.
button_mixed,

Powered by Google App Engine
This is Rietveld 408576698