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
*
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
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-6
/
+6
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
1
-1
/
+1
*
Implement new task manager mocks on windows.
atwilson@chromium.org
2010-11-15
1
-22
/
+36
*
Added support for displaying BackgroundContents in the task manager.
atwilson@chromium.org
2010-11-10
1
-0
/
+4
*
Expands the chrome.experimental.processes extension API.
creis@google.com
2010-10-19
1
-20
/
+54
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
1
-1
/
+1
*
This adds some plumbing for propagating the status and error code of a
gspencer@chromium.org
2010-10-19
1
-1
/
+1
*
Revert 62458 - Expands the chrome.experimental.processes extension API.
creis@google.com
2010-10-13
1
-34
/
+6
*
Expands the chrome.experimental.processes extension API.
creis@google.com
2010-10-13
1
-6
/
+34
*
Fixes bugs in usage of adding a new tab with a disposition of
sky@chromium.org
2010-10-13
1
-1
/
+2
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part3:
tfarina@chromium.org
2010-10-07
1
-6
/
+6
*
chromium-os:5166 Panel/popup cleanup for ChromeOS
stevenjb@google.com
2010-10-04
1
-1
/
+0
*
Move task manager code into a subdirectory.
evan@chromium.org
2010-09-23
1
-0
/
+981