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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 1 month 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/js/util.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/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_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/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 file="js/cr/ui/tabs.js" type="chrome_html" /> 346 file="js/cr/ui/tabs.js" type="chrome_html" />
347 <structure name="IDR_WEBUI_JS_CR_UI_TREE" 347 <structure name="IDR_WEBUI_JS_CR_UI_TREE"
348 file="js/cr/ui/tree.js" type="chrome_html" /> 348 file="js/cr/ui/tree.js" type="chrome_html" />
349 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER" 349 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER"
350 file="js/cr/ui/touch_handler.js" type="chrome_html" /> 350 file="js/cr/ui/touch_handler.js" type="chrome_html" />
351 <structure name="IDR_WEBUI_JS_EVENT_TRACKER" 351 <structure name="IDR_WEBUI_JS_EVENT_TRACKER"
352 file="js/event_tracker.js" type="chrome_html" /> 352 file="js/event_tracker.js" type="chrome_html" />
353 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS" 353 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS"
354 file="js/i18n_template_no_process.js" 354 file="js/i18n_template_no_process.js"
355 type="chrome_html" /> 355 type="chrome_html" />
356 <structure name="IDR_WEBUI_JS_ACTION_LINK"
357 file="js/action_link.js" type="chrome_html" />
356 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" 358 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
357 file="js/load_time_data.js" type="chrome_html" /> 359 file="js/load_time_data.js" type="chrome_html" />
358 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" 360 <structure name="IDR_WEBUI_JS_MEDIA_COMMON"
359 file="js/media_common.js" type="chrome_html" /> 361 file="js/media_common.js" type="chrome_html" />
360 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" 362 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
361 file="js/parse_html_subset.js" type="chrome_html" /> 363 file="js/parse_html_subset.js" type="chrome_html" />
362 <structure name="IDR_WEBUI_JS_UTIL" 364 <structure name="IDR_WEBUI_JS_UTIL"
363 file="js/util.js" type="chrome_html" flattenhtml="true" /> 365 file="js/util.js" type="chrome_html" flattenhtml="true" />
364 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" 366 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST"
365 file="js/webui_resource_test.js" type="chrome_html" /> 367 file="js/webui_resource_test.js" type="chrome_html" />
366 <if expr="chromeos"> 368 <if expr="chromeos">
367 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 369 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
368 file="css/chromeos/ui_account_tweaks.css" 370 file="css/chromeos/ui_account_tweaks.css"
369 type="chrome_html" /> 371 type="chrome_html" />
370 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 372 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
371 file="js/chromeos/ui_account_tweaks.js" 373 file="js/chromeos/ui_account_tweaks.js"
372 type="chrome_html" /> 374 type="chrome_html" />
373 </if> 375 </if>
374 </structures> 376 </structures>
375 </release> 377 </release>
376 </grit> 378 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/js/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698