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

Issue 2669713002: [inspector] return meaningful error on Debug.setScriptSource for ES module (Closed)

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

Description

[inspector] return meaningful error on Debug.setScriptSource for ES module BUG=v8:1569 R=dgozman@chromium.org,alph@chromium.org Review-Url: https://codereview.chromium.org/2669713002 Cr-Commit-Position: refs/heads/master@{#42935} Committed: https://chromium.googlesource.com/v8/v8/+/6b6ed60155314fc608504b235382909ebedc23d8

Patch Set 1 #

Patch Set 2 : added missing test #

Patch Set 3 : added missing test #

Total comments: 4

Patch Set 4 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -4 lines) Patch
M src/inspector/v8-debugger-agent-impl.cc View 1 2 3 2 chunks +10 lines, -3 lines 0 comments Download
A test/inspector/debugger/es6-module-set-script-source.js View 1 1 chunk +33 lines, -0 lines 0 comments Download
A test/inspector/debugger/es6-module-set-script-source-expected.txt View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M test/inspector/debugger/set-script-source-exception-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (4 generated)
kozy
Aleksey or Dmitry, please take a look.
3 years, 10 months ago (2017-02-01 04:44:37 UTC) #1
dgozman
lgtm https://codereview.chromium.org/2669713002/diff/40001/src/inspector/v8-debugger-agent-impl.cc File src/inspector/v8-debugger-agent-impl.cc (right): https://codereview.chromium.org/2669713002/diff/40001/src/inspector/v8-debugger-agent-impl.cc#newcode530 src/inspector/v8-debugger-agent-impl.cc:530: return Response::Error("No script for id: " + scriptId); ...
3 years, 10 months ago (2017-02-03 20:57:25 UTC) #2
kozy
all done! thanks! https://codereview.chromium.org/2669713002/diff/40001/src/inspector/v8-debugger-agent-impl.cc File src/inspector/v8-debugger-agent-impl.cc (right): https://codereview.chromium.org/2669713002/diff/40001/src/inspector/v8-debugger-agent-impl.cc#newcode530 src/inspector/v8-debugger-agent-impl.cc:530: return Response::Error("No script for id: " ...
3 years, 10 months ago (2017-02-03 21:32:55 UTC) #3
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/2669713002/60001
3 years, 10 months ago (2017-02-03 21:33:08 UTC) #6
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 22:10:11 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/6b6ed60155314fc608504b235382909ebed...

Powered by Google App Engine
This is Rietveld 408576698