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

Side by Side Diff: ui/resources/ui_resources.grd

Issue 21308002: Update Mac notification tray behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac tests. Created 7 years, 4 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
« no previous file with comments | « ui/resources/default_200_percent/mac/tray_icon_regular.png ('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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent"> 4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" /> 7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" />
8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" /> 8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" />
9 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp 9 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp
10 is updated. --> 10 is updated. -->
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_BOTTOM_ LEFT" file="common/textbutton_pressed_bottom_left.png" /> 443 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_BOTTOM_ LEFT" file="common/textbutton_pressed_bottom_left.png" />
444 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_BOTTOM_ RIGHT" file="common/textbutton_pressed_bottom_right.png" /> 444 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_BOTTOM_ RIGHT" file="common/textbutton_pressed_bottom_right.png" />
445 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_CENTER" file="common/textbutton_pressed_center.png" /> 445 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_CENTER" file="common/textbutton_pressed_center.png" />
446 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_LEFT" f ile="common/textbutton_pressed_left.png" /> 446 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_LEFT" f ile="common/textbutton_pressed_left.png" />
447 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_RIGHT" file="common/textbutton_pressed_right.png" /> 447 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_RIGHT" file="common/textbutton_pressed_right.png" />
448 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_TOP" fi le="common/textbutton_pressed_top.png" /> 448 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_TOP" fi le="common/textbutton_pressed_top.png" />
449 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_TOP_LEF T" file="common/textbutton_pressed_top_left.png" /> 449 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_TOP_LEF T" file="common/textbutton_pressed_top_left.png" />
450 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_TOP_RIG HT" file="common/textbutton_pressed_top_right.png" /> 450 <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_TOP_RIG HT" file="common/textbutton_pressed_top_right.png" />
451 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="throbber.p ng" /> 451 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="throbber.p ng" />
452 <if expr="is_macosx"> 452 <if expr="is_macosx">
453 <structure type="chrome_scaled_image" name="IDR_TRAY_ICON_PRESSED" file= "mac/tray_icon_pressed.png"/> 453 <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION" file="ma c/notification_tray_attention.png"/>
454 <structure type="chrome_scaled_image" name="IDR_TRAY_ICON_REGULAR" file= "mac/tray_icon_regular.png"/> 454 <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION_PRESSED" file="mac/notification_tray_attention_pressed.png"/>
455 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTE NTION" file="mac/notification_tray_do_not_disturb_attention.png"/>
456 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTE NTION_PRESSED" file="mac/notification_tray_do_not_disturb_attention_pressed.png" />
457 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPT Y" file="mac/notification_tray_do_not_disturb_empty.png"/>
458 <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPT Y_PRESSED" file="mac/notification_tray_do_not_disturb_empty_pressed.png"/>
459 <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY" file="mac/no tification_tray_empty.png"/>
460 <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY_PRESSED" file ="mac/notification_tray_empty_pressed.png"/>
455 </if> 461 </if>
456 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_CENTER" file ="common/window_bottom_center.png" /> 462 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_CENTER" file ="common/window_bottom_center.png" />
457 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_LEFT_CORNER" file="common/window_bottom_left_corner.png" /> 463 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_LEFT_CORNER" file="common/window_bottom_left_corner.png" />
458 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_RIGHT_CORNER " file="common/window_bottom_right_corner.png" /> 464 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_RIGHT_CORNER " file="common/window_bottom_right_corner.png" />
459 <structure type="chrome_scaled_image" name="IDR_WINDOW_LEFT_SIDE" file="co mmon/window_left_side.png" /> 465 <structure type="chrome_scaled_image" name="IDR_WINDOW_LEFT_SIDE" file="co mmon/window_left_side.png" />
460 <structure type="chrome_scaled_image" name="IDR_WINDOW_RIGHT_SIDE" file="c ommon/window_right_side.png" /> 466 <structure type="chrome_scaled_image" name="IDR_WINDOW_RIGHT_SIDE" file="c ommon/window_right_side.png" />
461 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_CENTER" file="c ommon/window_top_center.png" /> 467 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_CENTER" file="c ommon/window_top_center.png" />
462 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_LEFT_CORNER" fi le="common/window_top_left_corner.png" /> 468 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_LEFT_CORNER" fi le="common/window_top_left_corner.png" />
463 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_RIGHT_CORNER" f ile="common/window_top_right_corner.png" /> 469 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_RIGHT_CORNER" f ile="common/window_top_right_corner.png" />
464 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG_B OTTOM" file="common/window_bubble_shadow_big_bottom.png" /> 470 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG_B OTTOM" file="common/window_bubble_shadow_big_bottom.png" />
(...skipping 16 matching lines...) Expand all
481 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP" file="common/window_bubble_shadow_small_top.png" /> 487 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP" file="common/window_bubble_shadow_small_top.png" />
482 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" /> 488 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" />
483 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" /> 489 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" />
484 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" /> 490 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" />
485 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" /> 491 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" />
486 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> 492 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" />
487 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> 493 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" />
488 </structures> 494 </structures>
489 </release> 495 </release>
490 </grit> 496 </grit>
OLDNEW
« no previous file with comments | « ui/resources/default_200_percent/mac/tray_icon_regular.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698