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

Issue 1519283003: Move public API for elements into a public location (Closed)

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

Description

Move public API for elements into a public location In addition to moving code from inside 'src' to outside 'src', I made four other changes: - cleaned up several comments that had just gotten out of date, - made FunctionTypedElement implement TypeDefiningElement, and - moved the implementation of InterfaceType.getSmartLeastUpperBound to InterfaceTypeImpl - Element kinds EMBEDDED_HTML_SCRIPT, EXTERNAL_HTML_SCRIPT, and HTML have been removed. R=paulberry@google.com, scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/86472f32ce152a1dec6b71fe43c875621f801d10

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3164 lines, -3100 lines) Patch
M pkg/analysis_server/test/protocol_server_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
A pkg/analyzer/lib/dart/element/element.dart View 1 chunk +2032 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/dart/element/type.dart View 1 chunk +627 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/dart/element/visitor.dart View 1 chunk +356 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element.dart View 49 chunks +149 lines, -3097 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Brian Wilkerson
In addition to moving code from inside 'src' to outside 'src', I made three other ...
5 years ago (2015-12-12 19:14:30 UTC) #2
scheglov
LGTM
5 years ago (2015-12-12 20:31:29 UTC) #3
Paul Berry
lgtm, however I'm not thrilled about the fact that in addition to a large amount ...
5 years ago (2015-12-13 16:33:42 UTC) #4
Paul Berry
On 2015/12/13 16:33:42, Paul Berry wrote: > lgtm, however I'm not thrilled about the fact ...
5 years ago (2015-12-13 16:35:13 UTC) #5
Brian Wilkerson
5 years ago (2015-12-13 18:49:01 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
86472f32ce152a1dec6b71fe43c875621f801d10 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698