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

Issue 2682593003: [debugger] implement legacy debug event listeners via debug delegate. (Closed)

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

Description

[debugger] implement legacy debug event listeners via debug delegate. R=jgruber@chromium.org BUG=v8:5530 Review-Url: https://codereview.chromium.org/2682593003 Cr-Commit-Position: refs/heads/master@{#43059} Committed: https://chromium.googlesource.com/v8/v8/+/d0d4189dc094b9d6d7750ddb3ad250f3518c2225

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : fix #

Patch Set 4 : asan fix #

Total comments: 7

Patch Set 5 : rebase #

Patch Set 6 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -300 lines) Patch
M src/api.cc View 1 2 3 4 2 chunks +9 lines, -5 lines 0 comments Download
M src/debug/debug.h View 1 2 3 4 5 12 chunks +89 lines, -52 lines 0 comments Download
M src/debug/debug.cc View 1 2 3 4 5 16 chunks +196 lines, -190 lines 0 comments Download
M src/debug/debug-interface.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/inspector/v8-debugger.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/inspector/v8-debugger.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 3 4 3 chunks +9 lines, -4 lines 0 comments Download
M src/runtime/runtime-promise.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 4 chunks +10 lines, -45 lines 0 comments Download

Messages

Total messages: 24 (18 generated)
Yang
Please take a look.
3 years, 10 months ago (2017-02-08 08:29:48 UTC) #8
jgruber
👏 this is great, lgtm with comments below. https://codereview.chromium.org/2682593003/diff/60001/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2682593003/diff/60001/src/debug/debug.cc#newcode1782 src/debug/debug.cc:1782: if ...
3 years, 10 months ago (2017-02-09 10:33:29 UTC) #16
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/2682593003/100001
3 years, 10 months ago (2017-02-09 10:57:19 UTC) #19
Yang
https://codereview.chromium.org/2682593003/diff/60001/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2682593003/diff/60001/src/debug/debug.cc#newcode1782 src/debug/debug.cc:1782: if (it.done()) return; // Do not trigger an event ...
3 years, 10 months ago (2017-02-09 11:24:12 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/v8/v8/+/d0d4189dc094b9d6d7750ddb3ad250f3518c2225
3 years, 10 months ago (2017-02-09 11:31:58 UTC) #23
kozy
3 years, 10 months ago (2017-02-10 18:53:28 UTC) #24
Message was sent while issue was closed.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698