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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-2
/
+2
*
When extension is blacklisted by admin policy, it should be removed if alread...
finnur@chromium.org
2010-08-21
1
-1
/
+1
*
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
jhawkins@chromium.org
2010-08-20
1
-1
/
+2
*
Clean up ExtensionMessageService.
mpcomplete@chromium.org
2010-08-19
1
-69
/
+35
*
Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.
viettrungluu@chromium.org
2010-08-05
1
-2
/
+0
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Add support for omnibox.onInputStarted and onInputCancelled.
mpcomplete@chromium.org
2010-07-02
1
-0
/
+11
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
1
-0
/
+3
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-14
1
-2
/
+6
*
Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...
jochen@chromium.org
2010-04-13
1
-6
/
+2
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-13
1
-2
/
+6
*
Revert 44348 - Add support for restricting broadcasting events to extensions ...
jochen@chromium.org
2010-04-13
1
-7
/
+3
*
Add support for restricting broadcasting events to extensions based on host p...
jochen@chromium.org
2010-04-13
1
-3
/
+7
*
Initial version of an experimental Extensions Context Menu API.
asargent@chromium.org
2010-03-23
1
-3
/
+4
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-1
/
+2
*
Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-03
1
-3
/
+0
*
Revert 33611 - Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-02
1
-0
/
+3
*
Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-02
1
-3
/
+0
*
Fixing 27834 by always deleting ExtensionMessageService on
huanr@chromium.org
2009-11-25
1
-2
/
+8
*
Allow extension port connection requests to provide tab information.
mad@chromium.org
2009-11-19
1
-2
/
+3
*
Revert "Revert r31175 r31176 r31187"
hclam@chromium.org
2009-11-06
1
-1
/
+4
*
Rever r31175 r31176 r31187
hclam@chromium.org
2009-11-06
1
-4
/
+1
*
Sixth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-06
1
-1
/
+4
*
Fix a memory leak in ExtensionMessageService.
mpcomplete@chromium.org
2009-11-04
1
-2
/
+1
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
1
-3
/
+0
*
Implement chrome.extension.connectExternal and fix various API inconsistencies.
mpcomplete@chromium.org
2009-10-09
1
-3
/
+9
*
Don't send the channel-disconnect message if the recipient is in the process
mpcomplete@chromium.org
2009-09-09
1
-1
/
+2
*
Extension ports devtools remote service.
sdoyon@chromium.org
2009-08-26
1
-12
/
+26
*
Exposes a chrome.devtools object to extensions. This allows extensions to ca...
mpcomplete@chromium.org
2009-08-24
1
-0
/
+3
*
Committing for Siggi based on review:
mad@google.com
2009-08-08
1
-4
/
+5
*
Coverity: Pass strings by reference.
jhawkins@chromium.org
2009-07-24
1
-4
/
+5
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
Changed the extension.connect() API not to broadcast to all tabs. Added a
mpcomplete@chromium.org
2009-07-20
1
-46
/
+57
*
Add an optional channel name to the extension message connect event.
mpcomplete@chromium.org
2009-07-13
1
-12
/
+28
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
1
-43
/
+23
*
Fix some issues with extension messaging:
mpcomplete@chromium.org
2009-07-02
1
-3
/
+5
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
1
-17
/
+20
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
1
-20
/
+17
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
1
-17
/
+20
*
Add a port disconnect event for when one side of an extension message port
mpcomplete@google.com
2009-06-17
1
-0
/
+6
*
Reduce header dependencies in chrome/browser/
phajdan.jr@chromium.org
2009-06-16
1
-1
/
+1
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
1
-1
/
+3
*
Allow connecting and messaging with extension ports by funneling external
mpcomplete@google.com
2009-05-19
1
-6
/
+32
*
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
-0
/
+8
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
1
-37
/
+36
*
Only send events to renderers that are listening to an event.Notify browser w...
erikkay@google.com
2009-05-01
1
-0
/
+16
*
Arrange so ExtensionMessageService::RendererReady is called on the IO thread.
mpcomplete@google.com
2009-04-23
1
-12
/
+15
*
Remove ExtensionProcessManager and move its functionality onto
mpcomplete@google.com
2009-04-16
1
-1
/
+4
*
Initial plumbing for sending events from the browser to extension renderers. ...
rafaelw@chromium.org
2009-04-16
1
-0
/
+2
[next]