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

Issue 2731163002: Split js interop registration into library/class/member elements (Closed)

Created:
3 years, 9 months ago by Johnni Winther
Modified:
3 years, 9 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Split js interop registration into library/class/member elements R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/fbbf1e90ec0d48d0c6eaeffc194ddfbfdb07e8cd

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 5

Patch Set 3 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -161 lines) Patch
M pkg/compiler/lib/src/js_backend/backend_serialization.dart View 3 chunks +28 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/field_naming_mixin.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/frequency_namer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/js_interop_analysis.dart View 1 6 chunks +38 lines, -17 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/minify_namer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 1 chunk +0 lines, -30 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/native_data.dart View 1 2 6 chunks +157 lines, -86 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/native_emitter.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 8 chunks +13 lines, -12 lines 0 comments Download
M pkg/compiler/lib/src/types/types.dart View 1 chunk +8 lines, -1 line 0 comments Download
M tests/compiler/dart2js/serialization/native_data_test.dart View 1 chunk +14 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 9 months ago (2017-03-05 13:55:42 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2731163002/diff/20001/pkg/compiler/lib/src/js_backend/native_data.dart File pkg/compiler/lib/src/js_backend/native_data.dart (right): https://codereview.chromium.org/2731163002/diff/20001/pkg/compiler/lib/src/js_backend/native_data.dart#newcode71 pkg/compiler/lib/src/js_backend/native_data.dart:71: /// Computes the name prefix for [element to ...
3 years, 9 months ago (2017-03-14 04:48:20 UTC) #3
Johnni Winther
https://codereview.chromium.org/2731163002/diff/20001/pkg/compiler/lib/src/js_backend/native_data.dart File pkg/compiler/lib/src/js_backend/native_data.dart (right): https://codereview.chromium.org/2731163002/diff/20001/pkg/compiler/lib/src/js_backend/native_data.dart#newcode71 pkg/compiler/lib/src/js_backend/native_data.dart:71: /// Computes the name prefix for [element to use ...
3 years, 9 months ago (2017-03-15 11:42:15 UTC) #4
Johnni Winther
3 years, 9 months ago (2017-03-15 11:59:03 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
fbbf1e90ec0d48d0c6eaeffc194ddfbfdb07e8cd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698