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

Issue 1678043003: Add Dart code to diff_view (Closed)

Created:
4 years, 10 months ago by Johnni Winther
Modified:
4 years, 10 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add Dart code to diff_view + update annotations to make nodes without information more visible + add annotation for unused source information + use source information from subnodes in variable declarations, assignments and expression statements (a fix triggered by showing unused information) + support source information for initial variable declarations + new source info is now comparable to the old; need to check source locations before switch to the new R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/1a4ba676adf92700e3964aa29276b4bab4d108ee

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 4

Patch Set 3 : Updated cf. comments. #

Patch Set 4 : Update status. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2026 lines, -872 lines) Patch
M pkg/compiler/lib/src/io/position_information.dart View 1 2 12 chunks +106 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/io/source_information.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 4 chunks +6 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/ssa/nodes.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/tokens/token.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/js_ast/lib/src/nodes.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/dart2js.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A tests/compiler/dart2js/sourcemaps/diff.dart View 1 1 chunk +444 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/diff_view.dart View 1 2 6 chunks +401 lines, -720 lines 0 comments Download
A tests/compiler/dart2js/sourcemaps/html_parts.dart View 1 chunk +243 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/js_tracer.dart View 4 chunks +11 lines, -5 lines 0 comments Download
A tests/compiler/dart2js/sourcemaps/output_structure.dart View 1 1 chunk +668 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/source_mapping_tester.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart View 9 chunks +64 lines, -65 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart View 1 15 chunks +45 lines, -67 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/trace_graph.dart View 1 4 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Johnni Winther
4 years, 10 months ago (2016-02-08 14:05:04 UTC) #3
Siggi Cherem (dart-lang)
lgtm, just a question below https://codereview.chromium.org/1678043003/diff/20001/pkg/compiler/lib/src/io/position_information.dart File pkg/compiler/lib/src/io/position_information.dart (right): https://codereview.chromium.org/1678043003/diff/20001/pkg/compiler/lib/src/io/position_information.dart#newcode252 pkg/compiler/lib/src/io/position_information.dart:252: if (functionExpression != null) ...
4 years, 10 months ago (2016-02-08 22:31:53 UTC) #4
Johnni Winther
Committed patchset #4 (id:60001) manually as 1a4ba676adf92700e3964aa29276b4bab4d108ee (presubmit successful).
4 years, 10 months ago (2016-02-09 10:25:43 UTC) #6
Johnni Winther
https://codereview.chromium.org/1678043003/diff/20001/pkg/compiler/lib/src/io/position_information.dart File pkg/compiler/lib/src/io/position_information.dart (right): https://codereview.chromium.org/1678043003/diff/20001/pkg/compiler/lib/src/io/position_information.dart#newcode252 pkg/compiler/lib/src/io/position_information.dart:252: if (functionExpression != null) { On 2016/02/08 22:31:53, Siggi ...
4 years, 10 months ago (2016-02-10 09:19:27 UTC) #7
Siggi Cherem (dart-lang)
4 years, 10 months ago (2016-02-10 16:28:28 UTC) #8
Message was sent while issue was closed.
thanks! lgtm

Powered by Google App Engine
This is Rietveld 408576698