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

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 324853004: Password bubble: Add an "active" icon state, and a new disabled icon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This grd file contains images that are pre-scaled for device scale 2 <!-- This grd file contains images that are pre-scaled for device scale
3 factors. The image returned by |base::ResourceBundle::GetImageNamed| 3 factors. The image returned by |base::ResourceBundle::GetImageNamed|
4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The
5 |fallback_to_low_resolution| attribute controls behavior when 5 |fallback_to_low_resolution| attribute controls behavior when
6 an image file is missing for target scale factor. If true, chrome 6 an image file is missing for target scale factor. If true, chrome
7 will automatically scale the 1x image to the target scale factor. 7 will automatically scale the 1x image to the target scale factor.
8 If false, build will fail due to missing resources. This is 8 If false, build will fail due to missing resources. This is
9 currently set to true for all resources, but the default will 9 currently set to true for all resources, but the default will
10 become false in near future. 10 become false in near future.
11 --> 11 -->
12 <grit latest_public_release="0" current_release="1"> 12 <grit latest_public_release="0" current_release="1">
13 <outputs> 13 <outputs>
14 <output filename="grit/theme_resources.h" type="rc_header" context="default_ 100_percent"> 14 <output filename="grit/theme_resources.h" type="rc_header" context="default_ 100_percent">
15 <emit emit_type='prepend'></emit> 15 <emit emit_type='prepend'></emit>
16 </output> 16 </output>
17 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" /> 17 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" />
18 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" /> 18 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" />
19 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" /> 19 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" />
20 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" /> 20 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" />
21 </outputs> 21 </outputs>
22 <release seq="1"> 22 <release seq="1">
23 <structures fallback_to_low_resolution="true"> 23 <structures fallback_to_low_resolution="true">
24 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST 24 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST
25 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE 25 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE
26 SAME CONDITIONALS. --> 26 SAME CONDITIONALS. -->
oshima 2014/06/10 18:51:05 can you sort in alphabetical order?
27 <structure type="chrome_scaled_image" name="IDR_ACCESSED_COOKIES" file="co mmon/accessed_cookies.png" /> 27 <structure type="chrome_scaled_image" name="IDR_ACCESSED_COOKIES" file="co mmon/accessed_cookies.png" />
28 <structure type="chrome_scaled_image" name="IDR_ALLOWED_DOWNLOADS" file="c ommon/allowed_downloads.png" /> 28 <structure type="chrome_scaled_image" name="IDR_ALLOWED_DOWNLOADS" file="c ommon/allowed_downloads.png" />
29 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file=" common/allowed_fullscreen.png" /> 29 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file=" common/allowed_fullscreen.png" />
30 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="comm on/allowed_images.png" /> 30 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="comm on/allowed_images.png" />
31 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" /> 31 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" common/allowed_script.png" />
32 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" /> 32 <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="co mmon/allowed_location.png" />
33 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" /> 33 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file=" common/allowed_midi.png" />
34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" /> 34 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="common/allowed_mouse_cursor.png" />
35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" /> 35 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="common/allowed_notifications.png" />
36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" /> 36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" />
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro wser_back_disabled.png" /> 100 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="common/bro wser_back_disabled.png" />
101 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro wser_back_hover.png" /> 101 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="common/bro wser_back_hover.png" />
102 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro wser_back_pressed.png" /> 102 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="common/bro wser_back_pressed.png" />
103 </if> 103 </if>
104 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com mon/blocked_cookies.png" /> 104 <structure type="chrome_scaled_image" name="IDR_BLOCKED_COOKIES" file="com mon/blocked_cookies.png" />
105 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c ommon/blocked_downloads.png" /> 105 <structure type="chrome_scaled_image" name="IDR_BLOCKED_DOWNLOADS" file="c ommon/blocked_downloads.png" />
106 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm on/blocked_images.png" /> 106 <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="comm on/blocked_images.png" />
107 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" /> 107 <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file=" common/blocked_script.png" />
108 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" /> 108 <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="co mmon/blocked_location.png" />
109 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo n/blocked_media.png" /> 109 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="commo n/blocked_media.png" />
110 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD" file="commo n/save_password.png" />
111 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_BLACKLISTED" file="common/blocked_save_passwords.png" />
112 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" /> 110 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file=" common/blocked_midi.png" />
113 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" /> 111 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file ="common/blocked_mouse_cursor.png" />
114 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIXED_CONTENT" fil e="common/blocked_mixed_content.png" /> 112 <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIXED_CONTENT" fil e="common/blocked_mixed_content.png" />
115 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file ="common/blocked_notifications.png" /> 113 <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file ="common/blocked_notifications.png" />
116 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="com mon/blocked_plugins.png" /> 114 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="com mon/blocked_plugins.png" />
117 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm on/blocked_popups.png" /> 115 <structure type="chrome_scaled_image" name="IDR_BLOCKED_POPUPS" file="comm on/blocked_popups.png" />
118 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file ="common/blocked_pepper_broker.png" /> 116 <structure type="chrome_scaled_image" name="IDR_BLOCKED_PPAPI_BROKER" file ="common/blocked_pepper_broker.png" />
119 <if expr="chromeos"> 117 <if expr="chromeos">
120 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_KEYBOARD" file ="cros/bluetooth_pairing_keyboard.png" /> 118 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_KEYBOARD" file ="cros/bluetooth_pairing_keyboard.png" />
121 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_MOUSE" file="c ros/bluetooth_pairing_mouse.png" /> 119 <structure type="chrome_scaled_image" name="IDR_BLUETOOTH_MOUSE" file="c ros/bluetooth_pairing_mouse.png" />
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="common/infobar_plugin_crashed.png" /> 411 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="common/infobar_plugin_crashed.png" />
414 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="common/infobar_plugin_install.png" /> 412 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="common/infobar_plugin_install.png" />
415 <if expr="is_android"> 413 <if expr="is_android">
416 <!-- The actual image here is not used; this line only exists to 414 <!-- The actual image here is not used; this line only exists to
417 reserve a valid ID, so the Android code can map it to the 415 reserve a valid ID, so the Android code can map it to the
418 appropriate Android resource. So we just refer to a random 416 appropriate Android resource. So we just refer to a random
419 image. --> 417 image. -->
420 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PROTECTED_MEDIA_ IDENTIFIER" file="common/app_default_icon.png" /> 418 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PROTECTED_MEDIA_ IDENTIFIER" file="common/app_default_icon.png" />
421 </if> 419 </if>
422 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="common/infobar_restore_session.png" /> 420 <structure type="chrome_scaled_image" name="IDR_INFOBAR_RESTORE_SESSION" f ile="common/infobar_restore_session.png" />
423 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="common/infobar_save_password.png" />
424 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="commo n/infobar_theme.png" /> 421 <structure type="chrome_scaled_image" name="IDR_INFOBAR_THEME" file="commo n/infobar_theme.png" />
425 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="c ommon/infobar_translate.png" /> 422 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file="c ommon/infobar_translate.png" />
426 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" /> 423 <structure type="chrome_scaled_image" name="IDR_INFOBAR_WARNING" file="com mon/infobar_warning.png" />
427 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" /> 424 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" />
428 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" /> 425 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" />
429 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="common/i nput_good.png" /> 426 <structure type="chrome_scaled_image" name="IDR_INPUT_GOOD" file="common/i nput_good.png" />
430 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="common/keyword_search_magnifier.png" /> 427 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="common/keyword_search_magnifier.png" />
431 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="common/k illtab.png" /> 428 <structure type="chrome_scaled_image" name="IDR_KILLED_TAB" file="common/k illtab.png" />
432 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" /> 429 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="comm on/favicon_laptop.png" />
430 <!-- Password Saving UI -->
431 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" fil e="common/infobar_save_password.png" />
432 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_INACTIVE" fi le="common/save_password_inactive.png" />
433 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_ACTIVE" file ="common/save_password_active.png" />
434 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_DISABLED_INA CTIVE" file="common/save_password_disabled_inactive.png" />
435 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_DISABLED_ACT IVE" file="common/save_password_disabled_active.png" />
433 <if expr="enable_service_discovery"> 436 <if expr="enable_service_discovery">
434 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" /> 437 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" />
435 </if> 438 </if>
436 <!-- TODO(calamity): The 1x local ntp resources require a proper version. 439 <!-- TODO(calamity): The 1x local ntp resources require a proper version.
437 See crbug.com/363519. --> 440 See crbug.com/363519. -->
438 <structure type="chrome_scaled_image" name="IDR_LOCAL_NTP_IMAGES_LOGO_PNG" file="common/ntp_google_logo.png" /> 441 <structure type="chrome_scaled_image" name="IDR_LOCAL_NTP_IMAGES_LOGO_PNG" file="common/ntp_google_logo.png" />
439 <structure type="chrome_scaled_image" name="IDR_LOCAL_NTP_IMAGES_WHITE_LOG O_PNG" file="common/ntp_white_google_logo.png" /> 442 <structure type="chrome_scaled_image" name="IDR_LOCAL_NTP_IMAGES_WHITE_LOG O_PNG" file="common/ntp_white_google_logo.png" />
440 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" /> 443 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="c ommon/location_bar_http.png" />
441 <if expr="chromeos"> 444 <if expr="chromeos">
442 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. --> 445 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. -->
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1249 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1247 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1250 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1248 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1251 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1249 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1252 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1250 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1253 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1251 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1254 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1252 1255
1253 </structures> 1256 </structures>
1254 </release> 1257 </release>
1255 </grit> 1258 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698