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
*
Only deliver extension messages to contexts that care. This
aa@chromium.org
2011-09-14
1
-8
/
+4
*
Populate ContextInfo::extension_id for all extension-related
aa@chromium.org
2011-08-19
1
-2
/
+5
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-2
/
+4
*
Revert 94332 - Removal of Profile from content part 2.
sergeyu@chromium.org
2011-07-27
1
-4
/
+2
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-2
/
+4
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-8
/
+8
*
Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea...
jam@chromium.org
2011-03-31
1
-1
/
+1
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-4
/
+4
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-2
/
+2
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-4
/
+4
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Make pink's TabContentsWrapper change compile on Windows.
ben@chromium.org
2010-11-18
1
-1
/
+2
*
1. Fires port.onDisconnect if tabs.connect fails.
jstritar@chromium.org
2010-10-28
1
-5
/
+6
*
Part 2 of extension event refactor.
mpcomplete@chromium.org
2010-10-21
1
-3
/
+3
*
Pull events-related code out of ExtensionMessageService into its own class.
mpcomplete@chromium.org
2010-10-15
1
-111
/
+4
*
Remove traces for the WhitelistExtension test. The flakiness seems to be gone.
finnur@chromium.org
2010-10-14
1
-21
/
+3
*
Revert 62458 - Expands the chrome.experimental.processes extension API.
creis@google.com
2010-10-13
1
-14
/
+0
*
Expands the chrome.experimental.processes extension API.
creis@google.com
2010-10-13
1
-0
/
+14
*
Fix flaky IncognitoSplitMode. For real this time.
mpcomplete@chromium.org
2010-10-13
1
-11
/
+0
*
Add more traces. I think what is happening is that the background page hasn't...
finnur@chromium.org
2010-10-13
1
-3
/
+21
*
Ensure global extension events (like bookmarks) are sent to the incognito
mpcomplete@chromium.org
2010-10-08
1
-9
/
+9
*
Rip out phantom tabs and corresponding unit tests.
andybons@chromium.org
2010-10-02
1
-3
/
+3
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-11
/
+19
*
When extension is blacklisted by admin policy, it should be removed if alread...
finnur@chromium.org
2010-08-21
1
-1
/
+1
*
Clean up ExtensionMessageService.
mpcomplete@chromium.org
2010-08-19
1
-150
/
+45
*
Try to fix a valgrind leak.
thakis@chromium.org
2010-07-20
1
-1
/
+4
*
Add support for omnibox.onInputStarted and onInputCancelled.
mpcomplete@chromium.org
2010-07-02
1
-0
/
+16
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
1
-0
/
+6
*
Replace CHECK(false) by LOG(FATAL) where appropriate.
evan@chromium.org
2010-05-05
1
-2
/
+2
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-14
1
-8
/
+11
*
Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...
jochen@chromium.org
2010-04-13
1
-11
/
+8
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-13
1
-8
/
+11
*
Revert 44348 - Add support for restricting broadcasting events to extensions ...
jochen@chromium.org
2010-04-13
1
-11
/
+8
*
Add support for restricting broadcasting events to extensions based on host p...
jochen@chromium.org
2010-04-13
1
-8
/
+11
*
Enforce extension permissions in C++ (instead of Javascript).
jochen@chromium.org
2010-03-24
1
-9
/
+8
*
Make it clear what last_sync_timestamp actually tracks. Update
nick@chromium.org
2010-03-24
1
-1
/
+1
*
Further tweaks to incognito extensions.
mpcomplete@chromium.org
2010-03-02
1
-4
/
+7
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-4
/
+7
*
Extension tweaks for phantom tabs. I did the following modifications:
sky@chromium.org
2010-01-23
1
-1
/
+15
*
Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-03
1
-7
/
+1
*
Revert 33611 - Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-02
1
-1
/
+7
*
Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-02
1
-7
/
+1
*
Fixing 27834 by always deleting ExtensionMessageService on
huanr@chromium.org
2009-11-25
1
-4
/
+10
*
Allow extension port connection requests to provide tab information.
mad@chromium.org
2009-11-19
1
-16
/
+25
*
Fix a crash in ExtensionMessageService when a source renderer closed.
mpcomplete@chromium.org
2009-11-12
1
-0
/
+6
*
Fix a memory leak in ExtensionMessageService.
mpcomplete@chromium.org
2009-11-04
1
-5
/
+9
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
1
-12
/
+9
[next]