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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
4
-4
/
+4
*
Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...
pkasting@chromium.org
2011-01-21
1
-6
/
+5
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+0
*
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
2
-2
/
+2
*
Fix DCHECK caused by Task Manager assuming all requests have a render view.
thakis@chromium.org
2011-01-19
1
-1
/
+7
*
Blow away BackgroundContents when RenderView goes away.
atwilson@chromium.org
2011-01-18
1
-0
/
+63
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
2
-2
/
+2
*
Revert 71458 - Blow away BackgroundContents when RenderView goes away.
atwilson@chromium.org
2011-01-15
1
-87
/
+5
*
Blow away BackgroundContents when RenderView goes away.
atwilson@chromium.org
2011-01-14
1
-5
/
+87
*
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
*
Re-disable TaskManagerBrowserTest.ReloadExtension for now.
asargent@chromium.org
2011-01-07
1
-3
/
+2
*
Revert 70722 - Disable crashy TaskManagerBrowserTest.ReloadExtension
phajdan.jr@chromium.org
2011-01-07
1
-2
/
+1
*
Disable crashy TaskManagerBrowserTest.ReloadExtension
phajdan.jr@chromium.org
2011-01-07
1
-1
/
+2
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-2
/
+2
*
Re-enable a crashy test with some added logging.
asargent@chromium.org
2011-01-04
1
-2
/
+12
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
2
-18
/
+20
*
Revert 70271 - Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
2
-20
/
+18
*
Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
2
-18
/
+20
*
net: Add namespace net to more files. Part 2.
tfarina@chromium.org
2010-12-20
2
-3
/
+3
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
2
-14
/
+71
*
Disable crashy TaskManagerBrowserTest.KillExtensionAndReload
phajdan.jr@chromium.org
2010-12-15
1
-1
/
+3
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
2
-10
/
+10
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-1
/
+2
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
1
-1
/
+1
*
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
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
3
-48
/
+54
*
Fix crash and flakiness in TaskManagerBrowserTest.NoticeExtensionChanges.
creis@google.com
2010-12-07
1
-14
/
+10
*
Show extension tabs in task manager and correctly label apps.
creis@google.com
2010-12-05
3
-15
/
+125
*
Move:
ben@chromium.org
2010-12-02
3
-3
/
+3
*
net: Add namespace net to URLRequest and URLRequestJob classes.
tfarina@chromium.org
2010-11-28
1
-5
/
+7
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
2
-4
/
+3
*
Reenables some tests that were disabled because of property leaks that
sky@chromium.org
2010-11-22
1
-16
/
+0
*
When an extension is uninstalled, close all desktop notifications from that e...
johnnyg@chromium.org
2010-11-19
1
-2
/
+3
*
Revert 66571 - When an extension is uninstalled, close all desktop notificati...
johnnyg@chromium.org
2010-11-18
1
-3
/
+2
*
When an extension is uninstalled, close all desktop notifications from that e...
johnnyg@chromium.org
2010-11-18
1
-2
/
+3
*
Cleanup: Include browser.h -> ui/browser.h [Part 4].
jhawkins@chromium.org
2010-11-17
1
-2
/
+2
*
Implement new task manager mocks on windows.
atwilson@chromium.org
2010-11-15
4
-28
/
+78
*
Revert 65879 - When an extension is uninstalled, close all desktop notificati...
johnnyg@chromium.org
2010-11-12
1
-3
/
+2
*
Cleanup: Remove chrome/browser/browser_navigator.* and references.
jhawkins@chromium.org
2010-11-12
1
-1
/
+1
*
When an extension is uninstalled, close all desktop notifications from that e...
johnnyg@chromium.org
2010-11-12
1
-2
/
+3
*
Added support for displaying BackgroundContents in the task manager.
atwilson@chromium.org
2010-11-10
4
-59
/
+438
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-08
2
-8
/
+8
*
Unmark TaskManagerBrowserTest.NoticeNotificationChanges and ExtensionAPiTest....
mattm@chromium.org
2010-11-06
1
-4
/
+0
[next]