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 RenderViewHostDelegate to content/public and content namespace.
joi@chromium.org
2012-01-18
1
-2
/
+2
*
Roll deps for filesystem URL changes, take 3.
ericu@google.com
2012-01-18
1
-6
/
+2
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-12
/
+7
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
1
-7
/
+12
*
Get rid of unnecessary accessors in BrowserProcessHost that were transitional...
jam@chromium.org
2012-01-13
2
-6
/
+3
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-11
1
-1
/
+0
*
Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...
jam@chromium.org
2012-01-10
1
-0
/
+1
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-10
1
-1
/
+0
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
3
-25
/
+22
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-4
/
+5
*
Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...
jam@chromium.org
2012-01-02
1
-4
/
+4
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-3
/
+3
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
1
-1
/
+4
*
Create an API around WorkerService that chrome consumes. Rename the existing ...
jam@chromium.org
2011-12-29
2
-5
/
+5
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-4
/
+7
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-0
/
+1
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
1
-2
/
+2
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-4
/
+9
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
1
-1
/
+1
*
Make sure that ChildProcessData.type always gets initialized
tbreisacher@chromium.org
2011-12-21
1
-2
/
+1
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
2
-6
/
+6
*
WebUI Task manager: prevent to kill the wrong process or none
yoshiki@chromium.org
2011-12-14
2
-0
/
+12
*
Move/replace/rename URL-based extension getters from ExtensionService to/in E...
yoz@chromium.org
2011-12-13
1
-2
/
+2
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
1
-1
/
+1
*
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
[next]