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

Issue 14109034: Recipes for using CSS Selectors with dart:html (Closed)

Created:
7 years, 7 months ago by shailentuli
Modified:
7 years, 4 months ago
Base URL:
https://github.com/dart-lang/cookbook.git@master
Visibility:
Public.

Description

Recipes for using CSS Selectors with dart:html

Patch Set 1 #

Patch Set 2 : Removed unwanted file. #

Total comments: 58

Patch Set 3 : Made changes based on reviewers' comments. #

Total comments: 8

Patch Set 4 : Incorporated changes recommended by Seth #

Total comments: 7

Patch Set 5 : Changes based on Kathy's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+974 lines, -0 lines) Patch
A recipes/web/html/creating_elements.html View 1 chunk +41 lines, -0 lines 0 comments Download
A recipes/web/html/inserting_elements.html View 1 chunk +65 lines, -0 lines 0 comments Download
A recipes/web/html/inserting_elements_outside.html View 1 chunk +24 lines, -0 lines 0 comments Download
A recipes/web/html/manipulating_queryAll_results.html View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A recipes/web/html/removing.html View 1 chunk +59 lines, -0 lines 0 comments Download
A recipes/web/html/removing_children.html View 1 chunk +47 lines, -0 lines 0 comments Download
A recipes/web/html/replacing.html View 1 chunk +56 lines, -0 lines 0 comments Download
A recipes/web/html/replacing_children.html View 1 chunk +44 lines, -0 lines 0 comments Download
A recipes/web/html/scoped_selectors.html View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A recipes/web/html/selector_with_scope.html View 1 chunk +33 lines, -0 lines 0 comments Download
A recipes/web/html/selectors.html View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A recipes/web/html/selectors_attribute.html View 1 chunk +62 lines, -0 lines 0 comments Download
A recipes/web/html/selectors_basic.html View 1 chunk +52 lines, -0 lines 0 comments Download
A recipes/web/html/selectors_basic_filtered.html View 1 chunk +58 lines, -0 lines 0 comments Download
A recipes/web/html/selectors_hierarchy.html View 1 chunk +49 lines, -0 lines 0 comments Download
A recipes/web/html/traversing_from_current_position.html View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A scoped_selectors.asciidoc View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A selectors.asciidoc View 1 2 3 4 1 chunk +152 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
shailentuli
Please review this short CL with 2 dart:html recipes. The files to review are: selectors.asciidoc ...
7 years, 7 months ago (2013-04-29 20:31:57 UTC) #1
sethladd
https://chromiumcodereview.appspot.com/14109034/diff/2001/selectors.asciidoc File selectors.asciidoc (right): https://chromiumcodereview.appspot.com/14109034/diff/2001/selectors.asciidoc#newcode9 selectors.asciidoc:9: Use the top level `query()` and `queryAll()` functions provided ...
7 years, 7 months ago (2013-04-29 20:59:01 UTC) #2
Kathy Walrath
https://chromiumcodereview.appspot.com/14109034/diff/2001/scoped_selectors.asciidoc File scoped_selectors.asciidoc (right): https://chromiumcodereview.appspot.com/14109034/diff/2001/scoped_selectors.asciidoc#newcode5 scoped_selectors.asciidoc:5: You have a handle on a selected DOM element ...
7 years, 7 months ago (2013-04-29 21:17:02 UTC) #3
Andrei Mouravski
Part 1. https://codereview.chromium.org/14109034/diff/2001/scoped_selectors.asciidoc File scoped_selectors.asciidoc (right): https://codereview.chromium.org/14109034/diff/2001/scoped_selectors.asciidoc#newcode5 scoped_selectors.asciidoc:5: You have a handle on a selected ...
7 years, 7 months ago (2013-04-29 21:21:43 UTC) #4
shailentuli
Ready for second round of reviews. Many thanks for your comments. https://chromiumcodereview.appspot.com/14109034/diff/2001/scoped_selectors.asciidoc File scoped_selectors.asciidoc (right): ...
7 years, 7 months ago (2013-04-30 02:59:31 UTC) #5
sethladd
https://chromiumcodereview.appspot.com/14109034/diff/10001/selectors.asciidoc File selectors.asciidoc (right): https://chromiumcodereview.appspot.com/14109034/diff/10001/selectors.asciidoc#newcode27 selectors.asciidoc:27: <li class='mustHave'>Cereal still missing must-have https://chromiumcodereview.appspot.com/14109034/diff/10001/selectors.asciidoc#newcode50 selectors.asciidoc:50: // Find ...
7 years, 7 months ago (2013-04-30 16:36:40 UTC) #6
shailentuli
Incorporated changes requested by Seth. https://chromiumcodereview.appspot.com/14109034/diff/10001/selectors.asciidoc File selectors.asciidoc (right): https://chromiumcodereview.appspot.com/14109034/diff/10001/selectors.asciidoc#newcode27 selectors.asciidoc:27: <li class='mustHave'>Cereal On 2013/04/30 ...
7 years, 7 months ago (2013-04-30 21:52:08 UTC) #7
Kathy Walrath
lgtm! I noticed a few small things. https://chromiumcodereview.appspot.com/14109034/diff/15001/scoped_selectors.asciidoc File scoped_selectors.asciidoc (right): https://chromiumcodereview.appspot.com/14109034/diff/15001/scoped_selectors.asciidoc#newcode10 scoped_selectors.asciidoc:10: these methods ...
7 years, 7 months ago (2013-04-30 22:48:54 UTC) #8
shailentuli
7 years, 7 months ago (2013-05-06 08:33:21 UTC) #9
https://chromiumcodereview.appspot.com/14109034/diff/15001/scoped_selectors.a...
File scoped_selectors.asciidoc (right):

https://chromiumcodereview.appspot.com/14109034/diff/15001/scoped_selectors.a...
scoped_selectors.asciidoc:10: these methods on an element restricts the scope of
the query to the that
On 2013/04/30 22:48:54, Kathy Walrath wrote:
> the that -> that

Done.

https://chromiumcodereview.appspot.com/14109034/diff/15001/scoped_selectors.a...
scoped_selectors.asciidoc:44: class in in other rows are not affected.
On 2013/04/30 22:48:54, Kathy Walrath wrote:
> in in -> in

Done.

https://chromiumcodereview.appspot.com/14109034/diff/15001/selectors.asciidoc
File selectors.asciidoc (right):

https://chromiumcodereview.appspot.com/14109034/diff/15001/selectors.asciidoc...
selectors.asciidoc:150: into the DOM, add modify existing DOM elements.
On 2013/04/30 22:48:54, Kathy Walrath wrote:
> Links?

Punting on this. These recipes are still in a bit of flux.

Powered by Google App Engine
This is Rietveld 408576698