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

Issue 2651683005: [inspector] don't ignore uncaught exception if at least 1 frame isn't blackboxed (Closed)

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

Description

[inspector] don't ignore uncaught exception if at least 1 frame isn't blackboxed - and fixed test. BUG=v8:5842, chromium:583193 R=yangguo@chromium.org,dgozman@chromium.org,alph@chromium.org Review-Url: https://codereview.chromium.org/2651683005 Cr-Commit-Position: refs/heads/master@{#42714} Committed: https://chromium.googlesource.com/v8/v8/+/0ac7970a60f95948fb26cdf91130075eeee6dd74

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -13 lines) Patch
M src/debug/debug.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/debug/debug.cc View 1 2 chunks +34 lines, -2 lines 0 comments Download
M test/inspector/debugger/framework-break.js View 1 3 chunks +32 lines, -7 lines 0 comments Download
M test/inspector/debugger/framework-break-expected.txt View 1 3 chunks +15 lines, -4 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 12 (4 generated)
kozy
another small blackboxing tuning, please take a look.
3 years, 11 months ago (2017-01-25 06:12:24 UTC) #1
Yang
https://codereview.chromium.org/2651683005/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2651683005/diff/1/src/debug/debug.cc#newcode1754 src/debug/debug.cc:1754: bool is_top_frame_blackboxed = IsBlackboxed(it.frame()->function()->shared()); This doesn't account for inlined ...
3 years, 11 months ago (2017-01-25 10:10:16 UTC) #2
kozy
all done. https://codereview.chromium.org/2651683005/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2651683005/diff/1/src/debug/debug.cc#newcode1754 src/debug/debug.cc:1754: bool is_top_frame_blackboxed = IsBlackboxed(it.frame()->function()->shared()); On 2017/01/25 10:10:15, ...
3 years, 11 months ago (2017-01-25 17:39:26 UTC) #4
dgozman
tests lgtm :-)
3 years, 11 months ago (2017-01-25 19:26:57 UTC) #5
kozy
Yang, please take a look! I need owner lgtm for debug.
3 years, 11 months ago (2017-01-26 18:46:07 UTC) #6
Yang
lgtm thanks
3 years, 11 months ago (2017-01-26 19:25:55 UTC) #7
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/2651683005/40001
3 years, 11 months ago (2017-01-26 20:22:12 UTC) #9
commit-bot: I haz the power
3 years, 11 months ago (2017-01-26 20:57:09 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/0ac7970a60f95948fb26cdf91130075eeee...

Powered by Google App Engine
This is Rietveld 408576698