| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a WebKit API that registers a V8 extension to be loaded into content | mpcomplete@chromium.org | 2009-07-30 | 1 | -1/+2 |
* | Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change. | abarth@chromium.org | 2009-07-30 | 1 | -2/+2 |
* | Another try at enabling the content script messaging test. | mpcomplete@chromium.org | 2009-07-24 | 1 | -12/+13 |
* | Revert "Fix an issue with unregistering content script contexts." | mpcomplete@chromium.org | 2009-07-22 | 1 | -13/+12 |
* | Fix an issue with unregistering content script contexts. | mpcomplete@chromium.org | 2009-07-22 | 1 | -12/+13 |
* | Don't dispatch the extensions bindings unload event during GC. | mpcomplete@chromium.org | 2009-07-21 | 1 | -12/+26 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -12/+44 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 1 | -5/+9 |
* | Chrome-side of fixes for content-script messaging. | mpcomplete@chromium.org | 2009-07-14 | 1 | -26/+65 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -29/+0 |
* | Fix some issues with extension messaging: | mpcomplete@chromium.org | 2009-07-02 | 1 | -1/+4 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -75/+96 |
* | Add notifications for when V8Proxy creates or destroys a V8 Context. | mpcomplete@chromium.org | 2009-06-26 | 1 | -0/+17 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -25/+6 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -6/+25 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-10 | 1 | -14/+1 |
* | Revert 17889. It broke the extensions_uitests. And I didn't even get it | mpcomplete@google.com | 2009-06-08 | 1 | -1/+14 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-08 | 1 | -14/+1 |
* | BUG=12192 | rafaelw@chromium.org | 2009-05-30 | 1 | -3/+1 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 1 | -0/+0 |
* | Only send events to renderers that are listening to an event.Notify browser w... | erikkay@google.com | 2009-05-01 | 1 | -3/+47 |
* | Change extension event bindings to auto-detach events when the window unloads. | mpcomplete@google.com | 2009-04-20 | 1 | -20/+41 |
* | Hook up extension events to the json parser, and change the extension message | mpcomplete@google.com | 2009-04-13 | 1 | -1/+5 |
* | Add aa's Event class to our javascript bindings and use it in our extension | mpcomplete@google.com | 2009-04-08 | 1 | -0/+119 |