| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert Task Manager to string16 from wstring, part 1. | viettrungluu@chromium.org | 2010-08-14 | 1 | -14/+15 |
* | Revert 55449 - Fix some problems with TaskManagerBrowserTest.PopulateWebCache... | viettrungluu@chromium.org | 2010-08-10 | 1 | -1/+1 |
* | Fix some problems with TaskManagerBrowserTest.PopulateWebCacheFields: | phajdan.jr@chromium.org | 2010-08-09 | 1 | -1/+1 |
* | Mac: Fix kill button and selection in task manager | thakis@chromium.org | 2010-08-07 | 1 | -0/+2 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | Delete obviously unneeded forward declarations in chrome/browser/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -4/+1 |
* | Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta... | cbentzel@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Mac: Add sort support for task manager. | thakis@chromium.org | 2010-07-29 | 1 | -0/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Revert "Add the actual data being read to the OnBytesRead callback." | phajdan.jr@chromium.org | 2010-07-22 | 1 | -2/+2 |
* | Add the actual data being read to the OnBytesRead callback. | cbentzel@chromium.org | 2010-07-21 | 1 | -2/+2 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -5/+5 |
* | Speed up the Task Manager on linux. | erg@chromium.org | 2010-05-11 | 1 | -2/+17 |
* | Task Manager sorting: | estade@chromium.org | 2010-04-21 | 1 | -4/+9 |
* | Be more frugal with goats in these challenging economic times. | thakis@chromium.org | 2010-01-13 | 1 | -3/+0 |
* | Mac: UI tweaks for task manager. | thakis@chromium.org | 2010-01-13 | 1 | -5/+5 |
* | Revert 34146 - A place to store the pid>mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -9/+0 |
* | A place to store the pid->mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -0/+9 |
* | Some code cleanups. | thakis@chromium.org | 2009-12-07 | 1 | -3/+3 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Adds a 'V8' column to task manager to track amount of memory in JavaScript heap | jamesr@chromium.org | 2009-11-11 | 1 | -1/+12 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -3/+8 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 1 | -3/+0 |
* | Make the memory resource functions return bools so that we know when the info... | vandebo@chromium.org | 2009-10-27 | 1 | -15/+13 |
* | Correctly handle extension reloading in the task manager. | phajdan.jr@chromium.org | 2009-10-20 | 1 | -1/+9 |
* | Tracks the amount of memory SQLite is using in the browser process | jamesr@chromium.org | 2009-10-15 | 1 | -0/+4 |
* | Refactors freaky TaskManager::Resource self-updating | jamesr@chromium.org | 2009-10-13 | 1 | -0/+7 |
* | Add about:memory link to task manager. | thakis@chromium.org | 2009-10-08 | 1 | -0/+2 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -3/+3 |
* | Make it possible to sort the WebCore Cache size columns in the Task Manager. ... | pkasting@chromium.org | 2009-09-30 | 1 | -4/+5 |
* | These classes need to use thread safe reference counting. | darin@chromium.org | 2009-09-29 | 1 | -2/+2 |
* | Adds three new off-by-default columns to the task manager to track WebCore ca... | jamesr@chromium.org | 2009-09-25 | 1 | -0/+15 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -7/+15 |
* | Add more browser tests for Task Manager. | phajdan.jr@chromium.org | 2009-07-15 | 1 | -3/+4 |
* | Reorganize the way the task manager is constructed. | ben@chromium.org | 2009-06-22 | 1 | -37/+12 |
* | Destroy TaskManager's view when its window is closed. | phajdan.jr@chromium.org | 2009-06-10 | 1 | -2/+3 |
* | Latest attempt at enabling task manager tests and not having them leak or crash! | ben@chromium.org | 2009-06-04 | 1 | -2/+2 |
* | This is also required. | ben@chromium.org | 2009-06-04 | 1 | -2/+2 |
* | Create OpenClose browser test for TaskManager with necessary refactoring. | phajdan.jr@chromium.org | 2009-05-27 | 1 | -2/+5 |
* | Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=1647... | jam@chromium.org | 2009-05-21 | 1 | -7/+0 |
* | Fix a crash on browser exit after opening TaskManager. | phajdan.jr@chromium.org | 2009-05-20 | 1 | -0/+7 |
* | Extract Windows-specific parts of TaskManager. | phajdan.jr@chromium.org | 2009-05-14 | 1 | -2/+12 |
* | De-couple TaskManager from TableView code. | phajdan.jr@chromium.org | 2009-05-11 | 1 | -50/+74 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Make task_manager.h a bit more independent from views. | phajdan.jr@chromium.org | 2009-05-06 | 1 | -14/+1 |
* | Make task_manager_resource_providers.cc compile on POSIX. | phajdan.jr@chromium.org | 2009-04-30 | 1 | -3/+12 |