summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager/task_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-3/+3
* Minor code cleanup. Converts if/else to a switch.sky@chromium.org2013-01-291-89/+105
* Reorders methods in task_manager.cc to match header.sky@chromium.org2013-01-191-402/+402
* Makes TaskManagerModel cache all values (values are fetched onsky@chromium.org2013-01-151-273/+332
* Consolidates lookup of task manager values.sky@chromium.org2013-01-121-0/+78
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* browser: Move FindOrCreateTabbedBrowser() function into chrome namespace.tfarina@chromium.org2012-12-261-1/+1
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-1/+1
* Remove last remaining call to FindOrCreateTabbedBrowser(). Fix up presubmit c...robertshield@chromium.org2012-12-211-4/+3
* Remove almost all usages of the context-free FindOrCreateTabbedBrowser.robertshield@chromium.org2012-12-061-1/+1
* Cleanup: Use STLDeleteFoo instead of duplicating their functions, and other l...thestig@chromium.org2012-10-271-15/+6
* Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...mirandac@chromium.org2012-10-241-1/+3
* TaskManager: Coalesce multiple bytes read notifications.willchan@chromium.org2012-10-171-11/+33
* Add all the BrowserPluginGuest processes to the task manager. Find them from ...irobert@chromium.org2012-10-171-0/+2
* Add desktop type context to most existing instances of FindTabbedBrowser.robertshield@chromium.org2012-10-041-0/+1
* There were two leaks detected here. ccameron@chromium.org2012-08-221-2/+4
* Add GPU memory tab to the task manager.ccameron@chromium.org2012-08-181-1/+100
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-101-0/+35
* [Panels refactor] Track Panels in TaskManager now that they are not under the...jennb@chromium.org2012-07-191-13/+11
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+1
* chrome: Put browser_navigator.h into chrome namespace.tfarina@chromium.org2012-07-011-4/+3
* mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON.thakis@chromium.org2012-06-261-1/+1
* Check for a delegate before blindly accessing it.avi@chromium.org2012-06-191-1/+2
* TaskManager: Fix the way to open "Stats for nerds" linkyoshiki@chromium.org2012-06-131-3/+4
* TabContentsWrapper -> TabContents, part 31.avi@chromium.org2012-06-101-4/+3
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-051-5/+5
* Revert 140531 - Converted the rest of chrome except for extensions and favico...pkotwicz@chromium.org2012-06-051-5/+5
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-051-5/+5
* Fix task manager stats for nerds link not loading. Turns out you do have to g...ben@chromium.org2012-05-241-1/+4
* Get rid of the last RenderViewHostDelegate usage in chrome.jam@chromium.org2012-05-231-3/+4
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-1/+1
* Remove BrowserList::GetLastActive usage in TaskManager. Just use browser::Nav...ben@chromium.org2012-05-221-31/+6
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+2
* Improving the process model extension APInasko@chromium.org2012-05-171-13/+59
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-0/+1
* Remove EPM:all_hosts_ and use all_extension_views_ instead.benwells@chromium.org2012-04-261-7/+6
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-171-1/+1
* TaskManager: Replace the string "Page" with "Task"yoshiki@chromium.org2012-04-061-1/+1
* Exposing the child process unique ID through the task manager. This is an ini...nasko@chromium.org2012-04-051-0/+5
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-8/+8
* 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
* Cleanup: Typedef std::pairs in TaskManager code. Also making goat teleporting...thestig@chromium.org2012-03-021-10/+10
* Remove mach_broker_mac.h dependency from chrome.jam@chromium.org2012-02-291-6/+3
* Removed delta-updates, task queueing and batching.kgr@chromium.org2012-02-251-3/+2
* Fix TaskManager-related link errors for Android.tedchoc@chromium.org2012-02-241-0/+3
* WebUI TaskManager: Make the initialization of model (in browser process) and ...yoshiki@chromium.org2012-02-211-0/+5
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-6/+11
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-12/+7