summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_web_contents_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Hook the webRequest API into tab permissions with click-to-scriptrdevlin.cronin2016-02-111-2/+2
* Use FrameTreeNode ID as frameId in extension APIsrob2016-01-061-0/+7
* Skip verification by the last commited origin to avoid a CHECKrob2015-12-081-1/+5
* Track all extension frames in ProcessManager, inspect extensionoptionsrob2015-12-061-23/+88
* Don't keep the lazy background page alive after a view with a Pepper plugin i...emaxx2015-10-191-10/+17
* This patch implements a mechanism for more granular link URL permissions (fil...paulmeyer2015-10-011-13/+1
* [Extensions] Fix improper extension tab ownership bugrdevlin.cronin2015-07-101-11/+0
* [Extensions OOPI] Update ErrorConsole and related to use RenderFrameHostsrdevlin.cronin2015-06-241-25/+24
* [Extensions OOPI] Move view type and window id registration to framesrdevlin.cronin2015-06-191-48/+53
* [Extensions OOPI] Convert extension functions to use RenderFrameHostsrdevlin.cronin2015-06-121-3/+6
* [Extensions] Clean up the handling of ExtensionHostMsg_Requestrdevlin.cronin2015-06-101-1/+30
* Don't send unnecessary ExtensionMsg_Loaded IPCs.kalman2015-06-031-28/+9
* [Extensions] Use document url (not top url) for tab-specific permissionsrdevlin.cronin2015-06-031-3/+12
* Keep event page alive when there's some Pepper plugin on it.emaxx2015-05-291-0/+17
* Add service registration for Mojo services defined under chrome/kmarshall2015-04-031-1/+28
* Reland: [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-031-1/+27
* Revert "[Extensions] Changt cl uploade ProcessManager to use RenderFrameHosts"Tommy C. Li2015-04-031-27/+1
* [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-021-1/+27
* Remove extensions::ServiceRegistrationManager.sammc2015-02-131-6/+6
* [Extensions] Propagate activeTab hosts to extension background pagesrdevlin.cronin2015-02-071-1/+4
* Add service registration for apps APIs implemented as mojo services.sammc2014-10-271-0/+6
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-1/+1
* Make installed_loader UMA less wasteful.kalman@chromium.org2014-05-221-0/+3
* Ensure extensions.getViews(type: "tab") contains tab created by window.opend.halman@gmail.com2014-03-221-3/+12
* Split ExtensionWebContentsObserver into base and Chrome implementationsjamescook@chromium.org2014-03-201-0/+111