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

Issue 60983003: pkg/csslib: fixed analysis error, more cleanup (Closed)

Created:
7 years, 1 month ago by kevmoo-old
Modified:
7 years, 1 month ago
Reviewers:
terry
CC:
reviews_dartlang.org
Visibility:
Public.

Description

pkg/csslib: fixed analysis error, more cleanup R=terry@google.com Committed: https://code.google.com/p/dart/source/detail?r=30480

Patch Set 1 #

Patch Set 2 : removed extra print #

Total comments: 8

Patch Set 3 : fixes #

Total comments: 3

Patch Set 4 : nits #

Patch Set 5 : rebased #

Patch Set 6 : rebase #

Total comments: 70

Patch Set 7 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -217 lines) Patch
M pkg/csslib/lib/parser.dart View 1 2 3 4 5 6 35 chunks +66 lines, -62 lines 0 comments Download
M pkg/csslib/lib/src/analyzer.dart View 1 2 3 4 5 5 chunks +5 lines, -6 lines 0 comments Download
M pkg/csslib/lib/src/css_printer.dart View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/csslib/lib/src/messages.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/csslib/lib/src/tree.dart View 1 2 3 4 5 6 41 chunks +121 lines, -119 lines 0 comments Download
M pkg/csslib/lib/src/tree_base.dart View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M pkg/csslib/lib/src/tree_printer.dart View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/csslib/lib/visitor.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/csslib/test/testing.dart View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kevmoo-old
tests pass in checked mode analyzer is warning free csslib-test-suite is green
7 years, 1 month ago (2013-11-07 18:10:28 UTC) #1
terry
Please make sure it passes csslib test and csslib test suite (~10,000) tests. Few changes. ...
7 years, 1 month ago (2013-11-07 18:11:22 UTC) #2
terry
Few more comments. https://codereview.chromium.org/60983003/diff/50001/pkg/csslib/lib/parser.dart File pkg/csslib/lib/parser.dart (right): https://codereview.chromium.org/60983003/diff/50001/pkg/csslib/lib/parser.dart#newcode958 pkg/csslib/lib/parser.dart:958: params.add(terms); Good I thought it should ...
7 years, 1 month ago (2013-11-07 18:17:05 UTC) #3
kevmoo-old
https://codereview.chromium.org/60983003/diff/30001/pkg/csslib/lib/src/tree.dart File pkg/csslib/lib/src/tree.dart (left): https://codereview.chromium.org/60983003/diff/30001/pkg/csslib/lib/src/tree.dart#oldcode130 pkg/csslib/lib/src/tree.dart:130: SimpleSelector clone() => new SimpleSelector(_name, span); Class was made ...
7 years, 1 month ago (2013-11-07 18:23:18 UTC) #4
kevmoo-old
Rebased and tested. PTAL?
7 years, 1 month ago (2013-11-16 22:39:08 UTC) #5
terry
LGTM just a few more cleanups. Runs with css test and CSS test suite too? ...
7 years, 1 month ago (2013-11-20 14:07:25 UTC) #6
terry
https://chromiumcodereview.appspot.com/60983003/diff/300001/pkg/csslib/lib/src/css_printer.dart File pkg/csslib/lib/src/css_printer.dart (right): https://chromiumcodereview.appspot.com/60983003/diff/300001/pkg/csslib/lib/src/css_printer.dart#newcode168 pkg/csslib/lib/src/css_printer.dart:168: bool isStartingQuote(String ch) => ('\'"'.indexOf(ch) >= 0); ignore. On ...
7 years, 1 month ago (2013-11-20 16:45:08 UTC) #7
kevmoo-old
I think I got most of the nits. See comments about using var w/out an ...
7 years, 1 month ago (2013-11-20 19:13:10 UTC) #8
kevmoo-old
7 years, 1 month ago (2013-11-20 19:15:48 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 manually as r30480 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698