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

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

Issue 2243473002: Adding overflow menu to media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 InputElementAltText, 112 InputElementAltText,
113 KeygenMenuHighGradeKeySize, 113 KeygenMenuHighGradeKeySize,
114 KeygenMenuMediumGradeKeySize, 114 KeygenMenuMediumGradeKeySize,
115 MissingPluginText, 115 MissingPluginText,
116 MultipleFileUploadText, 116 MultipleFileUploadText,
117 OtherColorLabel, 117 OtherColorLabel,
118 OtherDateLabel, 118 OtherDateLabel,
119 OtherMonthLabel, 119 OtherMonthLabel,
120 OtherTimeLabel, 120 OtherTimeLabel,
121 OtherWeekLabel, 121 OtherWeekLabel,
122 OverflowMenuCaptions,
liberato (no reviews please) 2016/08/24 16:44:23 you might also want to add an accessibility string
kdsilva 2016/08/26 18:11:03 Done.
123 OverflowMenuCast,
124 OverflowMenuFullscreen,
125 OverflowMenuStopCast,
126 OverflowMenuMute,
127 OverflowMenuUnmute,
122 // PlaceholderForDayOfMonthField is for day placeholder text, e.g. 128 // PlaceholderForDayOfMonthField is for day placeholder text, e.g.
123 // "dd", for date field used in multiple fields "date", "datetime", and 129 // "dd", for date field used in multiple fields "date", "datetime", and
124 // "datetime-local" input UI instead of "--". 130 // "datetime-local" input UI instead of "--".
125 PlaceholderForDayOfMonthField, 131 PlaceholderForDayOfMonthField,
126 // PlaceholderForfMonthField is for month placeholder text, e.g. 132 // PlaceholderForfMonthField is for month placeholder text, e.g.
127 // "mm", for month field used in multiple fields "date", "datetime", and 133 // "mm", for month field used in multiple fields "date", "datetime", and
128 // "datetime-local" input UI instead of "--". 134 // "datetime-local" input UI instead of "--".
129 PlaceholderForMonthField, 135 PlaceholderForMonthField,
130 // PlaceholderForYearField is for year placeholder text, e.g. "yyyy", 136 // PlaceholderForYearField is for year placeholder text, e.g. "yyyy",
131 // for year field used in multiple fields "date", "datetime", and 137 // for year field used in multiple fields "date", "datetime", and
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 ValidationValueMissingForRadio, 177 ValidationValueMissingForRadio,
172 ValidationValueMissingForSelect, 178 ValidationValueMissingForSelect,
173 WeekFormatTemplate, 179 WeekFormatTemplate,
174 WeekNumberLabel, 180 WeekNumberLabel,
175 }; 181 };
176 }; 182 };
177 183
178 } // namespace blink 184 } // namespace blink
179 185
180 #endif 186 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698