summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/devtools_http_protocol_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Move:ben@chromium.org2010-12-021-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-9/+10
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-2/+4
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Use make_scoped_refptr for NewRunnableMethod if the raw ptr type is derived f...thakis@chromium.org2010-11-011-3/+5
* Revert 63081 (breaks devtools) - Use scoped_refptr for refcounted parameters ...willchan@chromium.org2010-10-201-4/+4
* Use scoped_refptr for refcounted parameters in devtools.willchan@chromium.org2010-10-191-4/+4
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part9:tfarina@chromium.org2010-10-091-22/+22
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-4/+4
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-4/+4
* Moves TabStripModelObserver/Delegate into their own headers.sky@chromium.org2010-09-161-0/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* DevTools: get rid of delayed command dispatching on front-end side.pfeldman@chromium.org2010-08-051-2/+11
* DevTools: fix remote debugging dispatch, provide encoding in the main connect...pfeldman@chromium.org2010-08-031-4/+2
* DevTools: Get rid of DevTools RPC.pfeldman@chromium.org2010-08-031-18/+5
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* DevTools: restore remote rebugging after upstream breakage.pfeldman@chromium.org2010-07-281-7/+1
* DevTools: close remote debugging connection on IO thread when inspected tab c...pfeldman@chromium.org2010-07-271-1/+5
* DevTools: implement basic handshake for remote debugging.pfeldman@chromium.org2010-07-261-62/+228
* DevTools: follow up to r51661 (64bit build fix).pfeldman@chromium.org2010-07-061-2/+2
* DevTools: add stub for HTTP-based remote debugger interface.pfeldman@chromium.org2010-07-061-0/+256