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

Unified Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 1809573003: Fix support for accessible action verbs and performing the default action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix two tests Created 4 years, 9 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 | « third_party/WebKit/Source/modules/accessibility/AXObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebLocalizedString.h
diff --git a/third_party/WebKit/public/platform/WebLocalizedString.h b/third_party/WebKit/public/platform/WebLocalizedString.h
index 38f39a2e0397672f4f2d6125ea17bb414c4d8f40..30f939d2caeea6af0f35f36e8354ff29a077b963 100644
--- a/third_party/WebKit/public/platform/WebLocalizedString.h
+++ b/third_party/WebKit/public/platform/WebLocalizedString.h
@@ -44,6 +44,7 @@ struct WebLocalizedString {
AXCheckedCheckBoxActionVerb,
AXDateTimeFieldEmptyValueText,
AXDayOfMonthFieldText,
+ AXDefaultActionVerb,
AXHeadingText, // Deprecated.
AXHourFieldText,
AXImageMapText, // Deprecated.
@@ -89,6 +90,7 @@ struct WebLocalizedString {
AXMillisecondFieldText,
AXMinuteFieldText,
AXMonthFieldText,
+ AXPopUpButtonActionVerb,
AXRadioButtonActionVerb,
AXSecondFieldText,
AXTextFieldActionVerb,
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698