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

Issue 2467853003: [inspector] migrate Runtime to new style (Closed)

Created:
4 years, 1 month ago by kozy
Modified:
4 years, 1 month ago
Reviewers:
dgozman
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] migrate Runtime to new style BUG=none R=dgozman@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/d7f82c11f795331efda8f2bad8f1a65b67967ada Cr-Commit-Position: refs/heads/master@{#40744}

Patch Set 1 #

Patch Set 2 : removed redundant "ErrorString errorString;" #

Total comments: 38

Patch Set 3 : addressed comments #

Patch Set 4 : one more addressed comment #

Total comments: 2

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+643 lines, -700 lines) Patch
M src/inspector/injected-script.h View 1 2 3 7 chunks +40 lines, -48 lines 0 comments Download
M src/inspector/injected-script.cc View 1 2 3 12 chunks +136 lines, -175 lines 0 comments Download
M src/inspector/injected-script-source.js View 1 chunk +0 lines, -12 lines 0 comments Download
M src/inspector/remote-object-id.h View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M src/inspector/remote-object-id.cc View 1 2 1 chunk +19 lines, -29 lines 0 comments Download
M src/inspector/string-util.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/inspector/string-util.cc View 1 chunk +0 lines, -88 lines 0 comments Download
M src/inspector/v8-console.cc View 1 2 1 chunk +5 lines, -6 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.cc View 1 2 10 chunks +68 lines, -44 lines 0 comments Download
M src/inspector/v8-heap-profiler-agent-impl.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M src/inspector/v8-inspector-session-impl.h View 3 chunks +5 lines, -6 lines 0 comments Download
M src/inspector/v8-inspector-session-impl.cc View 1 2 3 4 5 chunks +51 lines, -55 lines 0 comments Download
M src/inspector/v8-runtime-agent-impl.h View 2 chunks +30 lines, -36 lines 0 comments Download
M src/inspector/v8-runtime-agent-impl.cc View 1 2 22 chunks +178 lines, -184 lines 0 comments Download
M src/inspector/v8-value-copier.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M src/inspector/v8-value-copier.cc View 1 2 2 chunks +96 lines, -0 lines 0 comments Download
M third_party/inspector_protocol/CodeGenerator.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/inspector_protocol/README.v8 View 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (7 generated)
kozy
Dmitry, please take a look!
4 years, 1 month ago (2016-11-02 01:28:20 UTC) #1
dgozman
https://codereview.chromium.org/2467853003/diff/20001/src/inspector/injected-script.cc File src/inspector/injected-script.cc (right): https://codereview.chromium.org/2467853003/diff/20001/src/inspector/injected-script.cc#newcode150 src/inspector/injected-script.cc:150: toProtocolValue(context, resultValue, 1000, protocolValue); &protocolValue https://codereview.chromium.org/2467853003/diff/20001/src/inspector/injected-script.cc#newcode187 src/inspector/injected-script.cc:187: std::unique_ptr<protocol::Runtime::RemoteObject> remoteObject ...
4 years, 1 month ago (2016-11-02 19:54:00 UTC) #5
kozy
All done, please take a loon! https://codereview.chromium.org/2467853003/diff/20001/src/inspector/injected-script.cc File src/inspector/injected-script.cc (right): https://codereview.chromium.org/2467853003/diff/20001/src/inspector/injected-script.cc#newcode150 src/inspector/injected-script.cc:150: toProtocolValue(context, resultValue, 1000, ...
4 years, 1 month ago (2016-11-02 22:45:13 UTC) #6
dgozman
lgtm https://codereview.chromium.org/2467853003/diff/60001/src/inspector/v8-inspector-session-impl.cc File src/inspector/v8-inspector-session-impl.cc (right): https://codereview.chromium.org/2467853003/diff/60001/src/inspector/v8-inspector-session-impl.cc#newcode196 src/inspector/v8-inspector-session-impl.cc:196: if (!objectId) return Response::InternalError(); Let's just remove this ...
4 years, 1 month ago (2016-11-03 22:23:49 UTC) #7
kozy
all done, thanks https://codereview.chromium.org/2467853003/diff/60001/src/inspector/v8-inspector-session-impl.cc File src/inspector/v8-inspector-session-impl.cc (right): https://codereview.chromium.org/2467853003/diff/60001/src/inspector/v8-inspector-session-impl.cc#newcode196 src/inspector/v8-inspector-session-impl.cc:196: if (!objectId) return Response::InternalError(); On 2016/11/03 ...
4 years, 1 month ago (2016-11-03 22:26:20 UTC) #8
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/2467853003/80001
4 years, 1 month ago (2016-11-03 22:26:30 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-11-03 23:51:42 UTC) #13
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:21:40 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d7f82c11f795331efda8f2bad8f1a65b67967ada
Cr-Commit-Position: refs/heads/master@{#40744}

Powered by Google App Engine
This is Rietveld 408576698