summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_message_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with extension messaging for transient pages.mpcomplete@chromium.org2012-04-031-9/+13
* Report failures when opening an extension port to the caller.mpcomplete@chromium.org2012-04-021-34/+15
* Keep lazy background pages open while they're being inspected.mpcomplete@chromium.org2012-03-211-1/+1
* Fix crash bug in ExtensionMessageService.mpcomplete@chromium.org2012-03-161-1/+1
* Lazy background pages now load in response to message passing.mpcomplete@chromium.org2012-03-161-39/+173
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-2/+2
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-1/+1
* Remove ExtensionMessageService's legacy support for devtools.mpcomplete@chromium.org2012-03-121-76/+21
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Update extension events, routing, and delivery to use user gesture.gbillock@chromium.org2012-03-021-2/+4
* Removing unnecessary includes of the content\browser\child_process_security_p...ananta@chromium.org2012-02-011-2/+1
* 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