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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1655153003: Fire an accessible click event when a web node is clicked on. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fire_clicked_event
Patch Set: Created 4 years, 11 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 747019902bebdc49be829608d482663d5c506c59..bf85883a9ec1a3e64a4d790e268a4a42da65a5cf 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -30,6 +30,7 @@
blur, // Remove: http://crbug.com/392502
checked_state_changed, // Implicit
children_changed,
+ clicked,
David Tseng 2016/02/02 18:49:59 Please add to automation idl as well.
dmazzoni 2016/02/03 19:13:46 Done.
document_selection_changed,
focus,
hide, // Remove: http://crbug.com/392502

Powered by Google App Engine
This is Rietveld 408576698