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

Issue 1425313003: Re-enable source maps (Closed)

Created:
5 years, 1 month ago by vsm
Modified:
5 years, 1 month ago
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Re-enable source maps This appears to have bit-rotted. Fixes #384 R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/7dc5564ce9104bf7c31bcae23092d017ac9d7eaa

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address comments #

Total comments: 4

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -10 lines) Patch
M lib/src/codegen/js_printer.dart View 1 2 2 chunks +17 lines, -9 lines 0 comments Download
M test/codegen/expect/map_keys.js.map View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
vsm
5 years, 1 month ago (2015-11-09 15:51:15 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/1425313003/diff/1/lib/src/codegen/js_printer.dart File lib/src/codegen/js_printer.dart (right): https://codereview.chromium.org/1425313003/diff/1/lib/src/codegen/js_printer.dart#newcode76 lib/src/codegen/js_printer.dart:76: if (node.parent is CompilationUnit) { We'll keep making the ...
5 years, 1 month ago (2015-11-09 18:38:46 UTC) #4
vsm
https://codereview.chromium.org/1425313003/diff/1/lib/src/codegen/js_printer.dart File lib/src/codegen/js_printer.dart (right): https://codereview.chromium.org/1425313003/diff/1/lib/src/codegen/js_printer.dart#newcode76 lib/src/codegen/js_printer.dart:76: if (node.parent is CompilationUnit) { On 2015/11/09 18:38:46, John ...
5 years, 1 month ago (2015-11-09 19:15:42 UTC) #5
vsm
PTAL
5 years, 1 month ago (2015-11-09 19:16:41 UTC) #6
Jennifer Messerly
a few suggestions otherwise LGTM! Yeah, wow, this must've broke when we started visiting things ...
5 years, 1 month ago (2015-11-09 23:21:11 UTC) #7
vsm
https://codereview.chromium.org/1425313003/diff/20001/lib/src/codegen/js_printer.dart File lib/src/codegen/js_printer.dart (right): https://codereview.chromium.org/1425313003/diff/20001/lib/src/codegen/js_printer.dart#newcode84 lib/src/codegen/js_printer.dart:84: while (containingUnit is! CompilationUnit) { On 2015/11/09 23:21:11, John ...
5 years, 1 month ago (2015-11-10 14:35:48 UTC) #8
vsm
5 years, 1 month ago (2015-11-10 14:36:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
7dc5564ce9104bf7c31bcae23092d017ac9d7eaa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698