summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_messages.h
Commit message (Expand)AuthorAgeFilesLines
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-271-0/+3
* IPC::Message -> base::Picklerockot2016-02-031-16/+32
* [Extensions] Wire up the ActiveScriptController for WebRequestsrdevlin.cronin2016-02-021-1/+5
* Unbreak ipc_fuzzer build after https://codereview.chromium.org/1413543005/Nico Weber2016-01-071-2/+2
* Use FrameTreeNode ID as frameId in extension APIsrob2016-01-061-18/+18
* Switch to standard integer types in extensions/.avi2015-12-231-8/+10
* Revert "Revert of Check the tab ID before delivering an extension message."rdevlin.cronin2015-10-061-1/+6
* [Extensions] Un-refcount PermissionSetrdevlin.cronin2015-09-241-1/+1
* Revert of Check the tab ID before delivering an extension message. (patchset ...nednguyen2015-09-101-6/+1
* This patch allows the webview.partitions.accessible_resources entry in chrome...paulmeyer2015-09-091-2/+6
* Don't send extension functions names to every renderer.kalman2015-09-021-4/+0
* Check the tab ID before delivering an extension message.kalman2015-08-281-1/+6
* Implement the wake-event-page internal extension API.kalman2015-08-211-0/+11
* Ensure proper ordering of app window request block/unblockrockot2015-08-151-2/+3
* [Extensions] Fix improper extension tab ownership bugrdevlin.cronin2015-07-101-5/+0
* [Extensions OOPI] Clean up extension IPC to use RenderFramesrdevlin.cronin2015-07-071-2/+1
* [Extensions] Kill off ExtensionMsg_AddMessageToConsolerdevlin.cronin2015-06-241-5/+0
* [Extensions OOPI] Move view type and window id registration to framesrdevlin.cronin2015-06-191-1/+1
* Add guestRenderFrameRoutingId for <webview>s talking to component extensions.lazyboy2015-06-161-0/+3
* Remove an extra semicolon from extension_messages.h.mbarbella2015-06-041-1/+1
* [Extensions] Use document url (not top url) for tab-specific permissionsrdevlin.cronin2015-06-031-0/+5
* [Extensions OOPI] Make programmatic script injection use frame logicrdevlin.cronin2015-06-021-3/+0
* Move Pickle to base namespace.brettw2015-06-021-8/+8
* Allow whitelisted content scripts to be injected in WebViews.dmazzoni2015-05-151-2/+5
* Refactoring: de-couple Extensions from "script injection System" [render side]:4hanxi2015-03-111-7/+8
* OOPIF: Replicate dynamic window.name updates.alexmos2015-03-101-5/+0
* Enable <webview>.executeScript outside of Apps and Extensions [1]hanxi2015-03-091-3/+13
* [Extensions] Propagate activeTab hosts to extension background pagesrdevlin.cronin2015-02-071-7/+13
* Move GuestView IPCs into their own messages file.fsamuel2015-02-031-37/+0
* Tracking push events for lucid sleepchirantan2015-02-021-1/+1
* Added the infrastructure for surfaceProxy.onResize() and SurfaceView.onResize...paulmeyer2015-01-221-2/+3
* Abort streams when the containing RenderFrameHost navigates or closes.sammc2015-01-161-4/+2
* Add guestProcessId for WebViews talking to component extensionsvrk2015-01-101-0/+3
* Queue postMessage messages destined for a MimeHandlerView guestraymes2014-12-231-2/+7
* Fix message routing for BrowserPlugin in iframefsamuel2014-12-181-3/+3
* Add frameId option to chrome.tabs.connect and chrome.tabs.sendMessage.rob2014-12-101-1/+14
* Plumb GuestView Detach APIfsamuel2014-12-031-0/+7
* Add frameId to MessageSender (extension messaging API).rob2014-11-211-1/+12
* OOP PDF: Change the save toolbar button to match the save menu behavior.sammc2014-11-191-1/+2
* Don't crash when granting permissions to active tab.msimonides2014-11-191-10/+8
* Implement AutomationNode.querySelector().aboxhall2014-11-061-0/+31
* Move ContentWindow from BrowserPlugin To GuestViewfsamuel2014-09-181-0/+6
* Adding MimeHandlerView.lazyboy2014-09-061-0/+11
* Renderer changes for wiring up shared memory with declarative injectionmarkdittmer2014-08-291-0/+7
* Extensions-related fixups for scoped_refptr conversion operator removal.dcheng2014-08-281-1/+1
* 1. Rename ChromeExtensionHostMsg_AttachGuest as ExtensionHostMsg_AttachGuest.hanxi@chromium.org2014-08-221-0/+8
* Rename two ipc messages in WebViewGuest and move their sender/handler to exte...hanxi@chromium.org2014-08-181-0/+25
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-2/+4
* Declarative content scripts: Renderer-side: per-extension shared memory regio...markdittmer@chromium.org2014-07-301-2/+9
* OnLazyBackgroundPageActive must ensure the close_sequence_idscheib@chromium.org2014-07-141-2/+2