summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_process_bindings.h
Commit message (Expand)AuthorAgeFilesLines
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-35/+0
* Cleanup: Remove unneeded forward declarations in chrome/renderer.thestig@chromium.org2011-11-111-6/+0
* Don't close background pages if there is a pending response (callback).tessamac@chromium.org2011-11-011-2/+5
* I realized that ExtensionBindingsContext is really just theaa@chromium.org2011-10-061-2/+2
* Factor the static data and its management out ofaa@chromium.org2011-10-041-3/+4
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-081-3/+2
* Forward declare v8::Extension in chrome/renderer/extensions/*.mihaip@chromium.org2011-09-061-2/+4
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-061-2/+3
* Move view_types.h from chrome to content. Although some of the enum types ar...jam@chromium.org2011-05-161-1/+0
* Reduce static data in ExtensionProcessBindings. Some was notaa@chromium.org2011-04-251-35/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-1/+2
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-9/+0
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-081-1/+1
* Generalize permission types to make it safer for us to add new permissions an...erikkay@chromium.org2010-09-281-1/+1
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-3/+5
* remove toolstripserikkay@chromium.org2010-08-121-5/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Added accessor for permissions map. NaCl needs this in order to look uperikkay@chromium.org2010-07-151-0/+8
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-241-0/+3
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-0/+4
* Adding support for i18n to content scripts.cira@chromium.org2009-12-291-6/+0
* Fix regression where we stopped running content scripts inaa@chromium.org2009-12-161-0/+4
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-1/+4
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-281-0/+5
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-191-1/+8
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-181-8/+1
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-181-1/+8
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-3/+10
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-0/+14
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-0/+5
* Reverting 20714.finnur@chromium.org2009-07-151-5/+0
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-0/+5
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-2/+5
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-4/+0
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-0/+1
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-1/+0
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-101-13/+3
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-081-3/+13
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-081-13/+3
* extensions chrome.self.getViews():rafaelw@chromium.org2009-05-161-0/+1
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-2/+13
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-25/+25
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-141-26/+25
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-25/+26
* rebase and more minor changes.aa@chromium.org2009-04-091-4/+0
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+2
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-0/+27