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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 CalendarToday, 97 CalendarToday,
98 DateFormatDayInMonthLabel, 98 DateFormatDayInMonthLabel,
99 DateFormatMonthLabel, 99 DateFormatMonthLabel,
100 DateFormatYearLabel, 100 DateFormatYearLabel,
101 DetailsLabel, 101 DetailsLabel,
102 DownloadButtonLabel, 102 DownloadButtonLabel,
103 FileButtonChooseFileLabel, 103 FileButtonChooseFileLabel,
104 FileButtonChooseMultipleFilesLabel, 104 FileButtonChooseMultipleFilesLabel,
105 FileButtonNoFileSelectedLabel, 105 FileButtonNoFileSelectedLabel,
106 InputElementAltText, 106 InputElementAltText,
107 KeygenMenuHighGradeKeySize,
108 KeygenMenuMediumGradeKeySize,
109 MissingPluginText, 107 MissingPluginText,
110 MultipleFileUploadText, 108 MultipleFileUploadText,
111 OtherColorLabel, 109 OtherColorLabel,
112 OtherDateLabel, 110 OtherDateLabel,
113 OtherMonthLabel, 111 OtherMonthLabel,
114 OtherTimeLabel, 112 OtherTimeLabel,
115 OtherWeekLabel, 113 OtherWeekLabel,
116 OverflowMenuCaptions, 114 OverflowMenuCaptions,
117 OverflowMenuCast, 115 OverflowMenuCast,
118 OverflowMenuEnterFullscreen, 116 OverflowMenuEnterFullscreen,
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ValidationValueMissingForRadio, 173 ValidationValueMissingForRadio,
176 ValidationValueMissingForSelect, 174 ValidationValueMissingForSelect,
177 WeekFormatTemplate, 175 WeekFormatTemplate,
178 WeekNumberLabel, 176 WeekNumberLabel,
179 }; 177 };
180 }; 178 };
181 179
182 } // namespace blink 180 } // namespace blink
183 181
184 #endif 182 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | third_party/WebKit/public/web/WebContentSettingsClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698