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

Issue 2060263006: Deprecate FileUriResolver and RelativeFileUriResolver in source_io.dart, replace the usages with Re… (Closed)

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

Description

Deprecate FileUriResolver and RelativeFileUriResolver in source_io.dart, replace the usages with ResourceUriResolver(PhysicalResourceProvider.INSTANCE). R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/7f244c8d3939968f159da4f4e692e199bf2d9256

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -18 lines) Patch
M pkg/analysis_server/test/context_manager_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/analyzer/benchmark/errors_in_all_libraries.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/analyzer/example/resolver_driver.dart View 2 chunks +6 lines, -1 line 0 comments Download
M pkg/analyzer/lib/analyzer.dart View 2 chunks +4 lines, -1 line 0 comments Download
M pkg/analyzer/lib/file_system/file_system.dart View 3 chunks +3 lines, -3 lines 2 comments Download
M pkg/analyzer/lib/file_system/memory_file_system.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/source.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/source_io.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/all_the_rest_test.dart View 4 chunks +11 lines, -5 lines 2 comments Download
M pkg/analyzer_cli/lib/src/driver.dart View 3 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
jwren
4 years, 6 months ago (2016-06-16 17:19:54 UTC) #2
Brian Wilkerson
lgtm https://codereview.chromium.org/2060263006/diff/1/pkg/analyzer/lib/file_system/file_system.dart File pkg/analyzer/lib/file_system/file_system.dart (right): https://codereview.chromium.org/2060263006/diff/1/pkg/analyzer/lib/file_system/file_system.dart#newcode222 pkg/analyzer/lib/file_system/file_system.dart:222: static String FILE_SCHEME = "file"; This should be ...
4 years, 6 months ago (2016-06-16 17:39:30 UTC) #3
jwren
https://codereview.chromium.org/2060263006/diff/1/pkg/analyzer/lib/file_system/file_system.dart File pkg/analyzer/lib/file_system/file_system.dart (right): https://codereview.chromium.org/2060263006/diff/1/pkg/analyzer/lib/file_system/file_system.dart#newcode222 pkg/analyzer/lib/file_system/file_system.dart:222: static String FILE_SCHEME = "file"; On 2016/06/16 17:39:30, Brian ...
4 years, 6 months ago (2016-06-16 18:09:56 UTC) #4
jwren
4 years, 6 months ago (2016-06-16 18:14:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7f244c8d3939968f159da4f4e692e199bf2d9256 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698