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

Issue 2500093002: [DevTools] Move IO and Tracing to new generator. (Closed)

Created:
4 years, 1 month ago by dgozman
Modified:
4 years, 1 month ago
Reviewers:
caseq
CC:
chromium-reviews, jam, darin-cc_chromium.org, pfeldman, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move IO and Tracing to new generator. This also includes roll of inspector_protocol which supports new required features: 73028acaa3646789fd2a3bfd0d79eb2d91b696b3: [inspector_protocol] Support features for content/ generator. BUG=664683 Committed: https://crrev.com/da80d33808f878ae22a5f9909384e18fcf420861 Cr-Commit-Position: refs/heads/master@{#433389}

Patch Set 1 #

Patch Set 2 : works #

Total comments: 8

Patch Set 3 : rebased #

Patch Set 4 : fixed comments #

Patch Set 5 : test, DCHECK #

Patch Set 6 : roll #

Unified diffs Side-by-side diffs Delta from patch set Stats (+399 lines, -219 lines) Patch
M content/browser/devtools/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/browser_devtools_agent_host.h View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M content/browser/devtools/browser_devtools_agent_host.cc View 1 2 4 chunks +20 lines, -9 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/devtools/devtools_io_context.h View 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_io_context.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_protocol_handler.h View 1 3 chunks +7 lines, -3 lines 0 comments Download
M content/browser/devtools/devtools_protocol_handler.cc View 1 2 4 chunks +12 lines, -11 lines 0 comments Download
M content/browser/devtools/devtools_session.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_session.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/devtools/protocol/devtools_protocol_handler_generator.py View 1 2 chunks +1 line, -6 lines 0 comments Download
M content/browser/devtools/protocol/io_handler.h View 1 1 chunk +15 lines, -15 lines 0 comments Download
M content/browser/devtools/protocol/io_handler.cc View 1 2 3 3 chunks +25 lines, -20 lines 0 comments Download
M content/browser/devtools/protocol/tracing_handler.h View 1 2 4 chunks +22 lines, -25 lines 0 comments Download
M content/browser/devtools/protocol/tracing_handler.cc View 1 2 3 5 chunks +76 lines, -70 lines 0 comments Download
M content/browser/devtools/protocol/tracing_handler_unittest.cc View 1 2 3 4 3 chunks +3 lines, -5 lines 0 comments Download
M content/browser/devtools/protocol_config.json View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M content/browser/devtools/protocol_string.h View 1 3 chunks +12 lines, -1 line 0 comments Download
M content/browser/devtools/protocol_string.cc View 1 2 chunks +53 lines, -4 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.h View 1 2 4 chunks +7 lines, -4 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.cc View 1 2 9 chunks +29 lines, -10 lines 0 comments Download
M content/browser/devtools/worker_devtools_agent_host.cc View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/timeline/fetch-as-stream-expected.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt View 1 1 chunk +4 lines, -7 lines 0 comments Download
M third_party/inspector_protocol/README.chromium View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/inspector_protocol/lib/DispatcherBase_cpp.template View 1 2 3 4 5 chunks +47 lines, -4 lines 0 comments Download
M third_party/inspector_protocol/lib/DispatcherBase_h.template View 1 2 3 4 chunks +13 lines, -1 line 0 comments Download
M third_party/inspector_protocol/templates/TypeBuilder_cpp.template View 1 7 chunks +21 lines, -7 lines 0 comments Download
M third_party/inspector_protocol/templates/TypeBuilder_h.template View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (15 generated)
dgozman
Could you please take a look?
4 years, 1 month ago (2016-11-15 01:48:31 UTC) #3
caseq
lgtm % comments https://codereview.chromium.org/2500093002/diff/20001/content/browser/devtools/devtools_protocol_handler.cc File content/browser/devtools/devtools_protocol_handler.cc (right): https://codereview.chromium.org/2500093002/diff/20001/content/browser/devtools/devtools_protocol_handler.cc#newcode73 content/browser/devtools/devtools_protocol_handler.cc:73: return HandleOptionalCommand(session_id, std::move(command), call_id, method); nit: ...
4 years, 1 month ago (2016-11-15 18:33:59 UTC) #4
dgozman
https://codereview.chromium.org/2500093002/diff/20001/content/browser/devtools/protocol/io_handler.cc File content/browser/devtools/protocol/io_handler.cc (right): https://codereview.chromium.org/2500093002/diff/20001/content/browser/devtools/protocol/io_handler.cc#newcode47 content/browser/devtools/protocol/io_handler.cc:47: callback->sendFailure(Response::Error("Invalid stream handle")); On 2016/11/15 18:33:59, caseq wrote: > ...
4 years, 1 month ago (2016-11-17 21:51:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500093002/100001
4 years, 1 month ago (2016-11-18 23:29:25 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-19 03:28:44 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-11-19 03:30:34 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/da80d33808f878ae22a5f9909384e18fcf420861
Cr-Commit-Position: refs/heads/master@{#433389}

Powered by Google App Engine
This is Rietveld 408576698