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

Side by Side Diff: ui/webui/resources/cr_elements_resources.grdp

Issue 2800603002: MD WebUI: Pull 'X selected' toolbar overlay from History into shared element (Closed)
Patch Set: dbeam review comments Created 3 years, 8 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
« no previous file with comments | « ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.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 <grit-part> 2 <grit-part>
3 <!-- Polymer 1.0 Elements --> 3 <!-- Polymer 1.0 Elements -->
4 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_HTML" 4 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_HTML"
5 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.html" 5 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.html"
6 type="chrome_html" /> 6 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_JS" 7 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_JS"
8 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.js" 8 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.js"
9 type="chrome_html" /> 9 type="chrome_html" />
10 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML" 10 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML"
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 type="chrome_html" /> 154 type="chrome_html" />
155 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_JS" 155 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_JS"
156 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar.js" 156 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar.js"
157 type="chrome_html" /> 157 type="chrome_html" />
158 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML" 158 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML"
159 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html" 159 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html"
160 type="chrome_html" /> 160 type="chrome_html" />
161 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS" 161 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS"
162 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js" 162 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js"
163 type="chrome_html" /> 163 type="chrome_html" />
164 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SELECTION_OVERLAY_HTML"
165 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_selec tion_overlay.html"
166 type="chrome_html" />
167 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SELECTION_OVERLAY_JS"
168 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_selec tion_overlay.js"
169 type="chrome_html" />
164 </grit-part> 170 </grit-part>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698