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

Side by Side Diff: extensions/renderer/resources/extensions_renderer_resources.grd

Issue 1004233002: Moved the contextmenu webview API to stable, and removed the experimental API infrastructure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 9 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
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/extensions_renderer_resources.h" type="rc_header"> 4 <output filename="grit/extensions_renderer_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="extensions_renderer_resources.pak" type="data_package" /> 7 <output filename="extensions_renderer_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <include name="IDR_SURFACE_VIEW_JS" file="guest_view/surface_view/surface_ view.js" type="BINDATA" /> 51 <include name="IDR_SURFACE_VIEW_JS" file="guest_view/surface_view/surface_ view.js" type="BINDATA" />
52 <include name="IDR_TEST_CUSTOM_BINDINGS_JS" file="test_custom_bindings.js" type="BINDATA" /> 52 <include name="IDR_TEST_CUSTOM_BINDINGS_JS" file="test_custom_bindings.js" type="BINDATA" />
53 <include name="IDR_UNCAUGHT_EXCEPTION_HANDLER_JS" file="uncaught_exception _handler.js" type="BINDATA" /> 53 <include name="IDR_UNCAUGHT_EXCEPTION_HANDLER_JS" file="uncaught_exception _handler.js" type="BINDATA" />
54 <include name="IDR_UNLOAD_EVENT_JS" file="unload_event.js" type="BINDATA" /> 54 <include name="IDR_UNLOAD_EVENT_JS" file="unload_event.js" type="BINDATA" />
55 <include name="IDR_UTILS_JS" file="utils.js" type="BINDATA" /> 55 <include name="IDR_UTILS_JS" file="utils.js" type="BINDATA" />
56 <include name="IDR_WEB_VIEW_ACTION_REQUESTS_JS" file="guest_view/web_view/ web_view_action_requests.js" type="BINDATA" /> 56 <include name="IDR_WEB_VIEW_ACTION_REQUESTS_JS" file="guest_view/web_view/ web_view_action_requests.js" type="BINDATA" />
57 <include name="IDR_WEB_VIEW_API_METHODS_JS" file="guest_view/web_view/web_ view_api_methods.js" type="BINDATA" /> 57 <include name="IDR_WEB_VIEW_API_METHODS_JS" file="guest_view/web_view/web_ view_api_methods.js" type="BINDATA" />
58 <include name="IDR_WEB_VIEW_ATTRIBUTES_JS" file="guest_view/web_view/web_v iew_attributes.js" type="BINDATA" /> 58 <include name="IDR_WEB_VIEW_ATTRIBUTES_JS" file="guest_view/web_view/web_v iew_attributes.js" type="BINDATA" />
59 <include name="IDR_WEB_VIEW_CONSTANTS_JS" file="guest_view/web_view/web_vi ew_constants.js" type="BINDATA" /> 59 <include name="IDR_WEB_VIEW_CONSTANTS_JS" file="guest_view/web_view/web_vi ew_constants.js" type="BINDATA" />
60 <include name="IDR_WEB_VIEW_EVENTS_JS" file="guest_view/web_view/web_view_ events.js" type="BINDATA" /> 60 <include name="IDR_WEB_VIEW_EVENTS_JS" file="guest_view/web_view/web_view_ events.js" type="BINDATA" />
61 <include name="IDR_WEB_VIEW_EXPERIMENTAL_JS" file="guest_view/web_view/web _view_experimental.js" type="BINDATA" />
62 <include name="IDR_WEB_VIEW_INTERNAL_CUSTOM_BINDINGS_JS" file="guest_view/ web_view/web_view_internal.js" type="BINDATA" /> 61 <include name="IDR_WEB_VIEW_INTERNAL_CUSTOM_BINDINGS_JS" file="guest_view/ web_view/web_view_internal.js" type="BINDATA" />
63 <include name="IDR_WEB_VIEW_JS" file="guest_view/web_view/web_view.js" typ e="BINDATA" /> 62 <include name="IDR_WEB_VIEW_JS" file="guest_view/web_view/web_view.js" typ e="BINDATA" />
64 63
65 <!-- Custom bindings for APIs. --> 64 <!-- Custom bindings for APIs. -->
66 <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="app_runtime_custo m_bindings.js" type="BINDATA" /> 65 <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="app_runtime_custo m_bindings.js" type="BINDATA" />
67 <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="app_window_custom_ bindings.js" type="BINDATA" /> 66 <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="app_window_custom_ bindings.js" type="BINDATA" />
68 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> 67 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" />
69 <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="context_menus_c ustom_bindings.js" type="BINDATA" /> 68 <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="context_menus_c ustom_bindings.js" type="BINDATA" />
70 <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="declar ative_webrequest_custom_bindings.js" type="BINDATA" /> 69 <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="declar ative_webrequest_custom_bindings.js" type="BINDATA" />
71 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" /> 70 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" />
(...skipping 18 matching lines...) Expand all
90 89
91 <!-- Extension styles. --> 90 <!-- Extension styles. -->
92 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/> 91 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
93 </includes> 92 </includes>
94 <structures> 93 <structures>
95 <!-- Extension styles. --> 94 <!-- Extension styles. -->
96 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 95 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
97 </structures> 96 </structures>
98 </release> 97 </release>
99 </grit> 98 </grit>
OLDNEW
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | extensions/renderer/resources/guest_view/web_view/web_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698