| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable extension APIs for content scripts. | aa@chromium.org | 2011-11-12 | 1 | -35/+0 |
* | Cleanup: Remove unneeded forward declarations in chrome/renderer. | thestig@chromium.org | 2011-11-11 | 1 | -6/+0 |
* | Don't close background pages if there is a pending response (callback). | tessamac@chromium.org | 2011-11-01 | 1 | -2/+5 |
* | I realized that ExtensionBindingsContext is really just the | aa@chromium.org | 2011-10-06 | 1 | -2/+2 |
* | Factor the static data and its management out of | aa@chromium.org | 2011-10-04 | 1 | -3/+4 |
* | Revert r99696 and r99705 due to crashes. | aa@chromium.org | 2011-09-08 | 1 | -3/+2 |
* | Forward declare v8::Extension in chrome/renderer/extensions/*. | mihaip@chromium.org | 2011-09-06 | 1 | -2/+4 |
* | Rename ExtensionDispatcher to ExtensionRendererContext because: | aa@chromium.org | 2011-09-06 | 1 | -2/+3 |
* | Move view_types.h from chrome to content. Although some of the enum types ar... | jam@chromium.org | 2011-05-16 | 1 | -1/+0 |
* | Reduce static data in ExtensionProcessBindings. Some was not | aa@chromium.org | 2011-04-25 | 1 | -35/+1 |
* | Move a bunch of Chrome specific code out of RenderThread, in preparation of m... | jam@chromium.org | 2011-04-14 | 1 | -1/+2 |
* | Part 2 of extension event refactor. | mpcomplete@chromium.org | 2010-10-21 | 1 | -9/+0 |
* | Ensure global extension events (like bookmarks) are sent to the incognito | mpcomplete@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | Generalize permission types to make it safer for us to add new permissions an... | erikkay@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -3/+5 |
* | remove toolstrips | erikkay@chromium.org | 2010-08-12 | 1 | -5/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Added accessor for permissions map. NaCl needs this in order to look up | erikkay@chromium.org | 2010-07-15 | 1 | -0/+8 |
* | Enforce extension permissions in C++ (instead of Javascript). | jochen@chromium.org | 2010-03-24 | 1 | -0/+3 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -0/+4 |
* | Adding support for i18n to content scripts. | cira@chromium.org | 2009-12-29 | 1 | -6/+0 |
* | Fix regression where we stopped running content scripts in | aa@chromium.org | 2009-12-16 | 1 | -0/+4 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -1/+4 |
* | Implementing chrome.i18n.getMessage call, that loads message from the extensi... | cira@chromium.org | 2009-09-28 | 1 | -0/+5 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 1 | -1/+8 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 1 | -8/+1 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 1 | -1/+8 |
* | Implement granular cross-origin XHR for extensions. | aa@chromium.org | 2009-08-23 | 1 | -3/+10 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -0/+14 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 1 | -0/+5 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 1 | -5/+0 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 1 | -0/+5 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -2/+5 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -4/+0 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -0/+1 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -1/+0 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-10 | 1 | -13/+3 |
* | Revert 17889. It broke the extensions_uitests. And I didn't even get it | mpcomplete@google.com | 2009-06-08 | 1 | -3/+13 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-08 | 1 | -13/+3 |
* | extensions chrome.self.getViews(): | rafaelw@chromium.org | 2009-05-16 | 1 | -0/+1 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 1 | -2/+13 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -25/+25 |
* | Revert "Add JsonSchema-based validation for the tab APIs." | aa@chromium.org | 2009-04-14 | 1 | -26/+25 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -25/+26 |
* | rebase and more minor changes. | aa@chromium.org | 2009-04-09 | 1 | -4/+0 |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 1 | -0/+2 |
* | Add basic infrastructure for sending async browser API request and receiving ... | aa@chromium.org | 2009-03-24 | 1 | -0/+27 |