summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager/task_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-1/+1
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-1/+4
* Add Profile data to the Task Manager on OS Mac.mirandac@google.com2011-09-021-0/+10
* WebUI TaskManager: Add columns to display.yoshiki@chromium.org2011-07-211-0/+28
* Take two at splitting result codes between content and chrome.dpranke@chromium.org2011-07-191-1/+1
* Revert r92730, r92731, r92732 ... will land again once I ensure the win build...dpranke@chromium.org2011-07-151-1/+1
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-151-1/+1
* Nix kAboutSyncInternalsURL.msw@chromium.org2011-07-121-4/+4
* WebUI TaskManager: bundle same-process tasks with one rowyoshiki@chromium.org2011-07-111-0/+45
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-2/+4
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-291-2/+2
* Move MachBroker to content.jam@chromium.org2011-06-231-1/+1
* Localize strings, speeds.avi@chromium.org2011-06-221-12/+12
* Moved files related to background mode to browser/background.atwilson@chromium.org2011-06-171-2/+2
* Task Manager on Mac OS X may fire without an open browser window. If a user c...mirandac@chromium.org2011-06-141-1/+1
* Adds a GYP flag for desktop notifications (enabled by default) and stub out r...satish@chromium.org2011-06-061-2/+5
* Add FPS column to Task Manager.jbates@chromium.org2011-05-261-0/+24
* Get rid of url_request_tracking.*. The only other place that used it other t...jam@chromium.org2011-05-231-2/+6
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-49/+6
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-2/+2
* Porting the Task Manager to the TabContents-based prerender code.dominich@chromium.org2011-05-061-1/+0
* Browser::Type cleanup.jianli@chromium.org2011-05-051-3/+1
* Removed BackgroundPageTracker - less code = more happinessatwilson@chromium.org2011-05-041-0/+53
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-191-5/+6
* Decouples the declaration of grit resource ids from logic.carlosvaldivia@google.com2011-04-141-98/+79
* Revert 81394 (broke sync_integration_tests and clang) - This CL implements al...altimofeev@chromium.org2011-04-131-6/+5
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-131-5/+6
* Cleanup: Update a bunch of files to the new location of browser_window.h. Par...tfarina@chromium.org2011-04-091-1/+1
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* TaskManager code cleanup.cbentzel@chromium.org2011-03-301-47/+14
* Adding prerender to task managerdominich@google.com2011-03-301-0/+4
* Pipe TabContentsWrapper through the task manageravi@chromium.org2011-03-291-3/+5
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-4/+4
* Fix Task Manager to correctly display network usage of plug-in processes.ajwong@chromium.org2011-02-051-7/+9
* This reverts commit r73836.ajwong@chromium.org2011-02-051-9/+7
* Fix Task Manager to correctly display network usage of plug-in processes.ajwong@chromium.org2011-02-051-7/+9
* Remove wstring from the task manager.avi@chromium.org2011-02-031-4/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Attribute orphaned or anonymous network usage to the Browser resources.thakis@chromium.org2011-01-211-13/+17
* Revert 72095 - Attribute orphaned or anonymous network usage to the Browser r...thakis@chromium.org2011-01-211-16/+13
* Attribute orphaned or anonymous network usage to the Browser resources.thakis@chromium.org2011-01-211-13/+16
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Fix DCHECK caused by Task Manager assuming all requests have a render view.thakis@chromium.org2011-01-191-1/+7
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-01-121-2/+5
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* net: Add namespace net to more files. Part 2.tfarina@chromium.org2010-12-201-2/+2
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-1/+2