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

Issue 2678143002: [inspector] introduced debug::GeneratorObject (Closed)

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

Description

[inspector] introduced debug::GeneratorObject - removed getGeneratorObjectLocation from debugger-script.js, - one more step to remove all debugger context usages in inspector. BUG=v8:5510 R=yangguo@chromium.org,jgruber@chromium.org,alph@chromium.org Review-Url: https://codereview.chromium.org/2678143002 Cr-Commit-Position: refs/heads/master@{#43018} Committed: https://chromium.googlesource.com/v8/v8/+/5870529de557db3ca565252f1fba2d4bffa68132

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+432 lines, -145 lines) Patch
M src/api.h View 1 chunk +41 lines, -40 lines 0 comments Download
M src/api.cc View 1 2 chunks +38 lines, -1 line 0 comments Download
M src/debug/debug-interface.h View 1 chunk +13 lines, -0 lines 0 comments Download
M src/inspector/debugger-script.js View 1 chunk +0 lines, -25 lines 0 comments Download
M src/inspector/debugger_script_externs.js View 1 chunk +0 lines, -9 lines 0 comments Download
M src/inspector/v8-debugger.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/inspector/v8-debugger.cc View 1 5 chunks +65 lines, -60 lines 0 comments Download
M test/inspector/runtime/internal-properties.js View 2 chunks +19 lines, -1 line 0 comments Download
M test/inspector/runtime/internal-properties-expected.txt View 4 chunks +256 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
kozy
please take a look.
3 years, 10 months ago (2017-02-06 19:48:00 UTC) #1
jgruber
lgtm, thanks for doing this. https://codereview.chromium.org/2678143002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2678143002/diff/1/src/api.cc#newcode9421 src/api.cc:9421: if (!obj->function()->shared()->script()->IsScript()) Nit: I ...
3 years, 10 months ago (2017-02-07 08:32:28 UTC) #2
kozy
thank you! https://codereview.chromium.org/2678143002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2678143002/diff/1/src/api.cc#newcode9421 src/api.cc:9421: if (!obj->function()->shared()->script()->IsScript()) On 2017/02/07 08:32:28, jgruber wrote: ...
3 years, 10 months ago (2017-02-07 17:09:45 UTC) #3
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/2678143002/20001
3 years, 10 months ago (2017-02-07 23:07:25 UTC) #10
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 23:09:09 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/5870529de557db3ca565252f1fba2d4bffa...

Powered by Google App Engine
This is Rietveld 408576698