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

Issue 1351693003: Update to use one less proxy per element (Closed)

Created:
5 years, 3 months ago by jakemac
Modified:
5 years, 2 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/polymer-dart.git@behaviors
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Update to use one less proxy per element

Patch Set 1 #

Patch Set 2 : redo! #

Total comments: 22

Patch Set 3 : work around https://github.com/dart-lang/reflectable/issues/30 #

Patch Set 4 : work around deserialize issue #

Patch Set 5 : code review updates #

Patch Set 6 : restore Polymer.Dart.InteropBehavior after bad rebase #

Patch Set 7 : update comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -111 lines) Patch
M lib/init.dart View 1 2 3 4 2 chunks +55 lines, -17 lines 0 comments Download
M lib/polymer.html View 1 1 chunk +0 lines, -1 line 0 comments Download
M lib/src/common/js_proxy.dart View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M lib/src/common/polymer_descriptor.dart View 1 2 3 4 5 1 chunk +5 lines, -4 lines 0 comments Download
M lib/src/common/polymer_mixin.dart View 1 1 chunk +2 lines, -3 lines 0 comments Download
M lib/src/common/polymer_serialize.dart View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
D lib/src/js/polymer_array_methods.html View 1 1 chunk +0 lines, -51 lines 0 comments Download
M lib/src/js/polymer_base_dart.html View 1 2 3 4 2 chunks +45 lines, -5 lines 0 comments Download
M lib/src/js/polymer_bind_dart.html View 1 1 chunk +0 lines, -7 lines 0 comments Download
M test/src/common/behavior_composition_test.dart View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M test/src/common/behavior_test.dart View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M test/src/common/polymer_descriptor_test.dart View 1 2 3 4 1 chunk +8 lines, -6 lines 0 comments Download
M test/src/common/polymer_mixin_test.dart View 1 3 chunks +101 lines, -9 lines 0 comments Download
M test/src/common/polymer_mixin_test.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
jakemac
5 years, 3 months ago (2015-09-16 22:00:56 UTC) #2
Siggi Cherem (dart-lang)
https://codereview.chromium.org/1351693003/diff/20001/lib/init.dart File lib/init.dart (right): https://codereview.chromium.org/1351693003/diff/20001/lib/init.dart#newcode54 lib/init.dart:54: } on FormatException catch (_) {} maybe log the ...
5 years, 3 months ago (2015-09-17 21:12:00 UTC) #4
jakemac
updated https://codereview.chromium.org/1351693003/diff/20001/lib/init.dart File lib/init.dart (right): https://codereview.chromium.org/1351693003/diff/20001/lib/init.dart#newcode54 lib/init.dart:54: } on FormatException catch (_) {} On 2015/09/17 ...
5 years, 3 months ago (2015-09-23 17:37:08 UTC) #5
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1351693003/diff/20001/test/src/common/polymer_mixin_test.html File test/src/common/polymer_mixin_test.html (right): https://codereview.chromium.org/1351693003/diff/20001/test/src/common/polymer_mixin_test.html#newcode22 test/src/common/polymer_mixin_test.html:22: <!-- Makes sure that if a list is ...
5 years, 3 months ago (2015-09-24 20:23:07 UTC) #6
jakemac
https://codereview.chromium.org/1351693003/diff/20001/test/src/common/polymer_mixin_test.html File test/src/common/polymer_mixin_test.html (right): https://codereview.chromium.org/1351693003/diff/20001/test/src/common/polymer_mixin_test.html#newcode22 test/src/common/polymer_mixin_test.html:22: <!-- Makes sure that if a list is in ...
5 years, 2 months ago (2015-09-25 15:43:11 UTC) #7
jakemac
5 years, 2 months ago (2015-09-25 15:44:10 UTC) #8
Message was sent while issue was closed.
closed - will merge separately since I don't want to squash everything

Powered by Google App Engine
This is Rietveld 408576698