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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2477463003: Replace ui::AXViewState with AXNodeData and AXActionData (Closed)
Patch Set: Fix test Created 4 years, 1 month 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
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/ax_node_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index cf067e4fdcf28c1bd6e158364f75b5b78b5e7c23..30bde3590748457baf1dc8e274b5793815e8c0f5 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -239,6 +239,10 @@
// HOVER event on it in response.
hit_test,
+ // Delete any selected text in the control's text value and
+ // insert |AXActionData::value| in its place, like when typing or pasting.
+ replace_selected_text,
+
// Scroll any scrollable containers to make the target object visible
// on the screen. Optionally pass a subfocus rect in
// AXActionData.target_rect.
@@ -258,7 +262,10 @@
// following this one, for example.
set_sequential_focus_navigation_starting_point,
+ // Replace the value of the control with AXActionData::value and
+ // reset the selection, if applicable.
set_value,
+
show_context_menu
};
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/ax_node_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698