| Commit message (Expand) | Author | Age | Files | Lines |
* | For Siggi, from http://codereview.chromium.org/375002/show | mad@chromium.org | 2009-11-06 | 1 | -3/+6 |
* | Fix typo in Event.hasListener(). | aa@chromium.org | 2009-10-29 | 1 | -1/+1 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -5/+5 |
* | Validation of extension api callbacks and event parameters in DEBUG | rafaelw@chromium.org | 2009-08-22 | 1 | -2/+23 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -40/+4 |
* | Fix some issues with extension messaging: | mpcomplete@chromium.org | 2009-07-02 | 1 | -3/+14 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -19/+79 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -26/+5 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -5/+26 |
* | BUG=12192 | rafaelw@chromium.org | 2009-05-30 | 1 | -1/+1 |
* | BUG=11200 | rafaelw@chromium.org | 2009-05-05 | 1 | -27/+27 |
* | Change extension event bindings to auto-detach events when the window unloads. | mpcomplete@google.com | 2009-04-20 | 1 | -0/+3 |
* | Adding a comment stating what needs to be recompiled in orderfor changes to t... | finnur@chromium.org | 2009-04-17 | 1 | -0/+9 |
* | Initial plumbing for sending events from the browser to extension renderers. ... | rafaelw@chromium.org | 2009-04-16 | 1 | -12/+15 |
* | Hook up extension events to the json parser, and change the extension message | mpcomplete@google.com | 2009-04-13 | 1 | -2/+2 |
* | rebase and more minor changes. | aa@chromium.org | 2009-04-09 | 1 | -1/+1 |
* | Add aa's Event class to our javascript bindings and use it in our extension | mpcomplete@google.com | 2009-04-08 | 1 | -0/+120 |