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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2522543004: Add support for retrieving image thumbnails as part of the accessibility tree. (Closed)
Patch Set: Clarified maxSize 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 | « third_party/WebKit/public/web/WebAXObject.h ('k') | ui/accessibility/ax_node_data.cc » ('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 5f8c39e147be389d1880b2354fa8b3ddda9273de..10088ce6e9f69c6d913a1eeca2b0934da609e9e0 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -38,6 +38,7 @@
focus,
hide, // Remove: http://crbug.com/392502
hover,
+ image_frame_updated, // Web
invalid_status_changed, // Implicit
layout_complete, // Web
live_region_created, // Implicit
@@ -242,6 +243,9 @@
focus,
+ // Return the content of this image object in the image_data attribute.
+ get_image_data,
+
// Given a point, find the object it corresponds to and fire a
// HOVER event on it in response.
hit_test,
@@ -304,6 +308,7 @@
// Only present when different from parent.
font_family,
html_tag,
+ image_data_url,
// Only present when different from parent.
language,
name,
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698