Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Issue 1164383002: Mandoline DevTools service: remote debugging protocol over HTTP/WebSocket. (Closed)

Created:
5 years, 6 months ago by yzshen1
Modified:
5 years, 6 months ago
Reviewers:
jam, pfeldman, yurys
CC:
chromium-reviews, yurys, devtools-reviews_chromium.org, msw
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Mandoline DevTools service: remote debugging protocol over HTTP/WebSocket. This CL: - adds service-side DevTools agent representation (DevToolsAgentHost) and registration for DevTools agents. - supports requesting the list of available agents using HTTP request and communicating with them using WebSocket. BUG=478249 TEST=None Committed: https://crrev.com/4f1226d35342914dbbf3decb806d0592838b49c6 Cr-Commit-Position: refs/heads/master@{#333804}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+549 lines, -34 lines) Patch
M components/devtools_service/BUILD.gn View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
A components/devtools_service/devtools_agent_host.h View 1 1 chunk +73 lines, -0 lines 0 comments Download
A components/devtools_service/devtools_agent_host.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
M components/devtools_service/devtools_http_server.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M components/devtools_service/devtools_http_server.cc View 1 2 3 5 chunks +358 lines, -28 lines 0 comments Download
M components/devtools_service/devtools_registry_impl.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
M components/devtools_service/devtools_registry_impl.cc View 1 2 chunks +27 lines, -2 lines 0 comments Download
M components/devtools_service/public/interfaces/devtools_service.mojom View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (8 generated)
yzshen1
Hi, John. Would you please take a look? Thanks!
5 years, 6 months ago (2015-06-09 18:38:55 UTC) #2
jam
lgtm https://codereview.chromium.org/1164383002/diff/20001/components/devtools_service/devtools_agent_host.cc File components/devtools_service/devtools_agent_host.cc (right): https://codereview.chromium.org/1164383002/diff/20001/components/devtools_service/devtools_agent_host.cc#newcode17 components/devtools_service/devtools_agent_host.cc:17: DCHECK(agent_); nit: this is redundant since the next ...
5 years, 6 months ago (2015-06-09 22:21:21 UTC) #3
pfeldman
https://codereview.chromium.org/1164383002/diff/20001/components/devtools_service/devtools_http_server.cc File components/devtools_service/devtools_http_server.cc (right): https://codereview.chromium.org/1164383002/diff/20001/components/devtools_service/devtools_http_server.cc#newcode7 components/devtools_service/devtools_http_server.cc:7: #include <string.h> Why do we build a new universe ...
5 years, 6 months ago (2015-06-10 09:28:21 UTC) #5
yzshen1
https://codereview.chromium.org/1164383002/diff/20001/components/devtools_service/devtools_agent_host.cc File components/devtools_service/devtools_agent_host.cc (right): https://codereview.chromium.org/1164383002/diff/20001/components/devtools_service/devtools_agent_host.cc#newcode17 components/devtools_service/devtools_agent_host.cc:17: DCHECK(agent_); On 2015/06/09 22:21:21, jam wrote: > nit: this ...
5 years, 6 months ago (2015-06-10 15:34:39 UTC) #7
pfeldman
That sounds fair, thanks for the details.
5 years, 6 months ago (2015-06-10 16:25:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1164383002/60001
5 years, 6 months ago (2015-06-10 20:20:52 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/46316)
5 years, 6 months ago (2015-06-10 20:33:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1164383002/80001
5 years, 6 months ago (2015-06-10 20:51:45 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-10 21:27:07 UTC) #17
commit-bot: I haz the power
5 years, 6 months ago (2015-06-10 21:28:01 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4f1226d35342914dbbf3decb806d0592838b49c6
Cr-Commit-Position: refs/heads/master@{#333804}

Powered by Google App Engine
This is Rietveld 408576698