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

Issue 2648353006: [inspector] ignores debugger; in blackboxed code (Closed)

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

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : added a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M src/debug/debug.cc View 1 1 chunk +9 lines, -3 lines 0 comments Download
M test/inspector/debugger/framework-break-expected.txt View 1 chunk +0 lines, -6 lines 0 comments Download
M test/inspector/debugger/framework-stepping.js View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (12 generated)
kozy
Please take a look!
3 years, 11 months ago (2017-01-25 03:11:03 UTC) #3
Yang
https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc#newcode2142 src/debug/debug.cc:2142: if (IsBlackboxed(JSFunction::cast(fun)->shared())) { Why do we need to deoptimize ...
3 years, 11 months ago (2017-01-25 06:03:52 UTC) #6
Yang
On 2017/01/25 06:03:52, Yang wrote: > https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc > File src/debug/debug.cc (right): > > https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc#newcode2142 > ...
3 years, 11 months ago (2017-01-25 06:05:02 UTC) #7
kozy
https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc#newcode2142 src/debug/debug.cc:2142: if (IsBlackboxed(JSFunction::cast(fun)->shared())) { On 2017/01/25 06:03:52, Yang wrote: > ...
3 years, 11 months ago (2017-01-25 06:10:44 UTC) #8
kozy
Added a comment and todo after discussion.
3 years, 11 months ago (2017-01-25 07:03:13 UTC) #10
Yang
On 2017/01/25 07:03:13, kozy wrote: > Added a comment and todo after discussion. lgtm.
3 years, 11 months ago (2017-01-25 07:29:05 UTC) #11
Yang
lgtm https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc#newcode2142 src/debug/debug.cc:2142: if (IsBlackboxed(JSFunction::cast(fun)->shared())) { On 2017/01/25 06:10:44, kozy wrote: ...
3 years, 11 months ago (2017-01-25 08:32:34 UTC) #14
Yang
On 2017/01/25 08:32:34, Yang wrote: > lgtm > > https://codereview.chromium.org/2648353006/diff/1/src/debug/debug.cc > File src/debug/debug.cc (right): > ...
3 years, 11 months ago (2017-01-25 08:32:49 UTC) #15
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/2648353006/40001
3 years, 11 months ago (2017-01-25 23:28:24 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2017-01-25 23:30:47 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/c8691efb38242c5481428d63bc16fddee73...

Powered by Google App Engine
This is Rietveld 408576698