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

Side by Side Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 2737263002: Fixed "characters" typo in message validation when input length is 1 (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/text/PlatformLocale.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) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 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 25 matching lines...) Expand all
36 struct WebLocalizedString { 36 struct WebLocalizedString {
37 enum Name { 37 enum Name {
38 AXAMPMFieldText, 38 AXAMPMFieldText,
39 AXCalendarShowMonthSelector, 39 AXCalendarShowMonthSelector,
40 AXCalendarShowNextMonth, 40 AXCalendarShowNextMonth,
41 AXCalendarShowPreviousMonth, 41 AXCalendarShowPreviousMonth,
42 AXCalendarWeekDescription, 42 AXCalendarWeekDescription,
43 AXDayOfMonthFieldText, 43 AXDayOfMonthFieldText,
44 AXHeadingText, // Deprecated. 44 AXHeadingText, // Deprecated.
45 AXHourFieldText, 45 AXHourFieldText,
46 AXImageMapText, // Deprecated. 46 AXImageMapText, // Deprecated.
47 AXLinkText, // Deprecated. 47 AXLinkText, // Deprecated.
48 AXListMarkerText, // Deprecated. 48 AXListMarkerText, // Deprecated.
49 AXMediaAudioElement, 49 AXMediaAudioElement,
50 AXMediaAudioElementHelp, 50 AXMediaAudioElementHelp,
51 AXMediaAudioSliderHelp, 51 AXMediaAudioSliderHelp,
52 AXMediaCastOffButton, 52 AXMediaCastOffButton,
53 AXMediaCastOffButtonHelp, 53 AXMediaCastOffButtonHelp,
54 AXMediaCastOnButton, 54 AXMediaCastOnButton,
55 AXMediaCastOnButtonHelp, 55 AXMediaCastOnButtonHelp,
56 AXMediaCurrentTimeDisplay, 56 AXMediaCurrentTimeDisplay,
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 ValidationBadInputForDateTime, 148 ValidationBadInputForDateTime,
149 ValidationPatternMismatch, 149 ValidationPatternMismatch,
150 ValidationRangeOverflow, 150 ValidationRangeOverflow,
151 ValidationRangeOverflowDateTime, 151 ValidationRangeOverflowDateTime,
152 ValidationRangeUnderflow, 152 ValidationRangeUnderflow,
153 ValidationRangeUnderflowDateTime, 153 ValidationRangeUnderflowDateTime,
154 ValidationStepMismatch, 154 ValidationStepMismatch,
155 ValidationStepMismatchCloseToLimit, 155 ValidationStepMismatchCloseToLimit,
156 ValidationTooLong, 156 ValidationTooLong,
157 ValidationTooShort, 157 ValidationTooShort,
158 ValidationTooShortPlural,
158 ValidationTypeMismatch, 159 ValidationTypeMismatch,
159 ValidationTypeMismatchForEmail, 160 ValidationTypeMismatchForEmail,
160 ValidationTypeMismatchForEmailEmpty, 161 ValidationTypeMismatchForEmailEmpty,
161 ValidationTypeMismatchForEmailEmptyDomain, 162 ValidationTypeMismatchForEmailEmptyDomain,
162 ValidationTypeMismatchForEmailEmptyLocal, 163 ValidationTypeMismatchForEmailEmptyLocal,
163 ValidationTypeMismatchForEmailInvalidDomain, 164 ValidationTypeMismatchForEmailInvalidDomain,
164 ValidationTypeMismatchForEmailInvalidDots, 165 ValidationTypeMismatchForEmailInvalidDots,
165 ValidationTypeMismatchForEmailInvalidLocal, 166 ValidationTypeMismatchForEmailInvalidLocal,
166 ValidationTypeMismatchForEmailNoAtSign, 167 ValidationTypeMismatchForEmailNoAtSign,
167 ValidationTypeMismatchForMultipleEmail, 168 ValidationTypeMismatchForMultipleEmail,
168 ValidationTypeMismatchForURL, 169 ValidationTypeMismatchForURL,
169 ValidationValueMissing, 170 ValidationValueMissing,
170 ValidationValueMissingForCheckbox, 171 ValidationValueMissingForCheckbox,
171 ValidationValueMissingForFile, 172 ValidationValueMissingForFile,
172 ValidationValueMissingForMultipleFile, 173 ValidationValueMissingForMultipleFile,
173 ValidationValueMissingForRadio, 174 ValidationValueMissingForRadio,
174 ValidationValueMissingForSelect, 175 ValidationValueMissingForSelect,
175 WeekFormatTemplate, 176 WeekFormatTemplate,
176 WeekNumberLabel, 177 WeekNumberLabel,
177 }; 178 };
178 }; 179 };
179 180
180 } // namespace blink 181 } // namespace blink
181 182
182 #endif 183 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/text/PlatformLocale.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698