summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger
Commit message (Expand)AuthorAgeFilesLines
* DevTools: look up client hosts for the given tab contents while navigating.pfeldman@chromium.org2012-01-203-17/+25
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-202-10/+10
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-202-10/+10
* Hide BrowsingInstance from all but SiteInstance, as intended by design.joi@chromium.org2012-01-181-2/+1
* Sort tabs by the last selected time on thr remote debugging landing page.mnaganov@chromium.org2012-01-171-1/+8
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-6/+7
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-046-13/+15
* Create an API around WorkerService that chrome consumes. Rename the existing ...jam@chromium.org2011-12-293-5/+4
* TBR=jampfeldman@chromium.org2011-12-292-0/+7
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...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 FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-1/+2
* Added command line flag for enabling DevTools experiments.vsevik@chromium.org2011-12-271-5/+7
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-2/+2
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-5/+5
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-2/+2
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-3/+3
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Fix self-destruction of DevToolsHttpHandlerImpl on Stop.mnaganov@chromium.org2011-12-212-7/+8
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-4/+4
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-203-6/+6
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-3/+3
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-161-3/+3
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-101-2/+2
* Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...jam@chromium.org2011-12-051-5/+2
* Revert 113006 - Make TestTabContents::TestDidNavigate not take a ViewHostMsg_...avi@chromium.org2011-12-051-2/+5
* Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...jam@chromium.org2011-12-051-5/+2
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-3/+3
* Update includes to new header locationsabarth@chromium.org2011-12-031-2/+2
* Add content API for DevTools HTTP handleryurys@chromium.org2011-12-022-93/+70
* Define DevTools content APIyurys@chromium.org2011-12-0119-433/+463
* Move DevTools front-end IPC message handling to contentyurys@chromium.org2011-12-012-0/+129
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-1/+2
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Revert 111936 - Use callback_forward.h instead of callback.h where possible.jstritar@chromium.org2011-11-291-1/+1
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Delete DevToolsAgent::frontendLoaded related plumbingyurys@chromium.org2011-11-261-3/+0
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-252-4/+5
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-242-7/+11
* DevTools: remove obsolete methods from DevToolsClientHostyurys@chromium.org2011-11-222-40/+1
* Revert "DevTools: remove obsolete methods from DevToolsClientHost"yurys@chromium.org2011-11-222-1/+40
* DevTools: remove obsolete methods from DevToolsClientHostyurys@chromium.org2011-11-222-40/+1
* Make DevToolsManager a singleton, remove it from ContentBrowserClient.yurys@chromium.org2011-11-223-9/+5
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-6/+5
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+4
* Add OVERRIDE to content/.avi@chromium.org2011-11-174-14/+17
* Fix DevToolsManagerTest.ReattachOnCancelPendingNavigation assert failure in d...yurys@chromium.org2011-11-161-1/+1
* DevTools: reattach to previous RVH when pending navigation is being canceled.yurys@chromium.org2011-11-163-0/+51