summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland of [Extensions] Migrate ServiceWorker off behavior feature system (pat...rdevlin.cronin2015-10-261-10/+0
* Revert of [Extensions] Migrate ServiceWorker off behavior feature system (pat...anthonyvd2015-10-261-0/+10
* [Extensions] Migrate ServiceWorker off behavior feature systemrdevlin.cronin2015-10-261-10/+0
* Remove stash_client.js dependency on unload_event.jsdcheng2015-10-031-2/+0
* [Extensions] Un-refcount PermissionSetrdevlin.cronin2015-09-241-7/+6
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Finish the implementation of chrome.runtime.getBackgroundClient() for extensi...kalman2015-09-181-7/+25
* Use v8::Contexts rather than GURLs as keys to extension service workers.kalman2015-09-141-42/+34
* Allow 'chrome-extension:' URLs to bypass content settings (1/2)mkwst2015-09-101-0/+3
* This patch allows the webview.partitions.accessible_resources entry in chrome...paulmeyer2015-09-091-0/+8
* Disable the extension service worker checks that are crashing the renderer.kalman2015-09-091-2/+18
* extensions: Avoid using WebString in Dispatcher::Dispatcher()bashi2015-09-081-29/+31
* Enable the fetch API for extensions.kalman2015-09-031-20/+25
* Don't send extension functions names to every renderer.kalman2015-09-021-7/+0
* Revert of Pass the v8::Context through the willDestroyServiceWorkerContextOnW...kalman2015-09-021-54/+13
* Pass the v8::Context through the willDestroyServiceWorkerContextOnWorkerThrea...kalman2015-08-311-13/+54
* Only access extension service worker state on destruction of a service worker...kalman2015-08-221-1/+2
* [Extension ServiceWorkers] Adding getBackgroundClientannekao2015-08-211-5/+91
* Implement the wake-event-page internal extension API.kalman2015-08-211-0/+6
* Setup for moving getUserMedia to secure origins onlyjww2015-08-211-0/+24
* Create thread-safe RendererExtensionRegistry from ExtensionSetannekao2015-08-191-22/+29
* [Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcherannekao2015-08-181-0/+11
* This patch removes all files, directories, flags, and code related to Surface...paulmeyer2015-08-181-14/+0
* Revert "[Extension ServiceWorkers] Chrome: Passing v8::context to extensions ...falken2015-08-121-11/+0
* [Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcherannekao2015-08-111-0/+11
* Revert "Convert extensions::SafeBuiltins from a v8::Extension to a NativeHand...kalman2015-08-111-0/+3
* Update SplitString calls to new formbrettw2015-08-081-2/+2
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-2/+2
* Update SplitString calls to new formbrettw2015-08-071-2/+2
* Remove app_runtime_custom_bindings natives.sammc2015-08-041-4/+0
* Convert extensions::SafeBuiltins from a v8::Extension to a NativeHandler.kalman2015-08-031-3/+0
* Move webstorePrivate DelegatedInstall functions into new dashboardPrivate APItreib2015-07-311-6/+6
* Reland of Call EnsureWebKitInitialized() before registering extensions (patch...bashi2015-07-281-2/+2
* Move existing kSitePerProcess checks to a policy-oracle objectnick2015-07-271-6/+4
* Revert of Call EnsureWebKitInitialized() before registering extensions (patch...bashi2015-07-211-2/+2
* Call EnsureWebKitInitialized() before registering extensionsbashi2015-07-171-2/+2
* [Service Worker Registration] Registered extension scheme to allow service wo...annekao2015-07-141-0/+12
* [Extensions OOPI] Update app window bindings for OOPIrdevlin.cronin2015-07-091-5/+8
* Fix flakiness and re-enable FormAutocompleteTestkouhei2015-07-091-1/+6
* [Extensions OOPI] Move ExtensionHelper functionality to ExtensionFrameHelperrdevlin.cronin2015-07-081-9/+1
* extensions: Use V8 Maybe APIs in NativeHandlerbashi2015-06-261-1/+1
* Add more string_util functions to base namespace.brettw2015-06-241-2/+2
* [Extensions OOPI] Change ExtensionMsg_MessageInvoke to use RenderFramesrdevlin.cronin2015-06-231-4/+2
* [Extensions OOPI] Move view type and window id registration to framesrdevlin.cronin2015-06-191-5/+7
* [Reland] Destroy ContentWatcher on renderer process shutdownkouhei2015-06-161-0/+1
* Revert of Destroy ContentWatcher on renderer process shutdown (patchset #1 id...skobes2015-06-151-1/+0
* Destroy ContentWatcher on renderer process shutdownkouhei2015-06-151-0/+1
* Extract the element implementation logic to function mods in <webview>.lazyboy2015-06-091-0/+19
* Add Media Router JS Gin module.kmarshall2015-06-091-0/+8
* [Extensions OOPI] Send tab id to all render frames in a tabrdevlin.cronin2015-06-041-11/+0