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

Issue 14941002: Aggregate CSS manipulation functions in html lib. (Closed)

Created:
7 years, 7 months ago by Emily Fortuna
Modified:
7 years, 7 months ago
Reviewers:
blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Aggregate CSS manipulation functions in html lib. BUG= R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=22400

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+451 lines, -483 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 4 5 11 chunks +97 lines, -155 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 11 chunks +97 lines, -155 lines 0 comments Download
A + sdk/lib/html/html_common/css_class_set.dart View 1 2 3 4 5 7 chunks +10 lines, -10 lines 0 comments Download
M sdk/lib/html/html_common/html_common.dart View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M sdk/lib/html/html_common/html_common_dart2js.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/html/element_classes_test.dart View 1 3 chunks +143 lines, -3 lines 0 comments Download
M tools/dom/src/CssClassSet.dart View 1 2 3 4 5 7 chunks +70 lines, -131 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Document.darttemplate View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 3 chunks +27 lines, -24 lines 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Emily Fortuna
https://codereview.chromium.org/14941002/diff/2001/tools/dom/src/CssClassSet.dart File tools/dom/src/CssClassSet.dart (right): https://codereview.chromium.org/14941002/diff/2001/tools/dom/src/CssClassSet.dart#newcode197 tools/dom/src/CssClassSet.dart:197: void modify( f(Set<String> s)) { The alternative here is ...
7 years, 7 months ago (2013-05-03 20:03:50 UTC) #1
blois
https://codereview.chromium.org/14941002/diff/2001/tools/dom/src/CssClassSet.dart File tools/dom/src/CssClassSet.dart (right): https://codereview.chromium.org/14941002/diff/2001/tools/dom/src/CssClassSet.dart#newcode197 tools/dom/src/CssClassSet.dart:197: void modify( f(Set<String> s)) { On 2013/05/03 20:03:50, Emily ...
7 years, 7 months ago (2013-05-03 20:13:37 UTC) #2
Emily Fortuna
ptal
7 years, 7 months ago (2013-05-03 21:14:22 UTC) #3
blois
https://codereview.chromium.org/14941002/diff/6001/tools/dom/templates/html/dartium/html_dartium.darttemplate File tools/dom/templates/html/dartium/html_dartium.darttemplate (right): https://codereview.chromium.org/14941002/diff/6001/tools/dom/templates/html/dartium/html_dartium.darttemplate#newcode33 tools/dom/templates/html/dartium/html_dartium.darttemplate:33: part '$AUXILIARY_DIR/CssClassSetImpl.dart'; This file isn't included in the CL. ...
7 years, 7 months ago (2013-05-03 22:16:06 UTC) #4
Emily Fortuna
updated. ptal https://codereview.chromium.org/14941002/diff/6001/tools/dom/templates/html/dartium/html_dartium.darttemplate File tools/dom/templates/html/dartium/html_dartium.darttemplate (right): https://codereview.chromium.org/14941002/diff/6001/tools/dom/templates/html/dartium/html_dartium.darttemplate#newcode33 tools/dom/templates/html/dartium/html_dartium.darttemplate:33: part '$AUXILIARY_DIR/CssClassSetImpl.dart'; On 2013/05/03 22:16:06, blois wrote: ...
7 years, 7 months ago (2013-05-03 23:00:09 UTC) #5
blois
https://codereview.chromium.org/14941002/diff/18001/sdk/lib/html/html_common/css_class_set.dart File sdk/lib/html/html_common/css_class_set.dart (right): https://codereview.chromium.org/14941002/diff/18001/sdk/lib/html/html_common/css_class_set.dart#newcode8 sdk/lib/html/html_common/css_class_set.dart:8: abstract class CssClassSet implements Set<String> { The public interface ...
7 years, 7 months ago (2013-05-03 23:20:18 UTC) #6
blois
lgtm
7 years, 7 months ago (2013-05-03 23:32:27 UTC) #7
Emily Fortuna
7 years, 7 months ago (2013-05-06 00:04:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r22400 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698