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

Issue 2503293002: [debug-wrapper] LiveEdit, frame.restart(), breakpoints (Closed)

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

Description

[debug-wrapper] LiveEdit, frame.restart(), breakpoints This adds access to the LiveEdit API object, frame.restart(), and various breakpoint setters. The LiveEdit API still depends on the JS debugging context and blocks its removal; but it should be removed once LiveEdit is rewritten in the midterm. BUG=v8:5530 Committed: https://crrev.com/4fb4f3408c9f45d6f550517cd35777098ebb6be4 Cr-Commit-Position: refs/heads/master@{#41062}

Patch Set 1 #

Patch Set 2 : r-c-481896: adjust for new line nr #

Patch Set 3 : Update .status #

Total comments: 2

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -1856 lines) Patch
A + test/debugger/debug/debug-liveedit-1.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-2.js View 1 chunk +1 line, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-3.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-4.js View 1 chunk +1 line, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-check-stack.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-compile-error.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-diff.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-exceptions.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/debug-liveedit-literals.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-newsource.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-patch-positions-replace.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-restart-frame.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-stack-padding.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/debug-liveedit-stepin.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/debug-liveedit-utils.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/debugger/debug/es6/debug-liveedit-new-target-1.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-liveedit-new-target-2.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-liveedit-new-target-3.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/generators-debug-liveedit.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/harmony/debug-async-liveedit.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/regress/regress-crbug-481896.js View 1 2 chunks +1 line, -2 lines 0 comments Download
M test/debugger/debugger.status View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M test/debugger/test-api.js View 1 2 3 6 chunks +50 lines, -3 lines 0 comments Download
D test/mjsunit/debug-liveedit-1.js View 1 chunk +0 lines, -48 lines 0 comments Download
D test/mjsunit/debug-liveedit-2.js View 1 chunk +0 lines, -66 lines 0 comments Download
D test/mjsunit/debug-liveedit-3.js View 1 chunk +0 lines, -68 lines 0 comments Download
D test/mjsunit/debug-liveedit-4.js View 1 chunk +0 lines, -69 lines 0 comments Download
D test/mjsunit/debug-liveedit-check-stack.js View 1 chunk +0 lines, -140 lines 0 comments Download
D test/mjsunit/debug-liveedit-compile-error.js View 1 chunk +0 lines, -58 lines 0 comments Download
D test/mjsunit/debug-liveedit-diff.js View 1 chunk +0 lines, -112 lines 0 comments Download
D test/mjsunit/debug-liveedit-exceptions.js View 1 chunk +0 lines, -67 lines 0 comments Download
D test/mjsunit/debug-liveedit-literals.js View 1 chunk +0 lines, -94 lines 0 comments Download
D test/mjsunit/debug-liveedit-newsource.js View 1 chunk +0 lines, -77 lines 0 comments Download
D test/mjsunit/debug-liveedit-patch-positions-replace.js View 1 chunk +0 lines, -83 lines 0 comments Download
D test/mjsunit/debug-liveedit-restart-frame.js View 1 chunk +0 lines, -154 lines 0 comments Download
D test/mjsunit/debug-liveedit-stack-padding.js View 1 chunk +0 lines, -90 lines 0 comments Download
D test/mjsunit/debug-liveedit-stepin.js View 1 chunk +0 lines, -75 lines 0 comments Download
D test/mjsunit/debug-liveedit-utils.js View 1 chunk +0 lines, -95 lines 0 comments Download
D test/mjsunit/es6/debug-liveedit-new-target-1.js View 1 chunk +0 lines, -75 lines 0 comments Download
D test/mjsunit/es6/debug-liveedit-new-target-2.js View 1 chunk +0 lines, -63 lines 0 comments Download
D test/mjsunit/es6/debug-liveedit-new-target-3.js View 1 chunk +0 lines, -73 lines 0 comments Download
D test/mjsunit/es6/generators-debug-liveedit.js View 1 chunk +0 lines, -119 lines 0 comments Download
D test/mjsunit/harmony/debug-async-liveedit.js View 1 chunk +0 lines, -133 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-481896.js View 1 chunk +0 lines, -56 lines 0 comments Download

Messages

Total messages: 26 (19 generated)
jgruber
Still working on fixing the test failure but feel free to take a look in ...
4 years, 1 month ago (2016-11-16 09:00:41 UTC) #6
Yang
lgtm if all tests pass https://codereview.chromium.org/2503293002/diff/40001/src/debug/liveedit.js File src/debug/liveedit.js (right): https://codereview.chromium.org/2503293002/diff/40001/src/debug/liveedit.js#newcode1124 src/debug/liveedit.js:1124: %InstallToContext(["debug_live_edit", LiveEdit]); I don't ...
4 years, 1 month ago (2016-11-17 07:54:08 UTC) #15
jgruber
https://codereview.chromium.org/2503293002/diff/40001/src/debug/liveedit.js File src/debug/liveedit.js (right): https://codereview.chromium.org/2503293002/diff/40001/src/debug/liveedit.js#newcode1124 src/debug/liveedit.js:1124: %InstallToContext(["debug_live_edit", LiveEdit]); On 2016/11/17 07:54:08, Yang wrote: > I ...
4 years, 1 month ago (2016-11-17 08:15:04 UTC) #18
Yang
On 2016/11/17 08:15:04, jgruber wrote: > https://codereview.chromium.org/2503293002/diff/40001/src/debug/liveedit.js > File src/debug/liveedit.js (right): > > https://codereview.chromium.org/2503293002/diff/40001/src/debug/liveedit.js#newcode1124 > ...
4 years, 1 month ago (2016-11-17 08:25:24 UTC) #19
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/2503293002/60001
4 years, 1 month ago (2016-11-17 08:40:57 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-17 08:43:26 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:37:38 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4fb4f3408c9f45d6f550517cd35777098ebb6be4
Cr-Commit-Position: refs/heads/master@{#41062}

Powered by Google App Engine
This is Rietveld 408576698