summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/task_manager_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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