summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger
Commit message (Expand)AuthorAgeFilesLines
* DevTools: run the devtools remote debugging server on a separate thread.pfeldman@chromium.org2012-09-282-19/+47
* DevTools [remote debugging]: serve devtools front-end files from the bundle, ...pfeldman@chromium.org2012-09-272-157/+24
* DevTools: request page thumbnails from the devtools handler delegate, do not ...pfeldman@chromium.org2012-09-272-3/+30
* Destroy WorkerDevToolsAgentHost when corresponding worker terminatesyurys@chromium.org2012-09-261-0/+1
* Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si...jam@chromium.org2012-09-251-26/+1
* Remove storage context accessors from ResourceContext.ajwong@chromium.org2012-09-111-0/+1
* Add SPDY request headers to DevTools.mmenke@chromium.org2012-09-071-0/+21
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-011-6/+3
* DevTools: Fix a leak.jhawkins@chromium.org2012-08-311-3/+3
* Fix a bug where the inspector would not keep event pages alive.mpcomplete@chromium.org2012-08-226-17/+20
* DevTools: support JSONP mode in /json remote debugging discovery.pfeldman@chromium.org2012-08-101-1/+10
* Add a menu item to content_shell to open devtools to make it more discoverable.jam@chromium.org2012-08-092-15/+37
* Remove #pragma once from contentajwong@chromium.org2012-07-118-9/+1
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-1/+1
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-3/+6
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-202-0/+2
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-102-89/+82
* Revert 139933 - Clean up RenderViewHostManager swapping logic.creis@chromium.org2012-06-061-2/+1
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-051-4/+5
* Move mock notification observer header from content\test to content\public\te...jam@chromium.org2012-06-031-4/+0
* Clean up RenderViewHostManager swapping logic.creis@chromium.org2012-06-011-1/+2
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+3
* Decouple DevTools from socket implementation.pliard@chromium.org2012-05-232-14/+10
* Allow for building content_shell from within WebKitjochen@chromium.org2012-05-221-1/+10
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-3/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+3
* Cleanup: Remove unneeded scoped_ptr.h includes from content.thestig@chromium.org2012-05-171-2/+1
* Chrome Crashes after clicking try these suggestions link in Developer Tools.loislo@chromium.org2012-05-121-0/+1
* DevTools: AppendFile implementation.loislo@chromium.org2012-05-022-7/+11
* Allow customization of remote debugger URL targets. Add a new DevToolsHttpHan...marshall@chromium.org2012-04-252-40/+58
* TabContents -> WebContentsImpl, part 8.avi@chromium.org2012-04-137-35/+34
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-114-4/+4
* TabContents -> WebContentsImpl, part 4.avi@chromium.org2012-04-111-1/+1
* TabContents -> WebContentsImpl, part 1.avi@chromium.org2012-04-103-8/+5
* DevTools: make Save As dialog optional for the paths that have already been s...pfeldman@chromium.org2012-04-042-8/+10
* DevTools: migrate to the generic ?ws= target schema in the remote debugging.pfeldman@chromium.org2012-04-041-1/+1
* Pick up and adjust to version of grit where default is no resource_ids file.joi@chromium.org2012-04-021-0/+1
* Revert 129818 - Pick up and adjust to version of grit where default is no res...joi@chromium.org2012-03-301-1/+0
* Pick up and adjust to version of grit where default is no resource_ids file.joi@chromium.org2012-03-301-0/+1
* DevTools: use proper URLRequestContextGetter in remote debugging proxy.pfeldman@chromium.org2012-03-292-4/+15
* Revert 129619 - Pick up and adjust to version of grit where default is no res...joi@chromium.org2012-03-291-1/+0
* Pick up and adjust to version of grit where default is no resource_ids file.joi@chromium.org2012-03-291-0/+1
* Rename and move TestTabContents to content::TestWebContents.joi@chromium.org2012-03-231-2/+1
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-2/+3
* DevTools: convert about:workers into about:inspectpfeldman@chromium.org2012-03-211-1/+0
* DevTools: allow remote debugging any RenderViewHost.pfeldman@chromium.org2012-03-162-87/+92
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+3
* Introduce abstractions to allow embedders to test RenderViewHostjoi@chromium.org2012-03-121-3/+4
* DevTools: provide a way for browser process to log into the renderer's tools ...pfeldman@chromium.org2012-03-124-16/+26
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-073-3/+4