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

Issue 1121293003: Provide a dart2js implementation of dart:debugger (Closed)

Created:
5 years, 7 months ago by Alan Knight
Modified:
5 years, 7 months ago
Reviewers:
skybrian, Cutch, sra1, floitsch
CC:
reviews_dartlang.org, ricow1
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Provide a dart2js implementation of dart:debugger BUG= R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=45577

Patch Set 1 #

Total comments: 9

Patch Set 2 : Review fixes #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -8 lines) Patch
A sdk/lib/_internal/compiler/js_lib/debugger_patch.dart View 1 1 chunk +32 lines, -0 lines 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 chunk +2 lines, -1 line 0 comments Download
M sdk/lib/debugger/debugger.dart View 1 chunk +2 lines, -6 lines 3 comments Download
M tools/create_sdk.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (3 generated)
Alan Knight
5 years, 7 months ago (2015-05-05 19:22:29 UTC) #2
skybrian
I'm not qualified to review the implementation but it looks okay... https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart File sdk/lib/_internal/compiler/js_lib/debugger_patch.dart (left): ...
5 years, 7 months ago (2015-05-05 19:35:39 UTC) #3
floitsch
DBC. https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart File sdk/lib/_internal/compiler/js_lib/debugger_patch.dart (right): https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart#newcode16 sdk/lib/_internal/compiler/js_lib/debugger_patch.dart:16: static void breakHere() { The _js_helper library has ...
5 years, 7 months ago (2015-05-05 20:29:29 UTC) #5
sra1
https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart File sdk/lib/_internal/compiler/js_lib/debugger_patch.dart (left): https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart#oldcode13 sdk/lib/_internal/compiler/js_lib/debugger_patch.dart:13: /// not a debugger is connected. On 2015/05/05 19:35:38, ...
5 years, 7 months ago (2015-05-06 04:33:10 UTC) #6
Alan Knight
PTAL https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart File sdk/lib/_internal/compiler/js_lib/debugger_patch.dart (left): https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart#oldcode13 sdk/lib/_internal/compiler/js_lib/debugger_patch.dart:13: /// not a debugger is connected. On 2015/05/05 ...
5 years, 7 months ago (2015-05-06 17:04:39 UTC) #7
sra1
On 2015/05/06 17:04:39, Alan Knight wrote: > PTAL > > https://codereview.chromium.org/1121293003/diff/1/sdk/lib/_internal/compiler/js_lib/debugger_patch.dart > File sdk/lib/_internal/compiler/js_lib/debugger_patch.dart (left): ...
5 years, 7 months ago (2015-05-06 17:18:14 UTC) #8
sra1
lgtm
5 years, 7 months ago (2015-05-06 17:18:21 UTC) #9
Cutch
https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart File sdk/lib/debugger/debugger.dart (right): https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart#newcode13 sdk/lib/debugger/debugger.dart:13: /// not a debugger is connected. DBC: Update comment ...
5 years, 7 months ago (2015-05-06 19:50:10 UTC) #11
Alan Knight
https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart File sdk/lib/debugger/debugger.dart (right): https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart#newcode13 sdk/lib/debugger/debugger.dart:13: /// not a debugger is connected. On 2015/05/06 19:50:10, ...
5 years, 7 months ago (2015-05-06 22:30:50 UTC) #12
Alan Knight
Committed patchset #2 (id:20001) manually as 45577 (presubmit successful).
5 years, 7 months ago (2015-05-06 22:36:08 UTC) #13
skybrian
https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart File sdk/lib/debugger/debugger.dart (right): https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart#newcode13 sdk/lib/debugger/debugger.dart:13: /// not a debugger is connected. On 2015/05/06 22:30:50, ...
5 years, 7 months ago (2015-05-06 22:51:57 UTC) #14
Cutch
On 2015/05/06 22:51:57, skybrian wrote: > https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart > File sdk/lib/debugger/debugger.dart (right): > > https://codereview.chromium.org/1121293003/diff/20001/sdk/lib/debugger/debugger.dart#newcode13 > ...
5 years, 7 months ago (2015-05-06 22:54:29 UTC) #15
Alan Knight
5 years, 7 months ago (2015-05-06 23:00:55 UTC) #16
Message was sent while issue was closed.
Ah, I misunderstood the comment. Created
https://codereview.chromium.org/1130043002

Documentation in api.dartlang.org comes from the dart2js sources. It has no
choice in that, because it uses dart2js mirrors to extract the information.
dartdoc is using the analyzer, I'm not sure which sources it uses.

Powered by Google App Engine
This is Rietveld 408576698