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

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 lgtm nits Created 4 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 | « third_party/WebKit/public/default_100_percent/blink/mediaplayer_trackselection_checkmark_new.png ('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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 // for year field used in multiple fields "date", "datetime", and 131 // for year field used in multiple fields "date", "datetime", and
132 // "datetime-local" input UI instead of "----". 132 // "datetime-local" input UI instead of "----".
133 PlaceholderForYearField, 133 PlaceholderForYearField,
134 ResetButtonDefaultLabel, 134 ResetButtonDefaultLabel,
135 SearchableIndexIntroduction, 135 SearchableIndexIntroduction,
136 SearchMenuClearRecentSearchesText, // Deprecated. 136 SearchMenuClearRecentSearchesText, // Deprecated.
137 SearchMenuNoRecentSearchesText, // Deprecated. 137 SearchMenuNoRecentSearchesText, // Deprecated.
138 SearchMenuRecentSearchesText, // Deprecated. 138 SearchMenuRecentSearchesText, // Deprecated.
139 SelectMenuListText, 139 SelectMenuListText,
140 SubmitButtonDefaultLabel, 140 SubmitButtonDefaultLabel,
141 TextTracksNoLabel,
142 TextTracksOff,
141 ThisMonthButtonLabel, 143 ThisMonthButtonLabel,
142 ThisWeekButtonLabel, 144 ThisWeekButtonLabel,
143 ValidationBadInputForNumber, 145 ValidationBadInputForNumber,
144 ValidationBadInputForDateTime, 146 ValidationBadInputForDateTime,
145 ValidationPatternMismatch, 147 ValidationPatternMismatch,
146 ValidationRangeOverflow, 148 ValidationRangeOverflow,
147 ValidationRangeOverflowDateTime, 149 ValidationRangeOverflowDateTime,
148 ValidationRangeUnderflow, 150 ValidationRangeUnderflow,
149 ValidationRangeUnderflowDateTime, 151 ValidationRangeUnderflowDateTime,
150 ValidationStepMismatch, 152 ValidationStepMismatch,
(...skipping 18 matching lines...) Expand all
169 ValidationValueMissingForRadio, 171 ValidationValueMissingForRadio,
170 ValidationValueMissingForSelect, 172 ValidationValueMissingForSelect,
171 WeekFormatTemplate, 173 WeekFormatTemplate,
172 WeekNumberLabel, 174 WeekNumberLabel,
173 }; 175 };
174 }; 176 };
175 177
176 } // namespace blink 178 } // namespace blink
177 179
178 #endif 180 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/default_100_percent/blink/mediaplayer_trackselection_checkmark_new.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698