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

Side by Side Diff: third_party/WebKit/public/blink_resources.grd

Issue 2562093002: Move DocumentXMLTreeViewer off of private script (Closed)
Patch Set: Use V8PerIsolateData::mainThreadIsolate() Created 4 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
« no previous file with comments | « third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp ('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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/blink_resources.h" type="rc_header"> 4 <output filename="grit/blink_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="blink_resources.pak" type="data_package" /> 7 <output filename="blink_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
(...skipping 14 matching lines...) Expand all
25 <include name="IDR_UASTYLE_SVG_CSS" file="../Source/core/css/svg.css" type ="BINDATA"/> 25 <include name="IDR_UASTYLE_SVG_CSS" file="../Source/core/css/svg.css" type ="BINDATA"/>
26 <include name="IDR_UASTYLE_MATHML_CSS" file="../Source/core/css/mathml.css " type="BINDATA"/> 26 <include name="IDR_UASTYLE_MATHML_CSS" file="../Source/core/css/mathml.css " type="BINDATA"/>
27 <include name="IDR_UASTYLE_MEDIA_CONTROLS_CSS" file="../Source/core/css/me diaControls.css" type="BINDATA"/> 27 <include name="IDR_UASTYLE_MEDIA_CONTROLS_CSS" file="../Source/core/css/me diaControls.css" type="BINDATA"/>
28 <include name="IDR_UASTYLE_FULLSCREEN_CSS" file="../Source/core/css/fullsc reen.css" type="BINDATA"/> 28 <include name="IDR_UASTYLE_FULLSCREEN_CSS" file="../Source/core/css/fullsc reen.css" type="BINDATA"/>
29 <include name="IDR_UASTYLE_XHTMLMP_CSS" file="../Source/core/css/xhtmlmp.c ss" type="BINDATA"/> 29 <include name="IDR_UASTYLE_XHTMLMP_CSS" file="../Source/core/css/xhtmlmp.c ss" type="BINDATA"/>
30 <include name="IDR_UASTYLE_VIEWPORT_ANDROID_CSS" file="../Source/core/css/ viewportAndroid.css" type="BINDATA"/> 30 <include name="IDR_UASTYLE_VIEWPORT_ANDROID_CSS" file="../Source/core/css/ viewportAndroid.css" type="BINDATA"/>
31 <include name="IDR_UASTYLE_VIEWPORT_TELEVISION_CSS" file="../Source/core/c ss/viewportTelevision.css" type="BINDATA"/> 31 <include name="IDR_UASTYLE_VIEWPORT_TELEVISION_CSS" file="../Source/core/c ss/viewportTelevision.css" type="BINDATA"/>
32 32
33 <include name="IDR_INSPECTOR_OVERLAY_PAGE_HTML" file="../Source/core/inspe ctor/InspectorOverlayPage.html" type="BINDATA"/> 33 <include name="IDR_INSPECTOR_OVERLAY_PAGE_HTML" file="../Source/core/inspe ctor/InspectorOverlayPage.html" type="BINDATA"/>
34 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTEXECCOMMAND_JS" file="../Source/ core/editing/js/DocumentExecCommand.js" type="BINDATA"/> 34 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTEXECCOMMAND_JS" file="../Source/ core/editing/js/DocumentExecCommand.js" type="BINDATA"/>
35 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_CSS" file="../Sour ce/core/xml/DocumentXMLTreeViewer.css" type="BINDATA"/> 35 <include name="IDR_DOCUMENTXMLTREEVIEWER_CSS" file="../Source/core/xml/Doc umentXMLTreeViewer.css" type="BINDATA"/>
36 <include name="IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_JS" file="../Sourc e/core/xml/DocumentXMLTreeViewer.js" type="BINDATA"/> 36 <include name="IDR_DOCUMENTXMLTREEVIEWER_JS" file="../Source/core/xml/Docu mentXMLTreeViewer.js" type="BINDATA"/>
37 <include name="IDR_PRIVATE_SCRIPT_PRIVATESCRIPTRUNNER_JS" file="../Source/ bindings/core/v8/PrivateScriptRunner.js" type="BINDATA"/> 37 <include name="IDR_PRIVATE_SCRIPT_PRIVATESCRIPTRUNNER_JS" file="../Source/ bindings/core/v8/PrivateScriptRunner.js" type="BINDATA"/>
38 <if expr="not is_android"> 38 <if expr="not is_android">
39 <include name="IDR_PICKER_COMMON_JS" file="../Source/web/resources/picke rCommon.js" type="BINDATA"/> 39 <include name="IDR_PICKER_COMMON_JS" file="../Source/web/resources/picke rCommon.js" type="BINDATA"/>
40 <include name="IDR_PICKER_COMMON_CSS" file="../Source/web/resources/pick erCommon.css" type="BINDATA"/> 40 <include name="IDR_PICKER_COMMON_CSS" file="../Source/web/resources/pick erCommon.css" type="BINDATA"/>
41 <include name="IDR_CALENDAR_PICKER_CSS" file="../Source/web/resources/ca lendarPicker.css" type="BINDATA"/> 41 <include name="IDR_CALENDAR_PICKER_CSS" file="../Source/web/resources/ca lendarPicker.css" type="BINDATA"/>
42 <include name="IDR_CALENDAR_PICKER_JS" file="../Source/web/resources/cal endarPicker.js" type="BINDATA"/> 42 <include name="IDR_CALENDAR_PICKER_JS" file="../Source/web/resources/cal endarPicker.js" type="BINDATA"/>
43 <include name="IDR_PICKER_BUTTON_CSS" file="../Source/web/resources/pick erButton.css" type="BINDATA"/> 43 <include name="IDR_PICKER_BUTTON_CSS" file="../Source/web/resources/pick erButton.css" type="BINDATA"/>
44 <include name="IDR_SUGGESTION_PICKER_CSS" file="../Source/web/resources/ suggestionPicker.css" type="BINDATA"/> 44 <include name="IDR_SUGGESTION_PICKER_CSS" file="../Source/web/resources/ suggestionPicker.css" type="BINDATA"/>
45 <include name="IDR_SUGGESTION_PICKER_JS" file="../Source/web/resources/s uggestionPicker.js" type="BINDATA"/> 45 <include name="IDR_SUGGESTION_PICKER_JS" file="../Source/web/resources/s uggestionPicker.js" type="BINDATA"/>
46 <include name="IDR_COLOR_SUGGESTION_PICKER_CSS" file="../Source/web/reso urces/colorSuggestionPicker.css" type="BINDATA"/> 46 <include name="IDR_COLOR_SUGGESTION_PICKER_CSS" file="../Source/web/reso urces/colorSuggestionPicker.css" type="BINDATA"/>
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 <include name="IDR_AUDIO_SPATIALIZATION_T345_P060" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P060.wav" type="BINDATA"/> 289 <include name="IDR_AUDIO_SPATIALIZATION_T345_P060" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P060.wav" type="BINDATA"/>
290 <include name="IDR_AUDIO_SPATIALIZATION_T345_P075" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P075.wav" type="BINDATA"/> 290 <include name="IDR_AUDIO_SPATIALIZATION_T345_P075" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P075.wav" type="BINDATA"/>
291 <include name="IDR_AUDIO_SPATIALIZATION_T345_P090" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P090.wav" type="BINDATA"/> 291 <include name="IDR_AUDIO_SPATIALIZATION_T345_P090" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P090.wav" type="BINDATA"/>
292 <include name="IDR_AUDIO_SPATIALIZATION_T345_P315" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P315.wav" type="BINDATA"/> 292 <include name="IDR_AUDIO_SPATIALIZATION_T345_P315" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P315.wav" type="BINDATA"/>
293 <include name="IDR_AUDIO_SPATIALIZATION_T345_P330" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P330.wav" type="BINDATA"/> 293 <include name="IDR_AUDIO_SPATIALIZATION_T345_P330" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P330.wav" type="BINDATA"/>
294 <include name="IDR_AUDIO_SPATIALIZATION_T345_P345" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P345.wav" type="BINDATA"/> 294 <include name="IDR_AUDIO_SPATIALIZATION_T345_P345" file="..\Source\platf orm\audio\resources\IRC_Composite_C_R0195_T345_P345.wav" type="BINDATA"/>
295 </if> 295 </if>
296 </includes> 296 </includes>
297 </release> 297 </release>
298 </grit> 298 </grit>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698