| Commit message (Expand) | Author | Age | Files | Lines |
* | Move browser/views to browser/ui/views | ben@chromium.org | 2010-11-09 | 1 | -691/+0 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | Move task manager code into a subdirectory. | evan@chromium.org | 2010-09-23 | 1 | -1/+1 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -4/+4 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -4/+4 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -4/+4 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -4/+4 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -4/+4 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Convert Task Manager to string16 from wstring, part 1. | viettrungluu@chromium.org | 2010-08-14 | 1 | -13/+13 |
* | Remove wchar_t* methods from prefs. | viettrungluu@chromium.org | 2010-08-12 | 1 | -4/+5 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Set the initial focus when the task manager first activates and shows. Also,... | dtseng@chromium.org | 2010-07-28 | 1 | -0/+5 |
* | some more fixes for ignored scoped_ptr::release() calls | estade@chromium.org | 2010-05-06 | 1 | -5/+0 |
* | Task Manager sorting: | estade@chromium.org | 2010-04-21 | 1 | -1/+2 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 1 | -5/+5 |
* | gtk: Add the experimental purge memory button. Also add a GRD entry for the b... | thestig@chromium.org | 2010-02-26 | 1 | -3/+4 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Hook up the memory purger to all the relevant locations. | pkasting@chromium.org | 2009-11-18 | 1 | -10/+1 |
* | Adds a 'V8' column to task manager to track amount of memory in JavaScript heap | jamesr@chromium.org | 2009-11-11 | 1 | -0/+11 |
* | The TableViewObserver::OnKeyDown method signature was changed recently and | jcampan@chromium.org | 2009-10-23 | 1 | -3/+3 |
* | Tracks the amount of memory SQLite is using in the browser process | jamesr@chromium.org | 2009-10-15 | 1 | -0/+10 |
* | Add about:memory link to task manager. | thakis@chromium.org | 2009-10-08 | 1 | -15/+1 |
* | Task Manager: show right click context menu no matter where you click on the ... | estade@chromium.org | 2009-10-05 | 1 | -0/+1 |
* | Add framework of MemoryPurger, a class to dump memory from everywhere possibl... | pkasting@chromium.org | 2009-10-01 | 1 | -5/+36 |
* | Make it possible to sort the WebCore Cache size columns in the Task Manager. ... | pkasting@chromium.org | 2009-09-30 | 1 | -0/+6 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 1 | -2/+3 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 1 | -3/+2 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 1 | -2/+3 |
* | Adds three new off-by-default columns to the task manager to track WebCore ca... | jamesr@chromium.org | 2009-09-25 | 1 | -0/+24 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 1 | -1/+2 |
* | Gtk: Allow all columns in task manager to be sortable. | mhm@chromium.org | 2009-09-11 | 1 | -13/+3 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -2/+3 |
* | Add more browser tests for Task Manager. | phajdan.jr@chromium.org | 2009-07-15 | 1 | -3/+6 |
* | Fixing the tab order in the task manager. | jcampan@chromium.org | 2009-06-25 | 1 | -1/+1 |
* | Now that the tab_table_ of the TaskManager is parent owned, it should not be ... | jcampan@chromium.org | 2009-06-24 | 1 | -4/+0 |
* | Reorganize the way the task manager is constructed. | ben@chromium.org | 2009-06-22 | 1 | -0/+634 |