summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/bindings_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where content scripts can get GC'd if they don'taa@chromium.org2009-09-141-0/+9
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-221-5/+15
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-2/+2
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-3/+5
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-28/+0
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-4/+106
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-101-0/+23
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-081-23/+0
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-081-0/+23
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-3/+3
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-0/+23