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

Issue 23868008: Added polyfill for var (moved from web_ui) (Closed)

Created:
7 years, 3 months ago by terry
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Include tests for polyfill and without polyfill BUG= R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=27320

Patch Set 1 #

Total comments: 6

Patch Set 2 : Integrated CL suggestions #

Patch Set 3 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -3 lines) Patch
M pkg/csslib/lib/parser.dart View 3 chunks +8 lines, -1 line 0 comments Download
A pkg/csslib/lib/src/polyfill.dart View 1 1 chunk +246 lines, -0 lines 0 comments Download
M pkg/csslib/test/testing.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/csslib/test/var_test.dart View 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
terry
7 years, 3 months ago (2013-09-09 18:48:38 UTC) #1
Siggi Cherem (dart-lang)
https://codereview.chromium.org/23868008/diff/1/pkg/csslib/lib/src/polyfill.dart File pkg/csslib/lib/src/polyfill.dart (right): https://codereview.chromium.org/23868008/diff/1/pkg/csslib/lib/src/polyfill.dart#newcode63 pkg/csslib/lib/src/polyfill.dart:63: for (var tree in styleSheets) new _ResolveVarUsages(varDefs).visitTree(tree); style: 80 ...
7 years, 3 months ago (2013-09-09 19:53:38 UTC) #2
terry
PTAL https://codereview.chromium.org/23868008/diff/1/pkg/csslib/lib/src/polyfill.dart File pkg/csslib/lib/src/polyfill.dart (right): https://codereview.chromium.org/23868008/diff/1/pkg/csslib/lib/src/polyfill.dart#newcode63 pkg/csslib/lib/src/polyfill.dart:63: for (var tree in styleSheets) new _ResolveVarUsages(varDefs).visitTree(tree); On ...
7 years, 3 months ago (2013-09-09 20:04:50 UTC) #3
Siggi Cherem (dart-lang)
lgtm
7 years, 3 months ago (2013-09-09 20:16:39 UTC) #4
terry
7 years, 3 months ago (2013-09-09 23:16:19 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r27320 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698