summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager/task_manager_resource_providers.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Fix a bug that sometimes broke content script injection on startup, caused bympcomplete@chromium.org2012-03-061-4/+10
* 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-4/+4
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-4/+6
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-6/+4
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-4/+6
* Roll deps for filesystem URL changes, take 3.ericu@google.com2012-01-181-6/+2
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-5/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-1/+0
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-0/+1
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-1/+0
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-22/+17
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-4/+5
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-4/+4
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-3/+3
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-4/+9
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-1/+1
* Make sure that ChildProcessData.type always gets initializedtbreisacher@chromium.org2011-12-211-2/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-4/+4
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+1
* Add "Instant:" prefix to Instant preview tabs in the Task manager.sreeram@chromium.org2011-12-021-8/+52
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-18/+15
* Make TaskManager not use ChildProcessInfo. After this change, I will make Bro...jam@chromium.org2011-12-011-43/+51
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-30/+31
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-4/+4
* base::Bind migrations in chrome/browsercsilv@chromium.org2011-11-171-5/+7
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-171-1/+1
* Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....dpolukhin@chromium.org2011-11-161-1/+1
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-161-1/+1
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-19/+15
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-091-8/+6
* Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED.yoz@chromium.org2011-11-091-21/+15
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-081-1/+1
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-081-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Provide detailed shared workers info in Task Manager. This patch introduces T...yurys@chromium.org2011-11-021-9/+9
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* TaskManager: introduce Resource::(Can)Inspect; support tabs, apps, extensions...pfeldman@chromium.org2011-10-261-0/+17
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-38/+50
* Count all abnormal child process exits in a ChildProcess.Disconnected histogram.petkov@chromium.org2011-10-191-0/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-18/+20
* Since profiles are deleted asynchronously we can have browser windows around ...sail@chromium.org2011-10-131-4/+10
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-1/+1
* Task manager: Properly observe background contents from incognito profiles.yoz@chromium.org2011-10-101-4/+11
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-071-1/+1
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-1/+2
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-051-1/+4