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

Issue 27307004: Converting Polymer's WebComponentsLoaded to an onReady future (Closed)

Created:
7 years, 2 months ago by blois
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org, Jennifer Messerly
Visibility:
Public.

Description

Converting Polymer's WebComponentsLoaded to an onReady future This avoids double-firing of the event when the CustomElements polyfill is present and allows tests to wait for the future without worrying about missing the event. BUG= R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=28665

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -80 lines) Patch
pkg/polymer/lib/src/instance.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download
pkg/polymer/lib/src/loader.dart View 1 chunk +5 lines, -4 lines 0 comments Download
pkg/polymer/test/event_path_test.dart View 1 chunk +44 lines, -45 lines 0 comments Download
pkg/polymer/test/events_test.dart View 1 chunk +18 lines, -20 lines 0 comments Download
pkg/polymer/test/take_attributes_test.dart View 2 chunks +1 line, -3 lines 0 comments Download
samples/third_party/todomvc/test/listorder_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
samples/third_party/todomvc/test/mainpage_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
samples/third_party/todomvc/test/markdone_test.dart View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
blois
7 years, 2 months ago (2013-10-15 17:24:13 UTC) #1
Siggi Cherem (dart-lang)
lgtm! nice to see the cleaner tests. https://codereview.chromium.org/27307004/diff/10001/pkg/polymer/lib/src/instance.dart File pkg/polymer/lib/src/instance.dart (right): https://codereview.chromium.org/27307004/diff/10001/pkg/polymer/lib/src/instance.dart#newcode73 pkg/polymer/lib/src/instance.dart:73: /// Future ...
7 years, 2 months ago (2013-10-15 17:33:00 UTC) #2
blois
https://codereview.chromium.org/27307004/diff/10001/pkg/polymer/lib/src/instance.dart File pkg/polymer/lib/src/instance.dart (right): https://codereview.chromium.org/27307004/diff/10001/pkg/polymer/lib/src/instance.dart#newcode73 pkg/polymer/lib/src/instance.dart:73: /// Future indicating that the Polymer library has been ...
7 years, 2 months ago (2013-10-15 17:36:38 UTC) #3
blois
7 years, 2 months ago (2013-10-15 17:37:32 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r28665 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698