summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/renderer_extension_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-1/+2
* Fix port disconnect so that it's refcounted. This fixes a bug where a channelmpcomplete@chromium.org2009-07-271-1/+44
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-2/+3
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-131-2/+3
* Send port disconnect events when a frame is unloaded.mpcomplete@chromium.org2009-07-011-0/+13
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-5/+8
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-13/+0
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-0/+13
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-171-28/+50
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-2/+4
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* BUG=11200rafaelw@chromium.org2009-05-051-4/+4
* 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-11/+18
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+11
* Miscellaneous API sprucing.aa@chromium.org2009-04-161-2/+4
* TBR: Revert "Miscellaneous API sprucing."aa@chromium.org2009-04-151-4/+2
* Miscellaneous API sprucing.aa@chromium.org2009-04-151-2/+4
* rebase and more minor changes.aa@chromium.org2009-04-091-5/+1
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-102/+16
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-50/+136
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-1/+5
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-0/+100