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

Side by Side Diff: chrome/browser/resources/shared_resources.grd

Issue 10907148: Implement popup bubbles for the controlled setting indicator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: All comments addressed. Created 8 years, 2 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 | « chrome/browser/resources/shared/js/cr/ui/focus_manager.js ('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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/shared_resources.h" type="rc_header"> 6 <output filename="grit/shared_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/shared_resources_map.cc" 9 <output filename="grit/shared_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 25 matching lines...) Expand all
36 <include name="IDR_SHARED_IMAGES_X_HOVER" 36 <include name="IDR_SHARED_IMAGES_X_HOVER"
37 file="shared/images/x-hover.png" type="BINDATA" /> 37 file="shared/images/x-hover.png" type="BINDATA" />
38 <include name="IDR_SHARED_IMAGES_CLOUDS" 38 <include name="IDR_SHARED_IMAGES_CLOUDS"
39 file="shared/images/clouds.png" type="BINDATA" /> 39 file="shared/images/clouds.png" type="BINDATA" />
40 </includes> 40 </includes>
41 <structures> 41 <structures>
42 <structure name="IDR_SHARED_CSS_ABOUT" 42 <structure name="IDR_SHARED_CSS_ABOUT"
43 file="shared/css/about_memory.css" type="chrome_html" /> 43 file="shared/css/about_memory.css" type="chrome_html" />
44 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY" 44 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY"
45 file="shared/css/alert_overlay.css" type="chrome_html" /> 45 file="shared/css/alert_overlay.css" type="chrome_html" />
46 <structure name="IDR_SHARED_CSS_BUBBLE"
47 file="shared/css/bubble.css" type="chrome_html" />
46 <structure name="IDR_SHARED_CSS_DIALOGS" 48 <structure name="IDR_SHARED_CSS_DIALOGS"
47 file="shared/css/dialogs.css" type="chrome_html" /> 49 file="shared/css/dialogs.css" type="chrome_html" />
48 <structure name="IDR_SHARED_CSS_LIST" 50 <structure name="IDR_SHARED_CSS_LIST"
49 file="shared/css/list.css" type="chrome_html" /> 51 file="shared/css/list.css" type="chrome_html" />
50 <structure name="IDR_SHARED_CSS_MENU" 52 <structure name="IDR_SHARED_CSS_MENU"
51 file="shared/css/menu.css" type="chrome_html" 53 file="shared/css/menu.css" type="chrome_html"
52 flattenhtml="true" /> 54 flattenhtml="true" />
53 <structure name="IDR_SHARED_CSS_MENU_BUTTON" 55 <structure name="IDR_SHARED_CSS_MENU_BUTTON"
54 file="shared/css/menu_button.css" type="chrome_html" 56 file="shared/css/menu_button.css" type="chrome_html"
55 flattenhtml="true" /> 57 flattenhtml="true" />
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <structure name="IDR_SHARED_JS_CR_UI" 90 <structure name="IDR_SHARED_JS_CR_UI"
89 file="shared/js/cr/ui.js" type="chrome_html" /> 91 file="shared/js/cr/ui.js" type="chrome_html" />
90 <structure name="IDR_SHARED_JS_CR_UI_ALERT_OVERLAY" 92 <structure name="IDR_SHARED_JS_CR_UI_ALERT_OVERLAY"
91 file="shared/js/cr/ui/alert_overlay.js" type="chrome_html" /> 93 file="shared/js/cr/ui/alert_overlay.js" type="chrome_html" />
92 <structure name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL" 94 <structure name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL"
93 file="shared/js/cr/ui/array_data_model.js" 95 file="shared/js/cr/ui/array_data_model.js"
94 type="chrome_html" /> 96 type="chrome_html" />
95 <structure name="IDR_SHARED_JS_CR_UI_AUTOCOMPLETE_LIST" 97 <structure name="IDR_SHARED_JS_CR_UI_AUTOCOMPLETE_LIST"
96 file="shared/js/cr/ui/autocomplete_list.js" 98 file="shared/js/cr/ui/autocomplete_list.js"
97 type="chrome_html" /> 99 type="chrome_html" />
100 <structure name="IDR_SHARED_JS_CR_UI_BUBBLE"
101 file="shared/js/cr/ui/bubble.js" type="chrome_html" />
98 <structure name="IDR_SHARED_JS_CR_UI_CARD_SLIDER" 102 <structure name="IDR_SHARED_JS_CR_UI_CARD_SLIDER"
99 file="shared/js/cr/ui/card_slider.js" type="chrome_html" /> 103 file="shared/js/cr/ui/card_slider.js" type="chrome_html" />
100 <structure name="IDR_SHARED_JS_CR_UI_COMMAND" 104 <structure name="IDR_SHARED_JS_CR_UI_COMMAND"
101 file="shared/js/cr/ui/command.js" type="chrome_html" /> 105 file="shared/js/cr/ui/command.js" type="chrome_html" />
102 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON" 106 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON"
103 file="shared/js/cr/ui/context_menu_button.js" 107 file="shared/js/cr/ui/context_menu_button.js"
104 type="chrome_html" /> 108 type="chrome_html" />
105 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER" 109 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER"
106 file="shared/js/cr/ui/context_menu_handler.js" 110 file="shared/js/cr/ui/context_menu_handler.js"
107 type="chrome_html" /> 111 type="chrome_html" />
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" 200 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS"
197 file="shared/css/chromeos/ui_account_tweaks.css" 201 file="shared/css/chromeos/ui_account_tweaks.css"
198 type="chrome_html" /> 202 type="chrome_html" />
199 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" 203 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS"
200 file="shared/js/chromeos/ui_account_tweaks.js" 204 file="shared/js/chromeos/ui_account_tweaks.js"
201 type="chrome_html" /> 205 type="chrome_html" />
202 </if> 206 </if>
203 </structures> 207 </structures>
204 </release> 208 </release>
205 </grit> 209 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/focus_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698