| Commit message (Expand) | Author | Age | Files | Lines |
* | Extension ports devtools remote service. | sdoyon@chromium.org | 2009-08-26 | 1 | -12/+26 |
* | Exposes a chrome.devtools object to extensions. This allows extensions to ca... | mpcomplete@chromium.org | 2009-08-24 | 1 | -0/+3 |
* | Committing for Siggi based on review: | mad@google.com | 2009-08-08 | 1 | -4/+5 |
* | Coverity: Pass strings by reference. | jhawkins@chromium.org | 2009-07-24 | 1 | -4/+5 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -46/+57 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -12/+28 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -43/+23 |
* | Fix some issues with extension messaging: | mpcomplete@chromium.org | 2009-07-02 | 1 | -3/+5 |
* | Send port disconnect events when a frame is unloaded. | mpcomplete@chromium.org | 2009-07-01 | 1 | -17/+20 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -20/+17 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -17/+20 |
* | Add a port disconnect event for when one side of an extension message port | mpcomplete@google.com | 2009-06-17 | 1 | -0/+6 |
* | Reduce header dependencies in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-16 | 1 | -1/+1 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-21 | 1 | -1/+3 |
* | Allow connecting and messaging with extension ports by funneling external | mpcomplete@google.com | 2009-05-19 | 1 | -6/+32 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 1 | -0/+0 |
* | Add inspect links for all active views in chrome://extensions. | aa@chromium.org | 2009-05-07 | 1 | -0/+8 |
* | Pass down the opener tab when a message channel is opened to an extension. | mpcomplete@google.com | 2009-05-01 | 1 | -37/+36 |
* | Only send events to renderers that are listening to an event.Notify browser w... | erikkay@google.com | 2009-05-01 | 1 | -0/+16 |
* | Arrange so ExtensionMessageService::RendererReady is called on the IO thread. | mpcomplete@google.com | 2009-04-23 | 1 | -12/+15 |
* | Remove ExtensionProcessManager and move its functionality onto | mpcomplete@google.com | 2009-04-16 | 1 | -1/+4 |
* | Initial plumbing for sending events from the browser to extension renderers. ... | rafaelw@chromium.org | 2009-04-16 | 1 | -0/+2 |
* | Prevent an extension from double observing a message filter. | maruel@chromium.org | 2009-04-14 | 1 | -1/+5 |
* | Fix a crash where the ResourceMessageFilter is deleted before a | paulg@google.com | 2009-04-14 | 1 | -3/+6 |
* | Introducing ExtensionProcessManager. This manages the ExtensionViews to | mpcomplete@google.com | 2009-04-09 | 1 | -1/+4 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 1 | -25/+40 |
* | Rename ExtensionMessageService::PostMessage because windows #defines that to | mpcomplete@google.com | 2009-03-23 | 1 | -1/+1 |
* | Initial rev at a message passing API for extensions. So far, only passing | mpcomplete@google.com | 2009-03-23 | 1 | -0/+73 |