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

Side by Side Diff: ui/accessibility/ax_enums.idl

Issue 616473002: Expose IA and IA2 role and state for HTML input type attributes related to date and time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DISABLE AX test for input type month for WIN Platform Created 6 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 unified diff | Download patch
« no previous file with comments | « content/test/data/accessibility/input-week-expected-win.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // These should be kept in sync with third_party/WebKit/public/web/WebAXEnums.h 5 // These should be kept in sync with third_party/WebKit/public/web/WebAXEnums.h
6 // until the Chromium and Blink trees are merged. 6 // until the Chromium and Blink trees are merged.
7 [camel_case_enum_to_string=true] namespace ui { 7 [camel_case_enum_to_string=true] namespace ui {
8 8
9 // For new entries to the following three enums, also add to 9 // For new entries to the following three enums, also add to
10 // chrome/common/extensions/api/automation.idl. 10 // chrome/common/extensions/api/automation.idl.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 canvas, 73 canvas,
74 cell, 74 cell,
75 check_box, 75 check_box,
76 client, 76 client,
77 color_well, 77 color_well,
78 column_header, 78 column_header,
79 column, 79 column,
80 combo_box, 80 combo_box,
81 complementary, 81 complementary,
82 content_info, 82 content_info,
83 date,
84 date_time,
83 definition, 85 definition,
84 description_list_detail, 86 description_list_detail,
85 description_list, 87 description_list,
86 description_list_term, 88 description_list_term,
87 desktop, 89 desktop,
88 details, 90 details,
89 dialog, 91 dialog,
90 directory, 92 directory,
91 disclosure_triangle, 93 disclosure_triangle,
92 div, 94 div,
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 status, 168 status,
167 system_wide, 169 system_wide,
168 tab_group, 170 tab_group,
169 tab_list, 171 tab_list,
170 tab_panel, 172 tab_panel,
171 tab, 173 tab,
172 table_header_container, 174 table_header_container,
173 table, 175 table,
174 text_area, 176 text_area,
175 text_field, 177 text_field,
178 time,
176 timer, 179 timer,
177 title_bar, 180 title_bar,
178 toggle_button, 181 toggle_button,
179 toolbar, 182 toolbar,
180 tree_grid, 183 tree_grid,
181 tree_item, 184 tree_item,
182 tree, 185 tree,
183 unknown, 186 unknown,
184 tooltip, 187 tooltip,
185 value_indicator, 188 value_indicator,
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 word_ends 376 word_ends
374 }; 377 };
375 378
376 [cpp_enum_prefix_override="ax"] enum AXTextDirection { 379 [cpp_enum_prefix_override="ax"] enum AXTextDirection {
377 text_direction_lr, 380 text_direction_lr,
378 text_direction_rl, 381 text_direction_rl,
379 text_direction_tb, 382 text_direction_tb,
380 text_direction_bt 383 text_direction_bt
381 }; 384 };
382 }; 385 };
OLDNEW
« no previous file with comments | « content/test/data/accessibility/input-week-expected-win.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698