index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
task_manager
/
task_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-2
/
+2
*
Move view_types to content\public\common. Also update the enum values to matc...
jam@chromium.org
2011-10-12
1
-1
/
+1
*
Split ViewType between chrome and content
jochen@chromium.org
2011-10-06
1
-1
/
+4
*
Add Profile data to the Task Manager on OS Mac.
mirandac@google.com
2011-09-02
1
-0
/
+10
*
WebUI TaskManager: Add columns to display.
yoshiki@chromium.org
2011-07-21
1
-0
/
+28
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-1
/
+1
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-1
/
+1
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-1
/
+1
*
Nix kAboutSyncInternalsURL.
msw@chromium.org
2011-07-12
1
-4
/
+4
*
WebUI TaskManager: bundle same-process tasks with one row
yoshiki@chromium.org
2011-07-11
1
-0
/
+45
*
Remove TabContentsView methods that just call to the delegate, and have them ...
jam@chromium.org
2011-07-11
1
-2
/
+4
*
Move app/resources/* to ui/resources/ directory.
tfarina@chromium.org
2011-06-29
1
-2
/
+2
*
Move MachBroker to content.
jam@chromium.org
2011-06-23
1
-1
/
+1
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
1
-12
/
+12
*
Moved files related to background mode to browser/background.
atwilson@chromium.org
2011-06-17
1
-2
/
+2
*
Task Manager on Mac OS X may fire without an open browser window. If a user c...
mirandac@chromium.org
2011-06-14
1
-1
/
+1
*
Adds a GYP flag for desktop notifications (enabled by default) and stub out r...
satish@chromium.org
2011-06-06
1
-2
/
+5
*
Add FPS column to Task Manager.
jbates@chromium.org
2011-05-26
1
-0
/
+24
*
Get rid of url_request_tracking.*. The only other place that used it other t...
jam@chromium.org
2011-05-23
1
-2
/
+6
*
Kill URLRequestJobTracker.
willchan@chromium.org
2011-05-22
1
-49
/
+6
*
iwyu: Include stringprintf.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-11
1
-2
/
+2
*
Porting the Task Manager to the TabContents-based prerender code.
dominich@chromium.org
2011-05-06
1
-1
/
+0
*
Browser::Type cleanup.
jianli@chromium.org
2011-05-05
1
-3
/
+1
*
Removed BackgroundPageTracker - less code = more happiness
atwilson@chromium.org
2011-05-04
1
-0
/
+53
*
This CL implements alternative asynchronous methods for profile and preferenc...
altimofeev@chromium.org
2011-04-19
1
-5
/
+6
*
Decouples the declaration of grit resource ids from logic.
carlosvaldivia@google.com
2011-04-14
1
-98
/
+79
*
Revert 81394 (broke sync_integration_tests and clang) - This CL implements al...
altimofeev@chromium.org
2011-04-13
1
-6
/
+5
*
This CL implements alternative asynchronous methods for profile and preferenc...
altimofeev@chromium.org
2011-04-13
1
-5
/
+6
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
1
-1
/
+1
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-1
/
+1
*
TaskManager code cleanup.
cbentzel@chromium.org
2011-03-30
1
-47
/
+14
*
Adding prerender to task manager
dominich@google.com
2011-03-30
1
-0
/
+4
*
Pipe TabContentsWrapper through the task manager
avi@chromium.org
2011-03-29
1
-3
/
+5
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-4
/
+4
*
Fix Task Manager to correctly display network usage of plug-in processes.
ajwong@chromium.org
2011-02-05
1
-7
/
+9
*
This reverts commit r73836.
ajwong@chromium.org
2011-02-05
1
-9
/
+7
*
Fix Task Manager to correctly display network usage of plug-in processes.
ajwong@chromium.org
2011-02-05
1
-7
/
+9
*
Remove wstring from the task manager.
avi@chromium.org
2011-02-03
1
-4
/
+4
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Attribute orphaned or anonymous network usage to the Browser resources.
thakis@chromium.org
2011-01-21
1
-13
/
+17
*
Revert 72095 - Attribute orphaned or anonymous network usage to the Browser r...
thakis@chromium.org
2011-01-21
1
-16
/
+13
*
Attribute orphaned or anonymous network usage to the Browser resources.
thakis@chromium.org
2011-01-21
1
-13
/
+16
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Fix DCHECK caused by Task Manager assuming all requests have a render view.
thakis@chromium.org
2011-01-19
1
-1
/
+7
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-2
/
+2
*
Coverity: Fix unchecked return values.
kmadhusu@chromium.org
2011-01-12
1
-2
/
+5
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
net: Add namespace net to more files. Part 2.
tfarina@chromium.org
2010-12-20
1
-2
/
+2
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-1
/
+2
[next]