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

Issue 1530133003: Support source maps in server mode (Closed)

Created:
5 years ago by vsm
Modified:
4 years, 11 months ago
Reviewers:
Jennifer Messerly
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

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -15 lines) Patch
M lib/runtime/dart/html.js View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 1 chunk +5 lines, -1 line 0 comments Download
M lib/src/codegen/js_printer.dart View 1 5 chunks +21 lines, -4 lines 0 comments Download
M lib/src/server/server.dart View 1 3 chunks +15 lines, -3 lines 0 comments Download
M test/codegen/expect/collection/src/unmodifiable_wrappers.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/codegen/expect/collection/wrappers.txt View 1 1 chunk +3 lines, -3 lines 0 comments Download
M test/codegen/expect/language-all.js View 1 Binary file 0 comments Download
M tool/input_sdk/lib/html/ddc/html_ddc.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
vsm
5 years ago (2015-12-16 15:07:07 UTC) #2
Jennifer Messerly
lgtm https://codereview.chromium.org/1530133003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1530133003/diff/1/lib/src/codegen/js_codegen.dart#newcode3504 lib/src/codegen/js_codegen.dart:3504: var serverUrl = flags.serverMode ? 'http://${flags.host}:${flags.port}/' : null; ...
5 years ago (2015-12-16 18:40:07 UTC) #3
vsm
https://codereview.chromium.org/1530133003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1530133003/diff/1/lib/src/codegen/js_codegen.dart#newcode3504 lib/src/codegen/js_codegen.dart:3504: var serverUrl = flags.serverMode ? 'http://${flags.host}:${flags.port}/' : null; On ...
4 years, 11 months ago (2016-01-07 21:22:03 UTC) #4
vsm
4 years, 11 months ago (2016-01-07 21:22:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
bbed6ea39790462e7263a479a8790c62d10f311b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698