index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
devtools
/
devtools_http_handler_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Componentize devtools_http_handler.
dgozman
2015-04-20
1
-1058
/
+0
*
[DevTools] Expose DevToolsAgentHost for browser, move DevToolsHttpHandler to it.
dgozman
2015-04-13
1
-90
/
+20
*
favor DCHECK_CURRENTLY_ON for better logs in content/browser/[a-d]*
mostynb
2015-03-13
1
-5
/
+5
*
[devtools] Increase DevTools WebSocket send buffer to 256MB
rmcilroy
2015-02-10
1
-2
/
+4
*
DevTools: move protocol error reporting into embedder (Content).
pfeldman
2015-01-19
1
-5
/
+2
*
[DevTools] Move CreateSocketForTethering to ServerSocketFactory
vkuzkokov
2015-01-13
1
-29
/
+35
*
Cleanup: Call std::string::empty instead of comparing against "".
thestig
2015-01-10
1
-1
/
+1
*
[DevTools] Removed DevToolsProtocol in content
vkuzkokov
2014-12-09
1
-24
/
+14
*
[DevTools] Removed devtools_protocol_constants in content
vkuzkokov
2014-12-03
1
-1
/
+0
*
[DevTools] Fix local DevTools (as opposite to remote debugger) in content shell.
dgozman
2014-12-01
1
-4
/
+4
*
[DevTools] Used generated Inspector.detached in DevToolsHttpHandlerImpl
vkuzkokov
2014-11-20
1
-16
/
+9
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
1
-1
/
+1
*
[DevTools] Remote frontend is now embedded to iframe.
dgozman
2014-11-19
1
-1
/
+1
*
[DevTools] Remove DevToolsHttpHandler::Stop.
vkuzkokov
2014-11-14
1
-6
/
+1
*
[DevTools] Move SystemInfo domain to generated handler
vkuzkokov
2014-11-13
1
-26
/
+8
*
Revert of [DevTools] Move SystemInfo domain to generated handler (patchset #5...
ernstm
2014-11-12
1
-8
/
+26
*
[DevTools] Move SystemInfo domain to generated handler
vkuzkokov
2014-11-12
1
-26
/
+8
*
[DevTools] Split DevToolsHttpHandler into two classes
vkuzkokov
2014-11-12
1
-201
/
+373
*
[DevTools] Added browser protocol to handler generator
vkuzkokov
2014-11-11
1
-4
/
+7
*
Revert of Add logs to debug a flakiness on GPU Mac bots. (patchset #2 id:2000...
zmo
2014-11-04
1
-3
/
+0
*
Revert of Adding more logs for the browser.GetSystemInfo() random crash. (pat...
zmo
2014-11-04
1
-1
/
+0
*
Revert of Adding more logging to see why DevToolsHttpHandlerImpl::BrowserTarg...
zmo
2014-11-04
1
-5
/
+1
*
Adding more logs for the browser.GetSystemInfo() random crash.
zmo
2014-11-03
1
-0
/
+1
*
Adding more logging to see why DevToolsHttpHandlerImpl::BrowserTarget is flaky.
zmo
2014-11-03
1
-1
/
+5
*
Revert of Revert of Add logs to debug a flakiness on GPU Mac bots. (patchset ...
zmo
2014-11-01
1
-0
/
+3
*
Revert of Add logs to debug a flakiness on GPU Mac bots. (patchset #2 id:2000...
zmo
2014-11-01
1
-3
/
+0
*
Add logs to debug a flakiness on GPU Mac bots.
zmo
2014-11-01
1
-0
/
+3
*
[DevTools] Keep IP address of HttpServer as a member of DevToolsHttpHandlerImpl.
bw80.lee
2014-10-28
1
-4
/
+15
*
[DevTools] Migrate DevToolsTracingHandler to generated handler.
dgozman
2014-10-23
1
-12
/
+22
*
Revert of [DevTools] Migrate DevToolsTracingHandler to generated handler. (pa...
rdevlin.cronin
2014-10-22
1
-22
/
+12
*
[DevTools] Migrate DevToolsTracingHandler to generated handler.
dgozman
2014-10-22
1
-12
/
+22
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
1
-6
/
+5
*
Misc. cleanup, primarily removing unused locals.
pkasting
2014-10-13
1
-1
/
+1
*
Replacing the OVERRIDE with override and FINAL with final in content/browser...
mohan.reddy
2014-10-07
1
-2
/
+2
*
[DevTools] Remove thread-hopping from DevToolsBrowserTarget.
dgozman
2014-10-06
1
-38
/
+101
*
[DevTools] Make TetheringHandler operate on UI thread.
dgozman
2014-10-03
1
-2
/
+2
*
[DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...
dgozman
2014-09-22
1
-9
/
+27
*
[DevTools] Explicitly add Tethering domain to browser protocol.
dgozman
2014-09-09
1
-1
/
+1
*
Change base/file_utils.h includes to base/files/file_utils.h in content/
thestig
2014-09-05
1
-2
/
+1
*
Stop devtools if socket for http server cannot be instantiated.
byungchul
2014-08-28
1
-3
/
+21
*
Remove implicit conversions from scoped_refptr to T* in content/browser/devto...
dcheng
2014-08-27
1
-5
/
+5
*
Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....
byungchul
2014-08-25
1
-19
/
+63
*
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...
estade@chromium.org
2014-08-22
1
-63
/
+19
*
Replace StreamListenSocket with StreamSocket in HttpServer.
byungchul@chromium.org
2014-08-22
1
-19
/
+63
*
[DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...
dgozman@chromium.org
2014-08-18
1
-42
/
+46
*
Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost...
pfeldman@chromium.org
2014-08-12
1
-46
/
+42
*
[DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...
dgozman@chromium.org
2014-08-08
1
-42
/
+46
*
DevTools: Allow several browser targets while keeping domains exclusive to on...
vkuzkokov@chromium.org
2014-06-27
1
-13
/
+13
*
Added unit test for DevTools' ephemeral port support.
kbr@chromium.org
2014-06-11
1
-5
/
+3
*
Move about://-related constants from //content to //url
blundell@chromium.org
2014-06-10
1
-1
/
+1
[next]