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

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

Issue 11348304: Implement script bubble for GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ok Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/location_bar_view_gtk.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ P" file="common/download_button_right_top_pressed.png" /> 220 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ P" file="common/download_button_right_top_pressed.png" />
221 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_16" file="download_progress_background16.png" /> 221 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_16" file="download_progress_background16.png" />
222 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_32" file="download_progress_background32.png" /> 222 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_BACKGROU ND_32" file="download_progress_background32.png" />
223 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_16" file="download_progress_foreground16.png" /> 223 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_16" file="download_progress_foreground16.png" />
224 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_32" file="download_progress_foreground32.png" /> 224 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_PROGRESS_FOREGROU ND_32" file="download_progress_foreground32.png" />
225 <if expr="pp_ifdef('chromeos')"> 225 <if expr="pp_ifdef('chromeos')">
226 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="en roll_failure.png" /> 226 <structure type="chrome_scaled_image" name="IDR_ENROLL_FAILURE" file="en roll_failure.png" />
227 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="en roll_success.png" /> 227 <structure type="chrome_scaled_image" name="IDR_ENROLL_SUCCESS" file="en roll_success.png" />
228 </if> 228 </if>
229 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file=" common/favicon_extensions.png" /> 229 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_FAVICON" file=" common/favicon_extensions.png" />
230 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SCRIPT_BUBBLE" file="common/script_bubble.png" />
230 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_PUZZLE_PIECE" f ile="common/exstension-features_28.png" /> 231 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_PUZZLE_PIECE" f ile="common/exstension-features_28.png" />
231 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_LEFT" file="extensions_rating_star_half_left.png" /> 232 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_LEFT" file="extensions_rating_star_half_left.png" />
232 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_RIGHT" file="extensions_rating_star_half_right.png" /> 233 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_HAL F_RIGHT" file="extensions_rating_star_half_right.png" />
233 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_OFF " file="extensions_rating_star_off.png" /> 234 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_OFF " file="extensions_rating_star_off.png" />
234 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_ON" file="extensions_rating_star_on.png" /> 235 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_RATING_STAR_ON" file="extensions_rating_star_on.png" />
235 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file=" extensions_section.png" /> 236 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION" file=" extensions_section.png" />
236 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION_SMALL" file="extensions_section_small.png" /> 237 <structure type="chrome_scaled_image" name="IDR_EXTENSIONS_SECTION_SMALL" file="extensions_section_small.png" />
237 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" f ile="extension_command_close.png" /> 238 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE" f ile="extension_command_close.png" />
238 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" fi le="extension_default_icon.png" /> 239 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON" fi le="extension_default_icon.png" />
239 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" /> 240 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p ng" />
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 886 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
886 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 887 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
887 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 888 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
888 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 889 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
889 </if> 890 </if>
890 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 891 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
891 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 892 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
892 </structures> 893 </structures>
893 </release> 894 </release>
894 </grit> 895 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/location_bar_view_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698