summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/.avi2015-12-231-1/+4
* Reland of [Extensions] Migrate ServiceWorker off behavior feature system (pat...rdevlin.cronin2015-10-261-3/+0
* Revert of [Extensions] Migrate ServiceWorker off behavior feature system (pat...anthonyvd2015-10-261-0/+3
* [Extensions] Migrate ServiceWorker off behavior feature systemrdevlin.cronin2015-10-261-3/+0
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-0/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Use v8::Contexts rather than GURLs as keys to extension service workers.kalman2015-09-141-1/+3
* This patch allows the webview.partitions.accessible_resources entry in chrome...paulmeyer2015-09-091-0/+8
* Remove extensions::Dispatcher::function_names_.kalman2015-09-041-3/+0
* Don't send extension functions names to every renderer.kalman2015-09-021-5/+0
* Revert of Pass the v8::Context through the willDestroyServiceWorkerContextOnW...kalman2015-09-021-3/+1
* Pass the v8::Context through the willDestroyServiceWorkerContextOnWorkerThrea...kalman2015-08-311-1/+3
* [Extension ServiceWorkers] Adding getBackgroundClientannekao2015-08-211-1/+4
* Create thread-safe RendererExtensionRegistry from ExtensionSetannekao2015-08-191-15/+1
* [Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcherannekao2015-08-181-0/+5
* Revert "[Extension ServiceWorkers] Chrome: Passing v8::context to extensions ...falken2015-08-121-5/+0
* [Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcherannekao2015-08-111-0/+5
* [Service Worker Registration] Registered extension scheme to allow service wo...annekao2015-07-141-0/+3
* [Extensions OOPI] Move ExtensionHelper functionality to ExtensionFrameHelperrdevlin.cronin2015-07-081-6/+1
* [Extensions OOPI] Change ExtensionMsg_MessageInvoke to use RenderFramesrdevlin.cronin2015-06-231-1/+1
* Don't send unnecessary ExtensionMsg_Loaded IPCs.kalman2015-06-031-1/+8
* [Extensions OOPI] Make programmatic script injection use frame logicrdevlin.cronin2015-06-021-1/+1
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-291-6/+6
* Move Dispatcher::CheckContextAccessToExtensionAPI to ScriptContext::ThrowErro...kalman2015-04-231-6/+0
* Reland: Move Extension ScriptContext creation into ScriptContextSet.kalman2015-04-151-22/+6
* Revert 4 patches that deal with Extension ScriptContexts that have been submi...kalman2015-04-041-5/+21
* Forward Blink's didCreateScriptContext event to RenderFrameObserver rather th...kalman2015-03-311-1/+1
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-171-21/+5
* Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...kalman2015-03-161-5/+21
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-161-21/+5
* Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...kalman2015-03-141-5/+21
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-131-21/+5
* Some cleanup in the extensions renderer dispatcher.paulmeyer2015-03-121-0/+4
* Refactoring: de-couple Extensions from "script injection System" [render side]:4hanxi2015-03-111-1/+1
* Make ContentRendererClient::DidCreateScriptContext take a WebLocalFrame.kalman2015-03-091-2/+3
* ChromeContentRendererClient should not rely on Dispatcher::is_extension_processjoaoe2015-03-031-4/+2
* [Extensions] Propagate activeTab hosts to extension background pagesrdevlin.cronin2015-02-071-2/+11
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...dcheng2015-01-201-2/+0
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-171-0/+2
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...kouhei2015-01-161-2/+0
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-161-0/+2
* Implement clipboardRead/Write content capabilitiesrockot2014-12-121-0/+8
* Add frameId to MessageSender (extension messaging API).rob2014-11-211-2/+2
* Don't crash when granting permissions to active tab.msimonides2014-11-191-7/+0
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-8/+7
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-5/+5
* Move web_request_internal_custom_bindings.js and web_request_custom_bindings.jshanxi2014-09-231-0/+5
* Respect the clipboardRead and clipboardWrite permissions in content scripts.mek2014-09-091-2/+4
* Declarative content scripts: Renderer-side: per-extension shared memory regio...markdittmer@chromium.org2014-07-301-6/+6
* Add support for writing unit tests for Mojo-backed apps/extensions APIs.sammc@chromium.org2014-07-261-0/+10