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
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
1
-1
/
+2
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-11
/
+14
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
1
-2
/
+2
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-2
/
+2
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-2
/
+2
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-2
/
+2
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-4
/
+4
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
1
-3
/
+4
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-8
/
+10
*
Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...
aa@chromium.org
2011-11-09
1
-3
/
+15
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-4
/
+4
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-5
/
+7
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-0
/
+1
*
Mark ExtensionMessageService AllSources usage as ok.
yoz@chromium.org
2011-10-15
1
-3
/
+3
*
Refactor ExtensionTabUtil-namespaced functions into their own file.
miket@chromium.org
2011-09-27
1
-1
/
+1
*
Reland 101111 - Only deliver extension messages to contexts that care.
aa@chromium.org
2011-09-15
1
-8
/
+4
*
Revert 101111 - Only deliver extension messages to contexts that care. This
ericu@google.com
2011-09-14
1
-4
/
+8
*
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
[next]