summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Be more frugal with goats in these challenging economic times.thakis@chromium.org2010-01-131-3/+0
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-5/+5
* Revert 34146 - A place to store the pid>mach_port_t mapping.thakis@chromium.org2009-12-091-9/+0
* A place to store the pid->mach_port_t mapping.thakis@chromium.org2009-12-091-0/+9
* Some code cleanups.thakis@chromium.org2009-12-071-3/+3
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-1/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Adds a 'V8' column to task manager to track amount of memory in JavaScript heapjamesr@chromium.org2009-11-111-1/+12
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-3/+8
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-3/+0
* Make the memory resource functions return bools so that we know when the info...vandebo@chromium.org2009-10-271-15/+13
* Correctly handle extension reloading in the task manager.phajdan.jr@chromium.org2009-10-201-1/+9
* Tracks the amount of memory SQLite is using in the browser processjamesr@chromium.org2009-10-151-0/+4
* Refactors freaky TaskManager::Resource self-updatingjamesr@chromium.org2009-10-131-0/+7
* Add about:memory link to task manager.thakis@chromium.org2009-10-081-0/+2
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-3/+3
* Make it possible to sort the WebCore Cache size columns in the Task Manager. ...pkasting@chromium.org2009-09-301-4/+5
* These classes need to use thread safe reference counting.darin@chromium.org2009-09-291-2/+2
* Adds three new off-by-default columns to the task manager to track WebCore ca...jamesr@chromium.org2009-09-251-0/+15
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-7/+15
* Add more browser tests for Task Manager.phajdan.jr@chromium.org2009-07-151-3/+4
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-221-37/+12
* Destroy TaskManager's view when its window is closed.phajdan.jr@chromium.org2009-06-101-2/+3
* Latest attempt at enabling task manager tests and not having them leak or crash!ben@chromium.org2009-06-041-2/+2
* This is also required.ben@chromium.org2009-06-041-2/+2
* Create OpenClose browser test for TaskManager with necessary refactoring.phajdan.jr@chromium.org2009-05-271-2/+5
* Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=1647...jam@chromium.org2009-05-211-7/+0
* Fix a crash on browser exit after opening TaskManager.phajdan.jr@chromium.org2009-05-201-0/+7
* Extract Windows-specific parts of TaskManager.phajdan.jr@chromium.org2009-05-141-2/+12
* De-couple TaskManager from TableView code.phajdan.jr@chromium.org2009-05-111-50/+74
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* Make task_manager.h a bit more independent from views.phajdan.jr@chromium.org2009-05-061-14/+1
* Make task_manager_resource_providers.cc compile on POSIX.phajdan.jr@chromium.org2009-04-301-3/+12
* Add virtual dtor for TaskManager::ResourceProvider.phajdan.jr@chromium.org2009-04-271-0/+2
* Add basic unit tests for TaskManager.phajdan.jr@chromium.org2009-04-271-0/+4
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-7/+7
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-1/+1
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-2/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-2/+0
* Test to see if we can reduce some crashes by deferring delegate destruction u...ben@chromium.org2009-03-061-0/+1
* Remove pointless function override (the base class does the exact same thing ...pkasting@chromium.org2009-01-291-1/+0
* ===================================================xji@chromium.org2009-01-231-1/+5
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-7/+7
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-6/+1
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-8/+8
* This CL makes the task manager columns sortable.jcampan@chromium.org2008-10-091-23/+60