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
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide BrowsingInstance from all but SiteInstance, as intended by design.
joi@chromium.org
2012-01-18
1
-1
/
+0
*
Get rid of unnecessary accessors in BrowserProcessHost that were transitional...
jam@chromium.org
2012-01-13
1
-4
/
+4
*
Cleanup extension permissions module.
jstritar@chromium.org
2012-01-06
1
-1
/
+2
*
Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...
jam@chromium.org
2012-01-06
1
-21
/
+21
*
Mark DevToolsSanityTest.TestShowScriptsTab flaky on Windows.
asvitkine@chromium.org
2012-01-05
1
-2
/
+8
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
3
-4
/
+4
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
2
-6
/
+8
*
Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.
jam@chromium.org
2012-01-04
1
-4
/
+6
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-2
/
+2
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
2
-9
/
+9
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
2
-2
/
+4
*
Create an API around WorkerService that chrome consumes. Rename the existing ...
jam@chromium.org
2011-12-29
1
-2
/
+4
*
DevTools: make dock side type a part of the devtools location url.
pfeldman@chromium.org
2011-12-29
1
-2
/
+7
*
TBR=jam
pfeldman@chromium.org
2011-12-29
2
-0
/
+24
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
2
-6
/
+6
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-1
/
+2
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-2
/
+3
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
2
-3
/
+6
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-2
/
+2
*
Added command line flag for enabling DevTools experiments.
vsevik@chromium.org
2011-12-27
1
-2
/
+8
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
1
-1
/
+1
*
Adjusted tests to changes to chrome.(experimental.)?devtools namespaces in WK.
caseq@google.com
2011-12-26
1
-2
/
+17
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
2
-8
/
+8
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
2
-8
/
+8
*
Temporarily disable DevToolsExtensionTest.TestDevToolsExtensionAPI
caseq@google.com
2011-12-21
1
-1
/
+1
*
Take chrome.devtools out of experimental.
caseq@google.com
2011-12-21
2
-11
/
+9
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
jam@chromium.org
2011-12-21
1
-3
/
+3
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
2
-8
/
+8
*
[Coverity] Change PASS_BY_VALUE of large-ish value to pass by ref in
dbeam@chromium.org
2011-12-21
1
-1
/
+1
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
2
-5
/
+5
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
2
-12
/
+12
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
1
-4
/
+4
*
Added a smoke test for DevTools extension API (detailed API tests are in WebKit)
caseq@google.com
2011-12-19
1
-6
/
+19
*
Revert "Added a smoke test for DevTools extension API (detailed API tests are...
caseq@google.com
2011-12-19
1
-20
/
+7
*
Added a smoke test for DevTools extension API (detailed API tests are in WebKit)
caseq@google.com
2011-12-19
1
-7
/
+20
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
2
-23
/
+33
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-3
/
+3
*
Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
1
-2
/
+2
*
Flaky on Mac: DevToolsSanityTest.TestReattachAfterCrash.
joi@chromium.org
2011-12-06
1
-1
/
+1
*
Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
1
-2
/
+2
*
Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-05
1
-2
/
+2
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
1
-1
/
+1
*
Revert 112688 - DevTools: remove devtools interactive tests suppressions.
shess@chromium.org
2011-12-02
1
-2
/
+6
*
Remove deprecated TabContentsDelegate::OpenURLFromTab variant
jochen@chromium.org
2011-12-02
2
-19
/
+0
*
DevTools: remove devtools interactive tests suppressions.
pfeldman@chromium.org
2011-12-02
1
-6
/
+2
*
Add content API for DevTools HTTP handler
yurys@chromium.org
2011-12-02
4
-16
/
+24
*
Suppression of DevToolsSanityTest TestPauseWhenLoadingDevTools PauseInSharedW...
scheib@chromium.org
2011-12-02
1
-2
/
+8
*
Define DevTools content API
yurys@chromium.org
2011-12-01
3
-55
/
+62
*
Move DevTools front-end IPC message handling to content
yurys@chromium.org
2011-12-01
2
-68
/
+53
*
Move the ProcessType enum out to its own file. This is in preparation for get...
jam@chromium.org
2011-12-01
1
-3
/
+2
[next]