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

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

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and addressed fs' comments 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 unified diff | Download patch
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 // for year field used in multiple fields "date", "datetime", and 128 // for year field used in multiple fields "date", "datetime", and
129 // "datetime-local" input UI instead of "----". 129 // "datetime-local" input UI instead of "----".
130 PlaceholderForYearField, 130 PlaceholderForYearField,
131 ResetButtonDefaultLabel, 131 ResetButtonDefaultLabel,
132 SearchableIndexIntroduction, 132 SearchableIndexIntroduction,
133 SearchMenuClearRecentSearchesText, // Deprecated. 133 SearchMenuClearRecentSearchesText, // Deprecated.
134 SearchMenuNoRecentSearchesText, // Deprecated. 134 SearchMenuNoRecentSearchesText, // Deprecated.
135 SearchMenuRecentSearchesText, // Deprecated. 135 SearchMenuRecentSearchesText, // Deprecated.
136 SelectMenuListText, 136 SelectMenuListText,
137 SubmitButtonDefaultLabel, 137 SubmitButtonDefaultLabel,
138 TextTracksNoLabel,
139 TextTracksOff,
138 ThisMonthButtonLabel, 140 ThisMonthButtonLabel,
139 ThisWeekButtonLabel, 141 ThisWeekButtonLabel,
140 ValidationBadInputForNumber, 142 ValidationBadInputForNumber,
141 ValidationBadInputForDateTime, 143 ValidationBadInputForDateTime,
142 ValidationPatternMismatch, 144 ValidationPatternMismatch,
143 ValidationRangeOverflow, 145 ValidationRangeOverflow,
144 ValidationRangeOverflowDateTime, 146 ValidationRangeOverflowDateTime,
145 ValidationRangeUnderflow, 147 ValidationRangeUnderflow,
146 ValidationRangeUnderflowDateTime, 148 ValidationRangeUnderflowDateTime,
147 ValidationStepMismatch, 149 ValidationStepMismatch,
(...skipping 18 matching lines...) Expand all
166 ValidationValueMissingForRadio, 168 ValidationValueMissingForRadio,
167 ValidationValueMissingForSelect, 169 ValidationValueMissingForSelect,
168 WeekFormatTemplate, 170 WeekFormatTemplate,
169 WeekNumberLabel, 171 WeekNumberLabel,
170 }; 172 };
171 }; 173 };
172 174
173 } // namespace blink 175 } // namespace blink
174 176
175 #endif 177 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698