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

Issue 189213003: Refactoring two pieces of polymer: (Closed)

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

Description

Refactoring two pieces of polymer: - loader logic: to make it easy to remove the mirror's loading code - script compactor: to make it flatter and easier to extend later. R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=33403

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -442 lines) Patch
M pkg/polymer/lib/polymer.dart View 1 2 chunks +18 lines, -5 lines 0 comments Download
A pkg/polymer/lib/src/build/mirrors_remover.dart View 1 chunk +45 lines, -0 lines 0 comments Download
M pkg/polymer/lib/src/build/script_compactor.dart View 10 chunks +135 lines, -95 lines 0 comments Download
M pkg/polymer/lib/src/declaration.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/lib/src/instance.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/lib/src/loader.dart View 3 chunks +13 lines, -213 lines 0 comments Download
A + pkg/polymer/lib/src/mirror_loader.dart View 1 3 chunks +28 lines, -127 lines 0 comments Download
A pkg/polymer/lib/src/static_loader.dart View 1 chunk +19 lines, -0 lines 0 comments Download
M pkg/polymer/pubspec.yaml View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Siggi Cherem (dart-lang)
this is dull work just to make some of the future changes easier to review. ...
6 years, 9 months ago (2014-03-06 22:45:22 UTC) #1
Siggi Cherem (dart-lang)
seems like I forgot to fix an import after the merge. Done.
6 years, 9 months ago (2014-03-06 22:51:52 UTC) #2
Jennifer Messerly
LGTM!! https://codereview.chromium.org/189213003/diff/1/pkg/polymer/lib/src/build/mirrors_remover.dart File pkg/polymer/lib/src/build/mirrors_remover.dart (right): https://codereview.chromium.org/189213003/diff/1/pkg/polymer/lib/src/build/mirrors_remover.dart#newcode33 pkg/polymer/lib/src/build/mirrors_remover.dart:33: .replaceAll('mirror_loader', 'static_loader')): maybe double check that 'mirror_loader' was ...
6 years, 9 months ago (2014-03-06 22:54:16 UTC) #3
Siggi Cherem (dart-lang)
thanks! https://codereview.chromium.org/189213003/diff/1/pkg/polymer/lib/src/build/mirrors_remover.dart File pkg/polymer/lib/src/build/mirrors_remover.dart (right): https://codereview.chromium.org/189213003/diff/1/pkg/polymer/lib/src/build/mirrors_remover.dart#newcode33 pkg/polymer/lib/src/build/mirrors_remover.dart:33: .replaceAll('mirror_loader', 'static_loader')): On 2014/03/06 22:54:17, John Messerly wrote: ...
6 years, 9 months ago (2014-03-06 23:09:58 UTC) #4
Siggi Cherem (dart-lang)
6 years, 9 months ago (2014-03-06 23:23:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r33403 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698