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

Side by Side Diff: sky/engine/public/platform/WebLocalizedString.h

Issue 715963003: Remove alt text from images. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: minor improvement Created 6 years, 1 month 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 | « sky/engine/core/rendering/RenderImage.cpp ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 AXYearFieldText, 89 AXYearFieldText,
90 CalendarClear, 90 CalendarClear,
91 CalendarToday, 91 CalendarToday,
92 DateFormatDayInMonthLabel, 92 DateFormatDayInMonthLabel,
93 DateFormatMonthLabel, 93 DateFormatMonthLabel,
94 DateFormatYearLabel, 94 DateFormatYearLabel,
95 DetailsLabel, 95 DetailsLabel,
96 FileButtonChooseFileLabel, 96 FileButtonChooseFileLabel,
97 FileButtonChooseMultipleFilesLabel, 97 FileButtonChooseMultipleFilesLabel,
98 FileButtonNoFileSelectedLabel, 98 FileButtonNoFileSelectedLabel,
99 InputElementAltText,
100 KeygenMenuHighGradeKeySize, 99 KeygenMenuHighGradeKeySize,
101 KeygenMenuMediumGradeKeySize, 100 KeygenMenuMediumGradeKeySize,
102 MultipleFileUploadText, 101 MultipleFileUploadText,
103 OtherColorLabel, 102 OtherColorLabel,
104 OtherDateLabel, 103 OtherDateLabel,
105 OtherMonthLabel, 104 OtherMonthLabel,
106 OtherTimeLabel, 105 OtherTimeLabel,
107 OtherWeekLabel, 106 OtherWeekLabel,
108 // PlaceholderForDayOfMonthField is for day placeholder text, e.g. 107 // PlaceholderForDayOfMonthField is for day placeholder text, e.g.
109 // "dd", for date field used in multiple fields "date", "datetime", and 108 // "dd", for date field used in multiple fields "date", "datetime", and
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 ValidationValueMissingForRadio, 153 ValidationValueMissingForRadio,
155 ValidationValueMissingForSelect, 154 ValidationValueMissingForSelect,
156 WeekFormatTemplate, 155 WeekFormatTemplate,
157 WeekNumberLabel, 156 WeekNumberLabel,
158 }; 157 };
159 }; 158 };
160 159
161 } // namespace blink 160 } // namespace blink
162 161
163 #endif 162 #endif
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/RenderImage.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698