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
*
Add "Instant:" prefix to Instant preview tabs in the Task manager.
sreeram@chromium.org
2011-12-02
2
-8
/
+58
*
Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...
jam@chromium.org
2011-12-02
3
-55
/
+48
*
Make TaskManager not use ChildProcessInfo. After this change, I will make Bro...
jam@chromium.org
2011-12-01
2
-65
/
+84
*
Define DevTools content API
yurys@chromium.org
2011-12-01
1
-2
/
+4
*
Move view_types.h to view_type.h, since that's the standard name for enums.
jam@chromium.org
2011-12-01
2
-2
/
+2
*
Move the ProcessType enum out to its own file. This is in preparation for get...
jam@chromium.org
2011-12-01
2
-32
/
+34
*
Remove various uses of TOUCH_UI that are no longer needed
rbyers@chromium.org
2011-11-29
1
-2
/
+0
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
2
-34
/
+34
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
2
-5
/
+5
*
base::Bind migrations in chrome/browser
csilv@chromium.org
2011-11-17
2
-16
/
+15
*
Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.
mpcomplete@chromium.org
2011-11-17
2
-2
/
+2
*
Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....
dpolukhin@chromium.org
2011-11-16
2
-2
/
+2
*
Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.
mpcomplete@chromium.org
2011-11-16
2
-2
/
+2
*
Switch BackgroundContents to use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-11
2
-21
/
+18
*
Make BalloonHost use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-10
1
-3
/
+6
*
WebUI TaskManager: Add "Activate page" feature.
yoshiki@chromium.org
2011-11-10
2
-0
/
+8
*
Revert 109394 - WebUI TaskManager: Add "Activate page" feature.
joaodasilva@chromium.org
2011-11-10
2
-8
/
+0
*
WebUI TaskManager: Add "Activate page" feature.
yoshiki@chromium.org
2011-11-10
2
-0
/
+8
*
Mark TaskManagerBrowserTest.ReloadExtension flaky on Linux (in addition to Win).
joi@chromium.org
2011-11-09
1
-2
/
+2
*
Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...
aa@chromium.org
2011-11-09
1
-8
/
+6
*
Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED.
yoz@chromium.org
2011-11-09
1
-21
/
+15
*
Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...
mpcomplete@chromium.org
2011-11-08
2
-2
/
+2
*
Have ExtensionHost use TabContents instead of RenderViewHost. This is part
mpcomplete@chromium.org
2011-11-08
2
-2
/
+2
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
2
-2
/
+1
*
Implement inspect action for workers in Task Manager
yurys@chromium.org
2011-11-02
1
-0
/
+21
*
Use scoped_refptr to manage TaskManagerResourceProvider lifetime
yurys@chromium.org
2011-11-02
2
-7
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
3
-0
/
+6
*
Provide detailed shared workers info in Task Manager. This patch introduces T...
yurys@chromium.org
2011-11-02
4
-9
/
+421
*
TaskManager: allows referencing task resources from the web ui.
pfeldman@chromium.org
2011-10-28
2
-2
/
+27
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
2
-4
/
+4
*
TaskManager: introduce Resource::(Can)Inspect; support tabs, apps, extensions...
pfeldman@chromium.org
2011-10-26
5
-0
/
+55
*
Disable end process button when Browser process is selected in Task Manager
yoshiki@chromium.org
2011-10-26
1
-13
/
+31
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
1
-1
/
+1
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
3
-44
/
+57
*
Count all abnormal child process exits in a ChildProcess.Disconnected histogram.
petkov@chromium.org
2011-10-19
1
-0
/
+1
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
5
-52
/
+54
*
Revert 105033 Revert 105015 - Eliminate WaitForNavigation.
gbillock@chromium.org
2011-10-19
1
-2
/
+4
*
Minor fixups to task manager.
mirandac@chromium.org
2011-10-18
1
-6
/
+4
*
Disable TaskManagerBrowserTest.ShutdownWhileOpen on Linux
sail@chromium.org
2011-10-18
1
-1
/
+1
*
Disable TaskManagerBrowserTest.ShutdownWhileOpen on Mac.
nkostylev@chromium.org
2011-10-18
1
-1
/
+1
*
WebUI TaskManager: Turn it on-by-default on Win/Mac/Linux
yoshiki@chromium.org
2011-10-18
1
-0
/
+10
*
Fixed crashes in webui taskmanager and tests on Win.
yoshiki@chromium.org
2011-10-18
2
-54
/
+15
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
2
-8
/
+8
*
Since profiles are deleted asynchronously we can have browser windows around ...
sail@chromium.org
2011-10-13
1
-4
/
+10
*
Move view_types to content\public\common. Also update the enum values to matc...
jam@chromium.org
2011-10-12
2
-2
/
+2
*
Revert "Eliminate WaitForNavigation."
ajwong@chromium.org
2011-10-12
1
-4
/
+2
*
Eliminate WaitForNavigation.
gbillock@chromium.org
2011-10-12
1
-2
/
+4
*
Task manager: Properly observe background contents from incognito profiles.
yoz@chromium.org
2011-10-10
1
-4
/
+11
*
Move kExtensionScheme from content to chrome
jochen@chromium.org
2011-10-07
1
-1
/
+1
*
Split ViewType between chrome and content
jochen@chromium.org
2011-10-06
2
-2
/
+6
[next]