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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2418523004: Makes Chrome's app menu have a vertical orientation. (Closed)
Patch Set: Moved clarifying comments to a previous line. Created 4 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
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_win.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 89d384227869503a169bc23bb83e6931498b4826..d84530101c5f5815ac9f6cbd90853bd714839f21 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -210,6 +210,7 @@
expanded,
focusable,
haspopup,
+ // Grows horizontally, e.g. most toolbars and separators.
horizontal,
hovered,
invisible,
@@ -224,6 +225,7 @@
richly_editable,
selectable,
selected,
+ // Grows vertically, e.g. menu or combo box.
vertical,
visited
};
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698