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

Issue 2746743002: [inspector] support setTimeout in Debugger.scheduleStepIntoAsync method (Closed)

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

Description

[inspector] support setTimeout in Debugger.scheduleStepIntoAsync method BUG=chromium:432469 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2746743002 Cr-Commit-Position: refs/heads/master@{#44270} Committed: https://chromium.googlesource.com/v8/v8/+/95120a7e06f0d91562b4ac867c043deb12c7cefe

Patch Set 1 #

Patch Set 2 : removed unused code #

Patch Set 3 : rebased #

Total comments: 6

Patch Set 4 : addressed comments #

Total comments: 8

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -92 lines) Patch
M src/api.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/inspector/v8-debugger.h View 1 2 3 7 chunks +21 lines, -6 lines 0 comments Download
M src/inspector/v8-debugger.cc View 1 2 3 4 10 chunks +91 lines, -63 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.h View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.cc View 1 2 2 chunks +2 lines, -18 lines 0 comments Download
A test/inspector/debugger/schedule-step-into-async-set-timeout.js View 1 2 3 4 1 chunk +75 lines, -0 lines 0 comments Download
A test/inspector/debugger/schedule-step-into-async-set-timeout-expected.txt View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
kozy
Dmitry, please take a look.
3 years, 9 months ago (2017-03-12 08:48:29 UTC) #1
kozy
Dmitry, please take a look.
3 years, 8 months ago (2017-03-28 21:55:42 UTC) #2
dgozman
https://codereview.chromium.org/2746743002/diff/40001/src/inspector/v8-debugger.cc File src/inspector/v8-debugger.cc (right): https://codereview.chromium.org/2746743002/diff/40001/src/inspector/v8-debugger.cc#newcode371 src/inspector/v8-debugger.cc:371: !m_targetContextGroupId); Merge with previous DCHECK and simplify it :-) ...
3 years, 8 months ago (2017-03-28 23:20:50 UTC) #7
kozy
all done, please take another look. https://codereview.chromium.org/2746743002/diff/40001/src/inspector/v8-debugger.cc File src/inspector/v8-debugger.cc (right): https://codereview.chromium.org/2746743002/diff/40001/src/inspector/v8-debugger.cc#newcode371 src/inspector/v8-debugger.cc:371: !m_targetContextGroupId); On 2017/03/28 ...
3 years, 8 months ago (2017-03-28 23:49:50 UTC) #8
kozy
Yang, please take a look on api.cc. It looks like we don't need to be ...
3 years, 8 months ago (2017-03-29 01:02:52 UTC) #10
dgozman
lgtm https://codereview.chromium.org/2746743002/diff/60001/src/inspector/v8-debugger.cc File src/inspector/v8-debugger.cc (right): https://codereview.chromium.org/2746743002/diff/60001/src/inspector/v8-debugger.cc#newcode401 src/inspector/v8-debugger.cc:401: m_targetContextGroupId = targetContextGroupId; Let's add a test for ...
3 years, 8 months ago (2017-03-29 20:47:07 UTC) #11
kozy
all done! Yang, please take a look at api.cc. https://codereview.chromium.org/2746743002/diff/60001/src/inspector/v8-debugger.cc File src/inspector/v8-debugger.cc (right): https://codereview.chromium.org/2746743002/diff/60001/src/inspector/v8-debugger.cc#newcode401 src/inspector/v8-debugger.cc:401: ...
3 years, 8 months ago (2017-03-29 22:33:34 UTC) #12
Yang
On 2017/03/29 22:33:34, kozy wrote: > all done! > Yang, please take a look at ...
3 years, 8 months ago (2017-03-30 09:53:10 UTC) #17
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/2746743002/80001
3 years, 8 months ago (2017-03-30 14:40:49 UTC) #20
commit-bot: I haz the power
3 years, 8 months ago (2017-03-30 14:42:33 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/95120a7e06f0d91562b4ac867c043deb12c...

Powered by Google App Engine
This is Rietveld 408576698