summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources/event_bindings.js
Commit message (Expand)AuthorAgeFilesLines
* Move bindings javascript into its own directory.aa@chromium.org2011-09-211-253/+0
* Initialize content scripts the same way extension scripts are.aa@chromium.org2011-08-261-2/+4
* Add a Print() method to bindings JS for last resort debugging.aa@chromium.org2011-08-121-0/+1
* Content settings extension APIbauerb@chromium.org2011-06-091-2/+2
* Added tab_id parameter to payload of chrome.fileBrowserHandler.onExecute event.zelidrag@chromium.org2011-05-021-3/+5
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-0/+13
* Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...zelidrag@chromium.org2011-04-161-13/+0
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-0/+13
* Fix Port and Event leaking.jstritar@chromium.org2011-03-141-5/+11
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-081-1/+2
* Revert "First steps towards webRequest extension API."mpcomplete@chromium.org2011-01-311-64/+3
* First steps towards webRequest extension API.mpcomplete@chromium.org2011-01-311-3/+64
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-2/+2
* Change 'const' to 'var' in event_bindings.js for ECMAScript compatibility rea...ericdingle@chromium.org2010-06-031-5/+5
* Prevent extensions from clobbering JSON implementation that extension calls userafaelw@chromium.org2010-06-011-1/+35
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-241-9/+1
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-1/+9
* 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