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

Issue 2465833002: [debugger] simplify fetching scripts for inspector. (Closed)

Created:
4 years, 1 month ago by Yang
Modified:
4 years, 1 month ago
Reviewers:
kozy
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debugger] simplify fetching scripts for inspector. The old code path is going to be removed with the debug context api. R=kozyatinskiy@chromium.org Committed: https://crrev.com/581614eeea743dc64739f14a982f396dfda852ba Cr-Commit-Position: refs/heads/master@{#40768}

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comments #

Patch Set 3 : clean up #

Total comments: 3

Patch Set 4 : address comment #

Patch Set 5 : fix #

Patch Set 6 : address comment #

Patch Set 7 : fix blink #

Patch Set 8 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -12 lines) Patch
M src/api.cc View 1 2 3 4 5 6 7 1 chunk +15 lines, -7 lines 0 comments Download
M test/inspector/debugger/script-on-after-compile.js View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M test/inspector/debugger/script-on-after-compile-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 38 (20 generated)
Yang
4 years, 1 month ago (2016-10-31 08:34:48 UTC) #1
kozy
Thanks! I think that you need to rebaseline test/inspector/debugger/script-on-after-compile.js, because before we call gc before ...
4 years, 1 month ago (2016-10-31 14:59:11 UTC) #2
Yang
https://codereview.chromium.org/2465833002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2465833002/diff/1/src/api.cc#newcode8957 src/api.cc:8957: while (!(script = i::Handle<i::Script>(iterator.Next())).is_null()) { On 2016/10/31 14:59:11, kozyatinskiy ...
4 years, 1 month ago (2016-11-02 12:25:55 UTC) #3
kozy
lgtm % comment in test https://codereview.chromium.org/2465833002/diff/40001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2465833002/diff/40001/src/api.cc#newcode8951 src/api.cc:8951: i::DisallowHeapAllocation no_gc; I'm just ...
4 years, 1 month ago (2016-11-03 01:23:36 UTC) #12
Yang
I fixed the failures. Turned out I forgot a GC in the new implementation. https://codereview.chromium.org/2465833002/diff/40001/src/api.cc ...
4 years, 1 month ago (2016-11-03 07:47:09 UTC) #13
kozy
On 2016/11/03 07:47:09, Yang wrote: > I fixed the failures. Turned out I forgot a ...
4 years, 1 month ago (2016-11-03 17:24:36 UTC) #14
Yang
On 2016/11/03 17:24:36, kozyatinskiy wrote: > On 2016/11/03 07:47:09, Yang wrote: > > I fixed ...
4 years, 1 month ago (2016-11-03 17:29:28 UTC) #15
kozy
On 2016/11/03 17:29:28, Yang wrote: > On 2016/11/03 17:24:36, kozyatinskiy wrote: > > On 2016/11/03 ...
4 years, 1 month ago (2016-11-03 17:40:03 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/2465833002/100001
4 years, 1 month ago (2016-11-04 10:37:33 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-04 11:06:42 UTC) #20
Michael Achenbach
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/2473273005/ by machenbach@chromium.org. ...
4 years, 1 month ago (2016-11-04 12:59:32 UTC) #21
Michael Achenbach
On 2016/11/04 12:59:32, machenbach (slow) wrote: > A revert of this CL (patchset #6 id:100001) ...
4 years, 1 month ago (2016-11-04 13:01:11 UTC) #22
Yang
On 2016/11/04 13:01:11, machenbach (slow) wrote: > On 2016/11/04 12:59:32, machenbach (slow) wrote: > > ...
4 years, 1 month ago (2016-11-04 13:06:07 UTC) #26
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/2465833002/140001
4 years, 1 month ago (2016-11-04 13:53:20 UTC) #31
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 1 month ago (2016-11-04 13:55:05 UTC) #33
kozy
On 2016/11/04 13:06:07, Yang wrote: > On 2016/11/04 13:01:11, machenbach (slow) wrote: > > On ...
4 years, 1 month ago (2016-11-04 15:05:44 UTC) #34
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/7cfdd66afabc8416aa8853a40543a89f3a175396 Cr-Commit-Position: refs/heads/master@{#40759}
4 years, 1 month ago (2016-11-17 22:22:29 UTC) #36
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:22:58 UTC) #38
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/581614eeea743dc64739f14a982f396dfda852ba
Cr-Commit-Position: refs/heads/master@{#40768}

Powered by Google App Engine
This is Rietveld 408576698