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

Issue 23168002: move csslib into dart svn (Closed)

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

Description

move csslib into dart svn deleted files that duplicate those in the Dart repository (LICENSE, pubspec.yaml, codereview.settings, .gitignore) Otherwise, just changed pkg.status and pubspec R=terry@google.com Committed: https://code.google.com/p/dart/source/detail?r=26155

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11702 lines, -271 lines) Patch
A pkg/csslib/README.md View 1 chunk +84 lines, -0 lines 0 comments Download
A + pkg/csslib/bin/css.dart View 1 chunk +3 lines, -4 lines 0 comments Download
A pkg/csslib/example/call_parser.dart View 1 chunk +90 lines, -0 lines 0 comments Download
A pkg/csslib/example/call_parser.html View 1 chunk +13 lines, -0 lines 0 comments Download
A pkg/csslib/example/test.css View 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/csslib/lib/css.dart View 1 chunk +84 lines, -0 lines 0 comments Download
A pkg/csslib/lib/parser.dart View 1 chunk +2402 lines, -0 lines 0 comments Download
A pkg/csslib/lib/src/analyzer.dart View 1 chunk +513 lines, -0 lines 0 comments Download
A pkg/csslib/lib/src/css_printer.dart View 1 chunk +476 lines, -0 lines 0 comments Download
A pkg/csslib/lib/src/messages.dart View 1 chunk +129 lines, -0 lines 0 comments Download
A pkg/csslib/lib/src/options.dart View 1 chunk +94 lines, -0 lines 0 comments Download
A pkg/csslib/lib/src/property.dart View 1 chunk +1250 lines, -0 lines 0 comments Download
A + pkg/csslib/lib/src/token.dart View 3 chunks +15 lines, -22 lines 0 comments Download
A pkg/csslib/lib/src/tokenizer.dart View 1 chunk +409 lines, -0 lines 0 comments Download
A + pkg/csslib/lib/src/tokenizer_base.dart View 13 chunks +76 lines, -85 lines 0 comments Download
A + pkg/csslib/lib/src/tokenkind.dart View 10 chunks +284 lines, -124 lines 0 comments Download
A pkg/csslib/lib/src/tree.dart View 1 chunk +1054 lines, -0 lines 0 comments Download
A + pkg/csslib/lib/src/tree_base.dart View 5 chunks +32 lines, -28 lines 0 comments Download
A pkg/csslib/lib/src/tree_printer.dart View 1 chunk +512 lines, -0 lines 0 comments Download
A + pkg/csslib/lib/src/validate.dart View 6 chunks +30 lines, -8 lines 0 comments Download
A pkg/csslib/lib/visitor.dart View 1 chunk +445 lines, -0 lines 0 comments Download
A pkg/csslib/pubspec.yaml View 1 1 chunk +12 lines, -0 lines 0 comments Download
A pkg/csslib/test/compiler_test.dart View 1 chunk +728 lines, -0 lines 0 comments Download
A pkg/csslib/test/declaration_test.dart View 1 chunk +1036 lines, -0 lines 0 comments Download
A pkg/csslib/test/error_test.dart View 1 chunk +355 lines, -0 lines 0 comments Download
A pkg/csslib/test/nested_test.dart View 1 chunk +614 lines, -0 lines 0 comments Download
A pkg/csslib/test/run.sh View 1 chunk +39 lines, -0 lines 0 comments Download
A pkg/csslib/test/run_all.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A pkg/csslib/test/selector_test.dart View 1 chunk +67 lines, -0 lines 0 comments Download
A pkg/csslib/test/testing.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A pkg/csslib/test/var_test.dart View 1 chunk +629 lines, -0 lines 0 comments Download
A pkg/csslib/test/visitor_test.dart View 1 chunk +114 lines, -0 lines 0 comments Download
M pkg/pkg.status View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jennifer Messerly
Patchset #1 is the unmodified source.
7 years, 4 months ago (2013-08-14 03:52:36 UTC) #1
terry
Thanks John, LGTM
7 years, 4 months ago (2013-08-14 17:06:05 UTC) #2
Jennifer Messerly
7 years, 4 months ago (2013-08-14 21:11:43 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r26155 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698