summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_message_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-1/+2
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-11/+14
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-2/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-4/+4
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-3/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-8/+10
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-091-3/+15
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+7
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Mark ExtensionMessageService AllSources usage as ok.yoz@chromium.org2011-10-151-3/+3
* Refactor ExtensionTabUtil-namespaced functions into their own file.miket@chromium.org2011-09-271-1/+1
* Reland 101111 - Only deliver extension messages to contexts that care.aa@chromium.org2011-09-151-8/+4
* Revert 101111 - Only deliver extension messages to contexts that care. Thisericu@google.com2011-09-141-4/+8
* Only deliver extension messages to contexts that care. Thisaa@chromium.org2011-09-141-8/+4
* Populate ContextInfo::extension_id for all extension-relatedaa@chromium.org2011-08-191-2/+5
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-2/+4
* Revert 94332 - Removal of Profile from content part 2.sergeyu@chromium.org2011-07-271-4/+2
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-2/+4
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-8/+8
* Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea...jam@chromium.org2011-03-311-1/+1
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-4/+4
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-2/+2
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-4/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-1/+2
* 1. Fires port.onDisconnect if tabs.connect fails.jstritar@chromium.org2010-10-281-5/+6
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-3/+3
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-111/+4
* Remove traces for the WhitelistExtension test. The flakiness seems to be gone.finnur@chromium.org2010-10-141-21/+3
* Revert 62458 - Expands the chrome.experimental.processes extension API.creis@google.com2010-10-131-14/+0
* Expands the chrome.experimental.processes extension API.creis@google.com2010-10-131-0/+14
* Fix flaky IncognitoSplitMode. For real this time.mpcomplete@chromium.org2010-10-131-11/+0
* Add more traces. I think what is happening is that the background page hasn't...finnur@chromium.org2010-10-131-3/+21
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-081-9/+9
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-3/+3
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-11/+19
* When extension is blacklisted by admin policy, it should be removed if alread...finnur@chromium.org2010-08-211-1/+1
* Clean up ExtensionMessageService.mpcomplete@chromium.org2010-08-191-150/+45
* Try to fix a valgrind leak.thakis@chromium.org2010-07-201-1/+4
* Add support for omnibox.onInputStarted and onInputCancelled.mpcomplete@chromium.org2010-07-021-0/+16
* First pass at experimental omnibox API. There are plenty of rough edges and f...mpcomplete@chromium.org2010-05-281-0/+6
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-051-2/+2
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-8/+11