summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources/event_bindings.js
Commit message (Expand)AuthorAgeFilesLines
* For Siggi, from http://codereview.chromium.org/375002/showmad@chromium.org2009-11-061-3/+6
* Fix typo in Event.hasListener().aa@chromium.org2009-10-291-1/+1
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-091-5/+5
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-221-2/+23
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-40/+4
* Fix some issues with extension messaging:mpcomplete@chromium.org2009-07-021-3/+14
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-19/+79
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-26/+5
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-5/+26
* BUG=12192rafaelw@chromium.org2009-05-301-1/+1
* BUG=11200rafaelw@chromium.org2009-05-051-27/+27
* Change extension event bindings to auto-detach events when the window unloads.mpcomplete@google.com2009-04-201-0/+3
* Adding a comment stating what needs to be recompiled in orderfor changes to t...finnur@chromium.org2009-04-171-0/+9
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-12/+15
* Hook up extension events to the json parser, and change the extension messagempcomplete@google.com2009-04-131-2/+2
* rebase and more minor changes.aa@chromium.org2009-04-091-1/+1
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-0/+120