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

Issue 447603002: patch from issue 428303004

Created:
6 years, 4 months ago by blois
Modified:
6 years, 4 months ago
Reviewers:
CC:
reviews_dartlang.org
Visibility:
Public.

Description

patch from issue 428303004 Changes to resolver_impl to support uri on Asset sources. BUG=

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+427 lines, -384 lines) Patch
M editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart View 1 chunk +4 lines, -1 line 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java View 4 chunks +10 lines, -9 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/processor/IOSemanticProcessor.java View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/analysis_server.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/context_directory_manager.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis_abstract.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/analysis_services/lib/src/index/store/codec.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_services/test/index/store/codec_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_testing/lib/abstract_context.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analysis_testing/lib/mock_sdk.dart View 5 chunks +7 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/file_system/file_system.dart View 2 chunks +2 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/file_system/memory_file_system.dart View 6 chunks +24 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/file_system/physical_file_system.dart View 1 chunk +5 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/source/package_map_resolver.dart View 2 chunks +1 line, -12 lines 0 comments Download
M pkg/analyzer/lib/src/analyzer_impl.dart View 3 chunks +12 lines, -19 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element.dart View 4 chunks +2 lines, -58 lines 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 2 chunks +13 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/sdk.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk_io.dart View 3 chunks +54 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source.dart View 13 chunks +60 lines, -63 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source_io.dart View 10 chunks +50 lines, -46 lines 0 comments Download
M pkg/analyzer/lib/src/string_source.dart View 1 chunk +5 lines, -1 line 0 comments Download
M pkg/analyzer/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/file_system/memory_file_system_test.dart View 7 chunks +15 lines, -15 lines 0 comments Download
M pkg/analyzer/test/file_system/physical_resource_provider_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/file_system/resource_uri_resolver_test.dart View 1 chunk +0 lines, -16 lines 0 comments Download
M pkg/analyzer/test/generated/element_test.dart View 6 chunks +0 lines, -31 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 4 chunks +114 lines, -13 lines 0 comments Download
M pkg/analyzer/test/generated/test_support.dart View 1 chunk +4 lines, -1 line 0 comments Download
M pkg/analyzer/test/services/test_utils.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analyzer/test/source/package_map_resolver_test.dart View 2 chunks +0 lines, -21 lines 0 comments Download
M pkg/code_transformers/lib/src/dart_sdk.dart View 3 chunks +7 lines, -6 lines 0 comments Download
M pkg/code_transformers/lib/src/resolver_impl.dart View 3 chunks +16 lines, -7 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698