| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 |
| OLD | NEW |