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

Side by Side Diff: Source/WebCore/platform/LocalizedStrings.h

Issue 14141002: Remove ENABLE_INPUT_TYPE_WEEK compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update html.css Created 7 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2003, 2006, 2009, 2011, 2012, 2013 Apple Inc. All rights reser ved. 2 * Copyright (C) 2003, 2006, 2009, 2011, 2012, 2013 Apple Inc. All rights reser ved.
3 * Copyright (C) 2010 Igalia S.L 3 * Copyright (C) 2010 Igalia S.L
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. 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 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 // placeholderForfMonthField() returns localized placeholder text, e.g. 136 // placeholderForfMonthField() returns localized placeholder text, e.g.
137 // "mm", for month field used in multiple fields "date", "datetime", and 137 // "mm", for month field used in multiple fields "date", "datetime", and
138 // "datetime-local" input UI instead "--". 138 // "datetime-local" input UI instead "--".
139 String placeholderForMonthField(); 139 String placeholderForMonthField();
140 140
141 // placeholderForYearField() returns localized placeholder text, e.g. 141 // placeholderForYearField() returns localized placeholder text, e.g.
142 // "yyyy", for year field used in multiple fields "date", "datetime", and 142 // "yyyy", for year field used in multiple fields "date", "datetime", and
143 // "datetime-local" input UI instead "----". 143 // "datetime-local" input UI instead "----".
144 String placeholderForYearField(); 144 String placeholderForYearField();
145 #endif 145 #endif
146 #if ENABLE(INPUT_TYPE_WEEK)
147 // weekFormatInLDML() returns week and year format in LDML, Unicode 146 // weekFormatInLDML() returns week and year format in LDML, Unicode
148 // technical standard 35, Locale Data Markup Language, e.g. "'Week' ww, yyyy " 147 // technical standard 35, Locale Data Markup Language, e.g. "'Week' ww, yyyy "
149 String weekFormatInLDML(); 148 String weekFormatInLDML();
150 #endif
151 149
152 String missingPluginText(); 150 String missingPluginText();
153 String crashedPluginText(); 151 String crashedPluginText();
154 String blockedPluginByContentSecurityPolicyText(); 152 String blockedPluginByContentSecurityPolicyText();
155 String insecurePluginVersionText(); 153 String insecurePluginVersionText();
156 String inactivePluginText(); 154 String inactivePluginText();
157 155
158 String multipleFileUploadText(unsigned numberOfFiles); 156 String multipleFileUploadText(unsigned numberOfFiles);
159 String unknownFileSizeText(); 157 String unknownFileSizeText();
160 158
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 191
194 #if ENABLE(VIDEO_TRACK) 192 #if ENABLE(VIDEO_TRACK)
195 String textTrackSubtitlesText(); 193 String textTrackSubtitlesText();
196 String textTrackOffText(); 194 String textTrackOffText();
197 String textTrackNoLabelText(); 195 String textTrackNoLabelText();
198 #endif 196 #endif
199 197
200 } // namespace WebCore 198 } // namespace WebCore
201 199
202 #endif // LocalizedStrings_h 200 #endif // LocalizedStrings_h
OLDNEW
« no previous file with comments | « Source/WebCore/html/WeekInputType.cpp ('k') | Source/WebCore/platform/chromium/LocalizedStringsChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698