summaryrefslogtreecommitdiffstats
path: root/content/browser/devtools/devtools_http_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Componentize devtools_http_handler.dgozman2015-04-201-1058/+0
* [DevTools] Expose DevToolsAgentHost for browser, move DevToolsHttpHandler to it.dgozman2015-04-131-90/+20
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[a-d]*mostynb2015-03-131-5/+5
* [devtools] Increase DevTools WebSocket send buffer to 256MBrmcilroy2015-02-101-2/+4
* DevTools: move protocol error reporting into embedder (Content).pfeldman2015-01-191-5/+2
* [DevTools] Move CreateSocketForTethering to ServerSocketFactoryvkuzkokov2015-01-131-29/+35
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* [DevTools] Removed DevToolsProtocol in contentvkuzkokov2014-12-091-24/+14
* [DevTools] Removed devtools_protocol_constants in contentvkuzkokov2014-12-031-1/+0
* [DevTools] Fix local DevTools (as opposite to remote debugger) in content shell.dgozman2014-12-011-4/+4
* [DevTools] Used generated Inspector.detached in DevToolsHttpHandlerImplvkuzkokov2014-11-201-16/+9
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-1/+1
* [DevTools] Remote frontend is now embedded to iframe.dgozman2014-11-191-1/+1
* [DevTools] Remove DevToolsHttpHandler::Stop.vkuzkokov2014-11-141-6/+1
* [DevTools] Move SystemInfo domain to generated handlervkuzkokov2014-11-131-26/+8
* Revert of [DevTools] Move SystemInfo domain to generated handler (patchset #5...ernstm2014-11-121-8/+26
* [DevTools] Move SystemInfo domain to generated handlervkuzkokov2014-11-121-26/+8
* [DevTools] Split DevToolsHttpHandler into two classesvkuzkokov2014-11-121-201/+373
* [DevTools] Added browser protocol to handler generatorvkuzkokov2014-11-111-4/+7
* Revert of Add logs to debug a flakiness on GPU Mac bots. (patchset #2 id:2000...zmo2014-11-041-3/+0
* Revert of Adding more logs for the browser.GetSystemInfo() random crash. (pat...zmo2014-11-041-1/+0
* Revert of Adding more logging to see why DevToolsHttpHandlerImpl::BrowserTarg...zmo2014-11-041-5/+1
* Adding more logs for the browser.GetSystemInfo() random crash.zmo2014-11-031-0/+1
* Adding more logging to see why DevToolsHttpHandlerImpl::BrowserTarget is flaky.zmo2014-11-031-1/+5
* Revert of Revert of Add logs to debug a flakiness on GPU Mac bots. (patchset ...zmo2014-11-011-0/+3
* Revert of Add logs to debug a flakiness on GPU Mac bots. (patchset #2 id:2000...zmo2014-11-011-3/+0
* Add logs to debug a flakiness on GPU Mac bots.zmo2014-11-011-0/+3
* [DevTools] Keep IP address of HttpServer as a member of DevToolsHttpHandlerImpl.bw80.lee2014-10-281-4/+15
* [DevTools] Migrate DevToolsTracingHandler to generated handler.dgozman2014-10-231-12/+22
* Revert of [DevTools] Migrate DevToolsTracingHandler to generated handler. (pa...rdevlin.cronin2014-10-221-22/+12
* [DevTools] Migrate DevToolsTracingHandler to generated handler.dgozman2014-10-221-12/+22
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-6/+5
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-1/+1
* Replacing the OVERRIDE with override and FINAL with final in content/browser...mohan.reddy2014-10-071-2/+2
* [DevTools] Remove thread-hopping from DevToolsBrowserTarget.dgozman2014-10-061-38/+101
* [DevTools] Make TetheringHandler operate on UI thread.dgozman2014-10-031-2/+2
* [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...dgozman2014-09-221-9/+27
* [DevTools] Explicitly add Tethering domain to browser protocol.dgozman2014-09-091-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-2/+1
* Stop devtools if socket for http server cannot be instantiated.byungchul2014-08-281-3/+21
* Remove implicit conversions from scoped_refptr to T* in content/browser/devto...dcheng2014-08-271-5/+5
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-251-19/+63
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-221-63/+19
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-221-19/+63
* [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...dgozman@chromium.org2014-08-181-42/+46
* Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost...pfeldman@chromium.org2014-08-121-46/+42
* [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...dgozman@chromium.org2014-08-081-42/+46
* DevTools: Allow several browser targets while keeping domains exclusive to on...vkuzkokov@chromium.org2014-06-271-13/+13
* Added unit test for DevTools' ephemeral port support.kbr@chromium.org2014-06-111-5/+3
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-1/+1