summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/task_manager_view.cc
Commit message (Expand)AuthorAgeFilesLines
* some more fixes for ignored scoped_ptr::release() callsestade@chromium.org2010-05-061-5/+0
* Task Manager sorting:estade@chromium.org2010-04-211-1/+2
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-5/+5
* gtk: Add the experimental purge memory button. Also add a GRD entry for the b...thestig@chromium.org2010-02-261-3/+4
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Hook up the memory purger to all the relevant locations.pkasting@chromium.org2009-11-181-10/+1
* Adds a 'V8' column to task manager to track amount of memory in JavaScript heapjamesr@chromium.org2009-11-111-0/+11
* The TableViewObserver::OnKeyDown method signature was changed recently andjcampan@chromium.org2009-10-231-3/+3
* Tracks the amount of memory SQLite is using in the browser processjamesr@chromium.org2009-10-151-0/+10
* Add about:memory link to task manager.thakis@chromium.org2009-10-081-15/+1
* Task Manager: show right click context menu no matter where you click on the ...estade@chromium.org2009-10-051-0/+1
* Add framework of MemoryPurger, a class to dump memory from everywhere possibl...pkasting@chromium.org2009-10-011-5/+36
* Make it possible to sort the WebCore Cache size columns in the Task Manager. ...pkasting@chromium.org2009-09-301-0/+6
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-2/+3
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-3/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-2/+3
* Adds three new off-by-default columns to the task manager to track WebCore ca...jamesr@chromium.org2009-09-251-0/+24
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-1/+2
* Gtk: Allow all columns in task manager to be sortable.mhm@chromium.org2009-09-111-13/+3
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-2/+3
* Add more browser tests for Task Manager.phajdan.jr@chromium.org2009-07-151-3/+6
* Fixing the tab order in the task manager.jcampan@chromium.org2009-06-251-1/+1
* Now that the tab_table_ of the TaskManager is parent owned, it should not be ...jcampan@chromium.org2009-06-241-4/+0
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-221-0/+634