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

Issue 194863003: Don't include source maps in release mode. (Closed)

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

Description

Since release mode doesn't include the Dart sources that the source maps would point to, there's no point in including them in a release build. RELNOTE=Don't include source maps in release builds. R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=33553

Patch Set 1 #

Patch Set 2 : Don't include source maps at all in release builds. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -88 lines) Patch
M sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart View 1 6 chunks +22 lines, -3 lines 2 comments Download
M sdk/lib/_internal/pub/lib/src/command/list_package_dirs.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/dart.dart View 2 chunks +6 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_benchmark_test.dart View 1 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_example_test.dart View 1 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_test_test.dart View 1 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_web_test.dart View 1 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/copies_browser_js_next_to_entrypoints_test.dart View 1 3 chunks +2 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/copies_browser_js_with_dependency_override_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/build/copies_browser_js_with_dev_dependency_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/build/dart2js_finds_imports_across_packages_test.dart View 1 1 chunk +2 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/ignores_existing_compiled_js_files_test.dart View 1 1 chunk +2 lines, -2 lines 2 comments Download
M sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
D sdk/lib/_internal/pub/test/transformer/dart2js/includes_source_map_urls_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
A + sdk/lib/_internal/pub/test/transformer/dart2js/includes_source_maps_in_debug_test.dart View 1 2 chunks +5 lines, -7 lines 0 comments Download
A + sdk/lib/_internal/pub/test/transformer/dart2js/omits_source_map_in_release_test.dart View 1 2 chunks +12 lines, -7 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/dart2js/supports_configuration_with_build_test.dart View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Bob Nystrom
6 years, 9 months ago (2014-03-11 17:14:43 UTC) #1
Bob Nystrom
Not sure if I emailed this out for review yet.
6 years, 9 months ago (2014-03-11 17:17:03 UTC) #2
nweiz
lgtm, although it might also be nice to have a test that serve in release ...
6 years, 9 months ago (2014-03-11 20:10:30 UTC) #3
Bob Nystrom
> although it might also be nice to have a test that serve in release ...
6 years, 9 months ago (2014-03-11 20:43:30 UTC) #4
Bob Nystrom
6 years, 9 months ago (2014-03-11 20:44:30 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r33553 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698