summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger
Commit message (Expand)AuthorAgeFilesLines
* Hide BrowsingInstance from all but SiteInstance, as intended by design.joi@chromium.org2012-01-181-1/+0
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-4/+4
* Cleanup extension permissions module.jstritar@chromium.org2012-01-061-1/+2
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-21/+21
* Mark DevToolsSanityTest.TestShowScriptsTab flaky on Windows.asvitkine@chromium.org2012-01-051-2/+8
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-043-4/+4
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-042-6/+8
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-4/+6
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-032-9/+9
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-032-2/+4
* Create an API around WorkerService that chrome consumes. Rename the existing ...jam@chromium.org2011-12-291-2/+4
* DevTools: make dock side type a part of the devtools location url.pfeldman@chromium.org2011-12-291-2/+7
* TBR=jampfeldman@chromium.org2011-12-292-0/+24
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-282-6/+6
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+3
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-282-3/+6
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-2/+2
* Added command line flag for enabling DevTools experiments.vsevik@chromium.org2011-12-271-2/+8
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+1
* Adjusted tests to changes to chrome.(experimental.)?devtools namespaces in WK.caseq@google.com2011-12-261-2/+17
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-212-8/+8
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-212-8/+8
* Temporarily disable DevToolsExtensionTest.TestDevToolsExtensionAPIcaseq@google.com2011-12-211-1/+1
* Take chrome.devtools out of experimental.caseq@google.com2011-12-212-11/+9
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-3/+3
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-212-8/+8
* [Coverity] Change PASS_BY_VALUE of large-ish value to pass by ref indbeam@chromium.org2011-12-211-1/+1
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-202-5/+5
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-202-12/+12
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-4/+4
* Added a smoke test for DevTools extension API (detailed API tests are in WebKit)caseq@google.com2011-12-191-6/+19
* Revert "Added a smoke test for DevTools extension API (detailed API tests are...caseq@google.com2011-12-191-20/+7
* Added a smoke test for DevTools extension API (detailed API tests are in WebKit)caseq@google.com2011-12-191-7/+20
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-122-23/+33
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-3/+3
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Flaky on Mac: DevToolsSanityTest.TestReattachAfterCrash.joi@chromium.org2011-12-061-1/+1
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-2/+2
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1
* Revert 112688 - DevTools: remove devtools interactive tests suppressions.shess@chromium.org2011-12-021-2/+6
* Remove deprecated TabContentsDelegate::OpenURLFromTab variantjochen@chromium.org2011-12-022-19/+0
* DevTools: remove devtools interactive tests suppressions.pfeldman@chromium.org2011-12-021-6/+2
* Add content API for DevTools HTTP handleryurys@chromium.org2011-12-024-16/+24
* Suppression of DevToolsSanityTest TestPauseWhenLoadingDevTools PauseInSharedW...scheib@chromium.org2011-12-021-2/+8
* Define DevTools content APIyurys@chromium.org2011-12-013-55/+62
* Move DevTools front-end IPC message handling to contentyurys@chromium.org2011-12-012-68/+53
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-3/+2