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

Side by Side Diff: public/web/WebAXEnums.h

Issue 1046153002: Removing TextArea role. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/web/AssertMatchingEnums.cpp ('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 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 WebAXRoleSplitter, 170 WebAXRoleSplitter,
171 WebAXRoleStaticText, 171 WebAXRoleStaticText,
172 WebAXRoleStatus, 172 WebAXRoleStatus,
173 WebAXRoleSwitch, 173 WebAXRoleSwitch,
174 WebAXRoleTabGroup, 174 WebAXRoleTabGroup,
175 WebAXRoleTabList, 175 WebAXRoleTabList,
176 WebAXRoleTabPanel, 176 WebAXRoleTabPanel,
177 WebAXRoleTab, 177 WebAXRoleTab,
178 WebAXRoleTableHeaderContainer, 178 WebAXRoleTableHeaderContainer,
179 WebAXRoleTable, 179 WebAXRoleTable,
180 WebAXRoleTextArea,
181 WebAXRoleTextField, 180 WebAXRoleTextField,
182 WebAXRoleTime, 181 WebAXRoleTime,
183 WebAXRoleTimer, 182 WebAXRoleTimer,
184 WebAXRoleToggleButton, 183 WebAXRoleToggleButton,
185 WebAXRoleToolbar, 184 WebAXRoleToolbar,
186 WebAXRoleTreeGrid, 185 WebAXRoleTreeGrid,
187 WebAXRoleTreeItem, 186 WebAXRoleTreeItem,
188 WebAXRoleTree, 187 WebAXRoleTree,
189 WebAXRoleUserInterfaceTooltip, 188 WebAXRoleUserInterfaceTooltip,
190 WebAXRoleWebArea, 189 WebAXRoleWebArea,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 WebAXInvalidStateFalse, 268 WebAXInvalidStateFalse,
270 WebAXInvalidStateTrue, 269 WebAXInvalidStateTrue,
271 WebAXInvalidStateSpelling, 270 WebAXInvalidStateSpelling,
272 WebAXInvalidStateGrammar, 271 WebAXInvalidStateGrammar,
273 WebAXInvalidStateOther 272 WebAXInvalidStateOther
274 }; 273 };
275 274
276 } // namespace blink 275 } // namespace blink
277 276
278 #endif 277 #endif
OLDNEW
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698