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

Issue 1182303006: Re-enable and add new HTML support (Closed)

Created:
5 years, 6 months ago by Brian Wilkerson
Modified:
5 years, 6 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Move a private constant #

Total comments: 24
Unified diffs Side-by-side diffs Delta from patch set Stats (+569 lines, -132 lines) Patch
M pkg/analyzer/lib/src/context/context.dart View 10 chunks +91 lines, -62 lines 14 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 6 chunks +28 lines, -12 lines 2 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 1 chunk +32 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/plugin/engine_plugin.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/html.dart View 1 4 chunks +153 lines, -12 lines 6 comments Download
M pkg/analyzer/lib/task/html.dart View 1 1 chunk +22 lines, -14 lines 0 comments Download
M pkg/analyzer/pubspec.yaml View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 4 chunks +8 lines, -1 line 2 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 8 chunks +24 lines, -14 lines 0 comments Download
M pkg/analyzer/test/src/task/html_test.dart View 3 chunks +208 lines, -17 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Brian Wilkerson
5 years, 6 months ago (2015-06-15 20:31:57 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/1182303006/diff/20001/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1182303006/diff/20001/pkg/analyzer/lib/src/context/context.dart#newcode782 pkg/analyzer/lib/src/context/context.dart:782: return new AnalysisErrorInfoImpl(null, null); The old task model ...
5 years, 6 months ago (2015-06-15 21:34:39 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/1182303006/diff/20001/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1182303006/diff/20001/pkg/analyzer/lib/src/context/context.dart#newcode782 pkg/analyzer/lib/src/context/context.dart:782: return new AnalysisErrorInfoImpl(null, null); Done https://codereview.chromium.org/1182303006/diff/20001/pkg/analyzer/lib/src/context/context.dart#newcode796 pkg/analyzer/lib/src/context/context.dart:796: List<Source> getHtmlFilesReferencing(Source ...
5 years, 6 months ago (2015-06-16 16:28:08 UTC) #4
Brian Wilkerson
5 years, 6 months ago (2015-06-16 16:52:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
cb8b774fef4a7d9530e2ff274849af288b0cb343 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698