summaryrefslogtreecommitdiffstats
path: root/extensions/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* [Extensions] Migrate ServiceWorker off behavior feature systemrdevlin.cronin2015-10-262-13/+0
* Platform Apps: Disable history.state in platform_app.jsjkummerow2015-10-261-1/+1
* [Media Router] Add speaker group sink icon.apacible2015-10-201-0/+2
* Fix a typo in stash_client.jsdcheng2015-10-161-1/+1
* Remove WebDOMError, nothing uses it.esprehn2015-10-152-36/+0
* [Media Router] Set timeout for route creation.apacible2015-10-061-1/+0
* Revert "Revert of Check the tab ID before delivering an extension message."rdevlin.cronin2015-10-061-0/+10
* Remove stash_client.js dependency on unload_event.jsdcheng2015-10-0310-69/+17
* [Extensions] Fix script injection crashesrdevlin.cronin2015-10-028-54/+78
* [Extensions] Remove ActivityLog tie in to ActiveScriptControllerrdevlin.cronin2015-10-027-30/+5
* Add public session launch flagkelvinp2015-10-011-0/+1
* [extensions] Remove custom binding dependency on unload_event.js.Daniel Cheng2015-09-301-12/+4
* [Extensions] Make const PermissionSet* const PermissionSet& where possiblerdevlin.cronin2015-09-301-1/+1
* Enforce marking "override" for functions overriding Blink in extensions/.avi2015-09-251-18/+18
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-0/+1
* [Extensions] Un-refcount PermissionSetrdevlin.cronin2015-09-242-9/+7
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-2/+2
* Finish the implementation of chrome.runtime.getBackgroundClient() for extensi...kalman2015-09-184-33/+121
* bindings: Fixes exposed JS APIs for platform apps.yukishiino2015-09-171-6/+7
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-151-1/+0
* [Extensions] Don't allow extensions to inject scripts into extension pagesrdevlin.cronin2015-09-146-59/+49
* Use v8::Contexts rather than GURLs as keys to extension service workers.kalman2015-09-148-81/+229
* Prepare MimeHanderViewContainer for removing swapped out RenderFrame.nasko2015-09-141-3/+14
* Prepare GuestView for removing swapped out RenderFrame.nasko2015-09-141-1/+10
* Simplify SendRequest of Extension API calls.pneubeck2015-09-113-29/+11
* Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.reillyg2015-09-112-7/+5
* Revert of Check the tab ID before delivering an extension message. (patchset ...nednguyen2015-09-101-10/+0
* Allow 'chrome-extension:' URLs to bypass content settings (1/2)mkwst2015-09-101-0/+3
* Add wjmaclean@chromium.org to various guest_view/web_view OWNERS.wjmaclean2015-09-092-0/+2
* This patch allows the webview.partitions.accessible_resources entry in chrome...paulmeyer2015-09-092-0/+16
* 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
* [Media Router] Remove obsolete code from media_router_bindings.jsimcheng2015-09-081-23/+0
* [Media Router] Downgrade MediaSink / add for_display in MediaRoute.imcheng2015-09-041-25/+8
* Remove extensions::Dispatcher::function_names_.kalman2015-09-041-3/+0
* [Media Router] Add iconType field to MediaSink.apacible2015-09-031-0/+23
* Enable the fetch API for extensions.kalman2015-09-031-20/+25
* Don't send extension functions names to every renderer.kalman2015-09-023-20/+0
* Revert of Pass the v8::Context through the willDestroyServiceWorkerContextOnW...kalman2015-09-022-57/+14
* Pass the v8::Context through the willDestroyServiceWorkerContextOnWorkerThrea...kalman2015-08-312-14/+57
* Check the tab ID before delivering an extension message.kalman2015-08-281-0/+10
* [Script Injection] Allow whitelisted extensions to inject scripts everywhererdevlin.cronin2015-08-251-1/+3
* extensions: windows: list app windows of the current extensionlionel.g.landwerlin2015-08-241-0/+9
* Fixing dependencies of the reverted commit of the chrome.i18n.detectLanguage ...amalika2015-08-244-1/+171
* Only access extension service worker state on destruction of a service worker...kalman2015-08-221-1/+2
* [Extension ServiceWorkers] Adding getBackgroundClientannekao2015-08-217-39/+176
* Implement the wake-event-page internal extension API.kalman2015-08-216-0/+344
* [Media Router] Add OnPresentationSessionDetached to MediaRouter API.imcheng2015-08-211-0/+16
* [Media Router] Implement stopListeningForRouteMessages.imcheng2015-08-211-5/+23
* Setup for moving getUserMedia to secure origins onlyjww2015-08-211-0/+24