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

Issue 21109007: add mutation observer polyfill package (Closed)

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

Description

add mutation observer polyfill package also enables custom element tests on all supported platforms R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=25637

Patch Set 1 #

Patch Set 2 : fix for constructor property #

Total comments: 12

Patch Set 3 : add minified and fix test status #

Patch Set 4 : fix pubspec #

Unified diffs Side-by-side diffs Delta from patch set Stats (+763 lines, -2 lines) Patch
M pkg/custom_element/pubspec.yaml View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/custom_element/test/custom_element_test.dart View 1 1 chunk +10 lines, -0 lines 0 comments Download
A pkg/mutation_observer/README.md View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A pkg/mutation_observer/lib/mutation_observer.js View 1 1 chunk +583 lines, -0 lines 0 comments Download
A pkg/mutation_observer/lib/mutation_observer.min.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A pkg/mutation_observer/pubspec.yaml View 1 chunk +8 lines, -0 lines 0 comments Download
A pkg/mutation_observer/test/mutation_observer_test.dart View 1 2 1 chunk +114 lines, -0 lines 0 comments Download
M pkg/pkg.status View 1 2 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jennifer Messerly
https://codereview.chromium.org/21109007/diff/1007/pkg/mutation_observer/lib/mutation_observer.js File pkg/mutation_observer/lib/mutation_observer.js (right): https://codereview.chromium.org/21109007/diff/1007/pkg/mutation_observer/lib/mutation_observer.js#newcode187 pkg/mutation_observer/lib/mutation_observer.js:187: get constructor() { return MutationObserver; }, I have no ...
7 years, 4 months ago (2013-07-30 03:27:23 UTC) #1
Siggi Cherem (dart-lang)
https://codereview.chromium.org/21109007/diff/1007/pkg/mutation_observer/README.md File pkg/mutation_observer/README.md (right): https://codereview.chromium.org/21109007/diff/1007/pkg/mutation_observer/README.md#newcode16 pkg/mutation_observer/README.md:16: <script src="packages/mutation_observer/mutation_observer.debug.js"></script> seems like there is no 'debug' in ...
7 years, 4 months ago (2013-07-30 16:44:47 UTC) #2
blois
Wondering about the package structure for general polyfills- we've discussed some in the past moving ...
7 years, 4 months ago (2013-07-30 17:11:09 UTC) #3
Jennifer Messerly
@Pete, yes a single package for small polyfills might be nice. For packages that are ...
7 years, 4 months ago (2013-07-30 18:05:20 UTC) #4
Siggi Cherem (dart-lang)
lgtm
7 years, 4 months ago (2013-07-30 19:37:00 UTC) #5
Jennifer Messerly
I noticed some missing dependencies in the pubspec. added
7 years, 4 months ago (2013-07-30 20:45:54 UTC) #6
Jennifer Messerly
7 years, 4 months ago (2013-07-30 20:48:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r25637 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698