summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/extension_injection_host.cc
Commit message (Expand)AuthorAgeFilesLines
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-091-1/+1
* Remove unused process_id parameter from permissions_datarob2016-01-251-2/+0
* [Extensions] Remove ActivityLog tie in to ActiveScriptControllerrdevlin.cronin2015-10-021-9/+0
* [Extensions] Make const PermissionSet* const PermissionSet& where possiblerdevlin.cronin2015-09-301-1/+1
* [Extensions] Un-refcount PermissionSetrdevlin.cronin2015-09-241-2/+1
* [Extensions] Don't allow extensions to inject scripts into extension pagesrdevlin.cronin2015-09-141-7/+11
* [Script Injection] Allow whitelisted extensions to inject scripts everywhererdevlin.cronin2015-08-251-1/+3
* Create thread-safe RendererExtensionRegistry from ExtensionSetannekao2015-08-191-4/+4
* Revert of [Script Injection] Allow whitelisted extensions to inject scripts e...rch2015-08-181-3/+1
* [Script Injection] Allow whitelisted extensions to inject scripts everywhererdevlin.cronin2015-08-181-1/+3
* [Extensions] Fix improper extension tab ownership bugrdevlin.cronin2015-07-101-6/+7
* [Extensions] Use document url (not top url) for tab-specific permissionsrdevlin.cronin2015-06-031-4/+12
* Enable <webview>.executeScript outside of Apps and Extensions [1]hanxi2015-03-091-2/+3
* Refactoring: de-couple Extensions from "script injection System" [render side]:3hanxi2015-03-041-6/+17
* This CL adds routing info for content scripts from <webview>.hanxi2015-03-031-4/+9
* Revert of Refactoring: de-couple Extensions from "script injection System" [r...cpu2015-03-031-9/+4
* This CL adds routing info for content scripts from <webview>.hanxi2015-03-021-4/+9
* [Extensions] Adjust script injection reporting to the browser siderdevlin.cronin2015-02-171-0/+10
* A refacotring in the renderer side: introduce InjectionHost to de-couple exte...hanxi2015-02-131-0/+58