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

Issue 189563004: Use '--source-map' and '--out' options to support source maps from non-commandline. (Closed)

Created:
6 years, 9 months ago by Johnni Winther
Modified:
6 years, 9 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org, Bob Nystrom
Visibility:
Public.

Description

Use '--source-map' and '--out' options to support source maps from non-commandline. BUG= http://dartbug.com/17259 R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=33424

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -66 lines) Patch
M sdk/lib/_internal/compiler/compiler.dart View 2 chunks +1 line, -8 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/apiimpl.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/compiler.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2js.dart View 3 chunks +3 lines, -17 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart View 1 chunk +5 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart View 4 chunks +41 lines, -8 lines 6 comments Download
M sdk/lib/_internal/compiler/implementation/source_map_builder.dart View 3 chunks +5 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/util/uri_extras.dart View 2 chunks +6 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 4 chunks +41 lines, -2 lines 0 comments Download
A tests/compiler/dart2js/source_map_test.dart View 1 chunk +74 lines, -0 lines 2 comments Download
M tests/compiler/dart2js/uri_extras_test.dart View 2 chunks +50 lines, -24 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Johnni Winther
6 years, 9 months ago (2014-03-07 09:03:12 UTC) #1
Johnni Winther
6 years, 9 months ago (2014-03-07 09:19:39 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/189563004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart File sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart (right): https://codereview.chromium.org/189563004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart#newcode1536 sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart:1536: assembledCode += It seems more efficient if we ...
6 years, 9 months ago (2014-03-07 10:27:24 UTC) #3
Johnni Winther
https://codereview.chromium.org/189563004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart File sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart (right): https://codereview.chromium.org/189563004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart#newcode1536 sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart:1536: assembledCode += On 2014/03/07 10:27:24, floitsch wrote: > It ...
6 years, 9 months ago (2014-03-07 12:38:48 UTC) #4
Johnni Winther
6 years, 9 months ago (2014-03-07 12:42:13 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r33424 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698