summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/bindings_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where content scripts can get GC'd if they don'taa@chromium.org2009-09-141-1/+9
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-221-4/+6
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-1/+0
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-2/+7
* Chrome-side of fixes for content-script messaging.mpcomplete@chromium.org2009-07-141-2/+8
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-4/+0
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-2/+69
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-101-0/+8
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-081-5/+0
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-081-0/+5
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-2/+2
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-0/+6
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-0/+28