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

Issue 2742843003: [inspector] merged IsSubjectToDebugging and IsBlackboxed and fixed issue (Closed)

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

Description

[inspector] merged IsSubjectToDebugging and IsBlackboxed and fixed issue - additionally doesn't deoptimize function in HandleDebugBreak for debugger statements inside of blackboxed code. BUG=none R=yangguo@chromium.org Review-Url: https://codereview.chromium.org/2742843003 Cr-Commit-Position: refs/heads/master@{#43724} Committed: https://chromium.googlesource.com/v8/v8/+/fb147b0ef102b78e72c4c194034d1d72706e3315

Patch Set 1 #

Patch Set 2 : removed redundant check #

Patch Set 3 : ready for review #

Patch Set 4 : better, finally ready #

Total comments: 4

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -25 lines) Patch
M src/debug/debug.cc View 1 2 3 4 9 chunks +24 lines, -25 lines 0 comments Download
A test/inspector/debugger/caught-exception-from-framework-inside-async.js View 1 chunk +38 lines, -0 lines 0 comments Download
A test/inspector/debugger/caught-exception-from-framework-inside-async-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
kozy
Yang, please take a look!
3 years, 9 months ago (2017-03-10 02:42:00 UTC) #3
Yang
lgtm https://codereview.chromium.org/2742843003/diff/60001/src/debug/debug.cc File src/debug/debug.cc (left): https://codereview.chromium.org/2742843003/diff/60001/src/debug/debug.cc#oldcode1982 src/debug/debug.cc:1982: if (script->type() == i::Script::TYPE_NORMAL) { Let's check this ...
3 years, 9 months ago (2017-03-10 13:50:37 UTC) #4
kozy
all done. https://codereview.chromium.org/2742843003/diff/60001/src/debug/debug.cc File src/debug/debug.cc (left): https://codereview.chromium.org/2742843003/diff/60001/src/debug/debug.cc#oldcode1982 src/debug/debug.cc:1982: if (script->type() == i::Script::TYPE_NORMAL) { On 2017/03/10 ...
3 years, 9 months ago (2017-03-10 17:21:05 UTC) #6
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/2742843003/100001
3 years, 9 months ago (2017-03-10 17:21:15 UTC) #9
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 17:44:42 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/fb147b0ef102b78e72c4c194034d1d72706...

Powered by Google App Engine
This is Rietveld 408576698