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

Issue 23478015: Apply several phases only to entrypoint files (which currently are identified as (Closed)

Created:
7 years, 3 months ago by Siggi Cherem (dart-lang)
Modified:
7 years, 3 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Apply several phases only to entrypoint files (which currently are identified as those inside the web/ or test/ directory), and hide doctype warnings when processing non entrypoint files. R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=27142

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -353 lines) Patch
M pkg/polymer/lib/deploy.dart View 1 2 3 4 1 chunk +10 lines, -5 lines 0 comments Download
M pkg/polymer/lib/src/transform/code_extractor.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/polymer/lib/src/transform/common.dart View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/polymer/lib/src/transform/import_inliner.dart View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/polymer/lib/src/transform/polyfill_injector.dart View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/polymer/lib/src/transform/script_compactor.dart View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
D pkg/polymer/test/data/unit/event_path_test.html View 1 chunk +0 lines, -142 lines 0 comments Download
D pkg/polymer/test/data/unit/events_test.html View 1 chunk +0 lines, -97 lines 0 comments Download
A + pkg/polymer/test/data/unit/web/event_path_test.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/polymer/test/data/unit/web/events_test.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M pkg/polymer/test/run_all.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/transform/code_extractor_test.dart View 3 chunks +39 lines, -23 lines 0 comments Download
M pkg/polymer/test/transform/import_inliner_test.dart View 7 chunks +85 lines, -67 lines 0 comments Download
M pkg/polymer/test/transform/polyfill_injector_test.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M pkg/polymer/test/transform/script_compactor_test.dart View 3 chunks +18 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Siggi Cherem (dart-lang)
7 years, 3 months ago (2013-08-30 20:34:18 UTC) #1
Jennifer Messerly
LGTM other than some minor comments. https://codereview.chromium.org/23478015/diff/5001/pkg/polymer/lib/src/transform/common.dart File pkg/polymer/lib/src/transform/common.dart (right): https://codereview.chromium.org/23478015/diff/5001/pkg/polymer/lib/src/transform/common.dart#newcode76 pkg/polymer/lib/src/transform/common.dart:76: Future<bool> isHtmlInWebOrTest(AssetId id) ...
7 years, 3 months ago (2013-09-04 02:35:04 UTC) #2
Siggi Cherem (dart-lang)
thanks! https://codereview.chromium.org/23478015/diff/5001/pkg/polymer/lib/src/transform/common.dart File pkg/polymer/lib/src/transform/common.dart (right): https://codereview.chromium.org/23478015/diff/5001/pkg/polymer/lib/src/transform/common.dart#newcode76 pkg/polymer/lib/src/transform/common.dart:76: Future<bool> isHtmlInWebOrTest(AssetId id) => On 2013/09/04 02:35:04, John ...
7 years, 3 months ago (2013-09-04 16:30:15 UTC) #3
Siggi Cherem (dart-lang)
7 years, 3 months ago (2013-09-04 19:49:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r27142 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698