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
/
browser
/
extensions
/
extension_message_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some issues with extension messaging:
mpcomplete@chromium.org
2009-07-02
1
-12
/
+18
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
1
-11
/
+22
*
Refactor extension bindings to share code, avoid exposing hidden variables
mpcomplete@chromium.org
2009-06-30
1
-4
/
+4
*
Move extension view classes from browser/extensions to browser/views/extensions.
erikkay@google.com
2009-06-23
1
-1
/
+0
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
1
-22
/
+11
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
1
-11
/
+22
*
Add a port disconnect event for when one side of an extension message port
mpcomplete@google.com
2009-06-17
1
-8
/
+67
*
Reduce header dependencies in chrome/browser/
phajdan.jr@chromium.org
2009-06-16
1
-0
/
+1
*
Add some browser-level checks to prohibit access to extension bindings by
mpcomplete@google.com
2009-06-02
1
-0
/
+7
*
Remove unused code from ExtensionsService.
mpcomplete@google.com
2009-05-26
1
-1
/
+1
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
1
-8
/
+4
*
Allow connecting and messaging with extension ports by funneling external
mpcomplete@google.com
2009-05-19
1
-9
/
+67
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
1
-0
/
+0
*
Add inspect links for all active views in chrome://extensions.
aa@chromium.org
2009-05-07
1
-10
/
+27
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-2
/
+2
*
Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close the
mpcomplete@google.com
2009-05-05
1
-2
/
+3
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-2
/
+2
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
1
-73
/
+91
*
Only send events to renderers that are listening to an event.Notify browser w...
erikkay@google.com
2009-05-01
1
-8
/
+33
*
Arrange so ExtensionMessageService::RendererReady is called on the IO thread.
mpcomplete@google.com
2009-04-23
1
-51
/
+35
*
Remove ExtensionProcessManager and move its functionality onto
mpcomplete@google.com
2009-04-16
1
-11
/
+39
*
Initial plumbing for sending events from the browser to extension renderers. ...
rafaelw@chromium.org
2009-04-16
1
-4
/
+11
*
Prevent an extension from double observing a message filter.
maruel@chromium.org
2009-04-14
1
-12
/
+20
*
Fix a crash where the ResourceMessageFilter is deleted before a
paulg@google.com
2009-04-14
1
-5
/
+21
*
Hook up extension events to the json parser, and change the extension message
mpcomplete@google.com
2009-04-13
1
-1
/
+2
*
Introducing ExtensionProcessManager. This manages the ExtensionViews to
mpcomplete@google.com
2009-04-09
1
-6
/
+29
*
Add code to support 2-way communication between extensions and renderers. Th...
mpcomplete@google.com
2009-04-02
1
-79
/
+75
*
Rename ExtensionMessageService::PostMessage because windows #defines that to
mpcomplete@google.com
2009-03-23
1
-1
/
+1
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
1
-0
/
+133