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

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed)

Created:
7 years, 8 months ago by Jacob
Modified:
7 years, 8 months ago
CC:
Jennifer Messerly, Siggi Cherem (dart-lang), reviews_dartlang.org
Base URL:
https://github.com/kevmoo/widget.dart.git@master
Visibility:
Public.

Description

Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "[is=x-foo]" instead of "x-foo" and components cannot be assumed to subclass UnknownElement. Fix warnings due to missing constructor="ClassName" attributes. BUG=

Patch Set 1 #

Patch Set 2 : Updated to the next version of the SDK #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : PTAL #

Total comments: 9

Patch Set 5 : ptal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -50 lines) Patch
M build.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M changelog.md View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M lib/components/accordion.dart View 1 2 3 4 1 chunk +6 lines, -8 lines 0 comments Download
M lib/components/accordion.html View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/components/alert.html View 1 chunk +1 line, -1 line 0 comments Download
M lib/components/carousel.dart View 1 2 3 4 2 chunks +7 lines, -5 lines 0 comments Download
M lib/components/carousel.html View 1 chunk +1 line, -1 line 0 comments Download
M lib/components/collapse.html View 1 chunk +1 line, -1 line 0 comments Download
M lib/components/dropdown.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M lib/components/dropdown.html View 1 chunk +1 line, -1 line 0 comments Download
M lib/components/modal.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/components/modal.html View 1 chunk +1 line, -1 line 0 comments Download
M lib/components/swap.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M lib/components/swap.html View 1 chunk +1 line, -1 line 0 comments Download
M lib/components/tabs.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/components/tabs.html View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/effects/css3_transition_effect.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/src/effects/modal_manager.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/src/effects/show_hide.dart View 1 4 chunks +6 lines, -6 lines 0 comments Download
M lib/src/effects/swapper.dart View 1 3 chunks +4 lines, -4 lines 0 comments Download
M pubspec.yaml View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M test/effects/swapper_tests.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M test/performance/perf.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Jacob
Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use ...
7 years, 8 months ago (2013-04-16 15:30:18 UTC) #1
Siggi Cherem (dart-lang)
some quick drive-by-comments about versions https://chromiumcodereview.appspot.com/14295009/diff/3001/pubspec.yaml File pubspec.yaml (right): https://chromiumcodereview.appspot.com/14295009/diff/3001/pubspec.yaml#newcode2 pubspec.yaml:2: version: 0.4.7 Please change ...
7 years, 8 months ago (2013-04-16 17:07:20 UTC) #2
Jacob
ptal https://chromiumcodereview.appspot.com/14295009/diff/3001/pubspec.yaml File pubspec.yaml (right): https://chromiumcodereview.appspot.com/14295009/diff/3001/pubspec.yaml#newcode2 pubspec.yaml:2: version: 0.4.7 On 2013/04/16 17:07:20, Siggi Cherem (dart-lang) ...
7 years, 8 months ago (2013-04-16 17:18:19 UTC) #3
Siggi Cherem (dart-lang)
lgtm Thanks Jacob! https://chromiumcodereview.appspot.com/14295009/diff/7001/changelog.md File changelog.md (right): https://chromiumcodereview.appspot.com/14295009/diff/7001/changelog.md#newcode5 changelog.md:5: Updated to lastest web_ui. Aligned version ...
7 years, 8 months ago (2013-04-16 17:34:36 UTC) #4
Jacob
ptal https://chromiumcodereview.appspot.com/14295009/diff/7001/changelog.md File changelog.md (right): https://chromiumcodereview.appspot.com/14295009/diff/7001/changelog.md#newcode5 changelog.md:5: Updated to lastest web_ui. Aligned version numbers with ...
7 years, 8 months ago (2013-04-16 17:45:46 UTC) #5
Siggi Cherem (dart-lang)
lgtm - probably Kevin needs to submit this (maybe create a pull request on github?)
7 years, 8 months ago (2013-04-16 18:01:13 UTC) #6
kevmoo-old
We can close this, right? All merged...
7 years, 8 months ago (2013-04-18 16:18:43 UTC) #7
Siggi Cherem (dart-lang)
7 years, 8 months ago (2013-04-18 18:42:50 UTC) #8
Message was sent while issue was closed.
yeah, thanks! - just closed it manually

Powered by Google App Engine
This is Rietveld 408576698