index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
resources
/
renderer_extension_bindings.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding support for i18n to content scripts.
cira@chromium.org
2009-12-29
1
-3
/
+10
*
Add stub functions for chrome.* APIs in content scripts.
asargent@chromium.org
2009-11-13
1
-1
/
+49
*
Change the extension.onRequest even to include the sender info.
mpcomplete@chromium.org
2009-10-29
1
-5
/
+6
*
Implement extension.sendRequest, a simpler way to do messaging.
mpcomplete@chromium.org
2009-10-23
1
-4
/
+54
*
Implement chrome.extension.connectExternal and fix various API inconsistencies.
mpcomplete@chromium.org
2009-10-09
1
-37
/
+54
*
Extension API Renaming/Consistency changes
rafaelw@chromium.org
2009-08-28
1
-4
/
+8
*
Fix port disconnect so that it's refcounted. This fixes a bug where a channel
mpcomplete@chromium.org
2009-07-27
1
-1
/
+4
*
Add an optional channel name to the extension message connect event.
mpcomplete@chromium.org
2009-07-13
1
-8
/
+17
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
1
-12
/
+20
*
Fix some issues with extension messaging:
mpcomplete@chromium.org
2009-07-02
1
-8
/
+16
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
1
-1
/
+2
*
Refactor extension bindings to share code, avoid exposing hidden variables
mpcomplete@chromium.org
2009-06-30
1
-11
/
+26
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
1
-13
/
+0
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
1
-0
/
+13
*
Add a port disconnect event for when one side of an extension message port
mpcomplete@google.com
2009-06-17
1
-5
/
+12
*
BUG=12192
rafaelw@chromium.org
2009-05-30
1
-3
/
+6
*
BUG=11200
rafaelw@chromium.org
2009-05-05
1
-16
/
+16
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
1
-1
/
+5
*
Adding a comment stating what needs to be recompiled in orderfor changes to t...
finnur@chromium.org
2009-04-17
1
-0
/
+9
*
Initial plumbing for sending events from the browser to extension renderers. ...
rafaelw@chromium.org
2009-04-16
1
-1
/
+1
*
Miscellaneous API sprucing.
aa@chromium.org
2009-04-16
1
-5
/
+3
*
TBR: Revert "Miscellaneous API sprucing."
aa@chromium.org
2009-04-15
1
-3
/
+5
*
Miscellaneous API sprucing.
aa@chromium.org
2009-04-15
1
-5
/
+3
*
Hook up extension events to the json parser, and change the extension message
mpcomplete@google.com
2009-04-13
1
-1
/
+4
*
Add aa's Event class to our javascript bindings and use it in our extension
mpcomplete@google.com
2009-04-08
1
-71
/
+42
*
Add code to support 2-way communication between extensions and renderers. Th...
mpcomplete@google.com
2009-04-02
1
-0
/
+93