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

Issue 319263002: Add "created-watcher" to the web_components package. This was adapted from (Closed)

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

Description

Add "created-watcher" to the web_components package. This was adapted from Pete's CL (https://codereview.chromium.org/184033007/). I've marked the differences in the CL. R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=37144

Patch Set 1 : #

Total comments: 19

Patch Set 2 : #

Patch Set 3 : #

Total comments: 22

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -2 lines) Patch
M pkg/pkg.status View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M pkg/web_components/lib/dart_support.js View 1 2 3 2 chunks +56 lines, -0 lines 0 comments Download
A pkg/web_components/lib/interop.dart View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M pkg/web_components/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
A pkg/web_components/test/interop2_test.dart View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A pkg/web_components/test/interop2_test.html View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A pkg/web_components/test/interop_test.dart View 1 2 3 1 chunk +102 lines, -0 lines 0 comments Download
A pkg/web_components/test/interop_test.html View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Siggi Cherem (dart-lang)
https://codereview.chromium.org/319263002/diff/60001/pkg/web_components/lib/created_watcher.dart File pkg/web_components/lib/created_watcher.dart (right): https://codereview.chromium.org/319263002/diff/60001/pkg/web_components/lib/created_watcher.dart#newcode16 pkg/web_components/lib/created_watcher.dart:16: /// `created_watcher.js` already loaded in the page. one difference ...
6 years, 6 months ago (2014-06-06 22:31:47 UTC) #1
justinfagnani
https://codereview.chromium.org/319263002/diff/60001/pkg/web_components/lib/created_watcher.dart File pkg/web_components/lib/created_watcher.dart (right): https://codereview.chromium.org/319263002/diff/60001/pkg/web_components/lib/created_watcher.dart#newcode16 pkg/web_components/lib/created_watcher.dart:16: /// `created_watcher.js` already loaded in the page. On 2014/06/06 ...
6 years, 6 months ago (2014-06-06 23:33:06 UTC) #2
Siggi Cherem (dart-lang)
PTAL https://codereview.chromium.org/319263002/diff/60001/pkg/web_components/lib/created_watcher.dart File pkg/web_components/lib/created_watcher.dart (right): https://codereview.chromium.org/319263002/diff/60001/pkg/web_components/lib/created_watcher.dart#newcode20 pkg/web_components/lib/created_watcher.dart:20: /// provides a reference to the created element ...
6 years, 6 months ago (2014-06-09 17:10:28 UTC) #3
Jennifer Messerly
some initial comments... https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.dart File pkg/web_components/lib/created_watcher.dart (right): https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.dart#newcode1 pkg/web_components/lib/created_watcher.dart:1: // Copyright (c) 2013, the Dart ...
6 years, 6 months ago (2014-06-09 17:28:48 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.js File pkg/web_components/lib/created_watcher.js (right): https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.js#newcode7 pkg/web_components/lib/created_watcher.js:7: (function (doc) { can we include this in dart_support.js? ...
6 years, 6 months ago (2014-06-09 17:36:08 UTC) #5
Siggi Cherem (dart-lang)
PTAL https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.dart File pkg/web_components/lib/created_watcher.dart (right): https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.dart#newcode1 pkg/web_components/lib/created_watcher.dart:1: // Copyright (c) 2013, the Dart project authors. ...
6 years, 6 months ago (2014-06-09 19:29:02 UTC) #6
Jennifer Messerly
lgtm https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.dart File pkg/web_components/lib/created_watcher.dart (right): https://codereview.chromium.org/319263002/diff/100001/pkg/web_components/lib/created_watcher.dart#newcode30 pkg/web_components/lib/created_watcher.dart:30: var controller = new StreamController<Element>.broadcast(sync: true, On 2014/06/09 ...
6 years, 6 months ago (2014-06-09 19:33:52 UTC) #7
Siggi Cherem (dart-lang)
Thanks! Running the latest tests revealed a dart2js bug that affects elements that extend from ...
6 years, 6 months ago (2014-06-09 22:37:47 UTC) #8
Siggi Cherem (dart-lang)
6 years, 6 months ago (2014-06-09 22:50:59 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r37144 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698