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

Issue 2789663005: Fix type checks and display for JS interop types. (Closed)

Created:
3 years, 8 months ago by Jacob
Modified:
3 years, 8 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix type checks and display for JS interop types. Re-enable formatter test that had been disabled when someone changed type name display for Foo<dynamic> types. Fix bug in how type names were displayed for JS interop types. BUG= R=vsm@google.com Committed: https://github.com/dart-lang/sdk/commit/509bcd58e133c19d148c43409b47e78f92ce0a45

Patch Set 1 #

Patch Set 2 : Fix type checks and display for JS interop types. #

Total comments: 6

Patch Set 3 : Code review comment fixes. #

Total comments: 5

Patch Set 4 : Code review comment fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -8882 lines) Patch
M pkg/dev_compiler/karma.conf.js View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 2 3 Binary file 0 comments Download
M pkg/dev_compiler/test/browser/language_tests.js View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart View 1 2 3 5 chunks +16 lines, -13 lines 0 comments Download
M tests/lib_strong/html/debugger_test.dart View 1 2 3 3 chunks +74 lines, -8533 lines 0 comments Download
A + tests/lib_strong/html/debugger_test_golden.txt View 1 2 3 14 chunks +334 lines, -333 lines 0 comments Download
M tests/lib_strong/html/js_typed_interop_lazy_test.dart View 1 2 3 2 chunks +29 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Jacob
3 years, 8 months ago (2017-03-30 23:46:43 UTC) #2
vsm
https://codereview.chromium.org/2789663005/diff/10001/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart File pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart (right): https://codereview.chromium.org/2789663005/diff/10001/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart#newcode587 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart:587: return isClassSubType(t1, t2._rawJSType, isCovariant); Depending on where you call ...
3 years, 8 months ago (2017-03-31 15:14:08 UTC) #3
Jacob
https://codereview.chromium.org/2789663005/diff/10001/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart File pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart (right): https://codereview.chromium.org/2789663005/diff/10001/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart#newcode587 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart:587: return isClassSubType(t1, t2._rawJSType, isCovariant); On 2017/03/31 15:14:08, vsm wrote: ...
3 years, 8 months ago (2017-04-01 00:51:13 UTC) #4
vsm
lgtm https://codereview.chromium.org/2789663005/diff/20001/pkg/dev_compiler/karma.conf.js File pkg/dev_compiler/karma.conf.js (right): https://codereview.chromium.org/2789663005/diff/20001/pkg/dev_compiler/karma.conf.js#newcode51 pkg/dev_compiler/karma.conf.js:51: // Proxy requried to match expectations on where ...
3 years, 8 months ago (2017-04-03 15:14:56 UTC) #5
Jacob
https://codereview.chromium.org/2789663005/diff/20001/pkg/dev_compiler/karma.conf.js File pkg/dev_compiler/karma.conf.js (right): https://codereview.chromium.org/2789663005/diff/20001/pkg/dev_compiler/karma.conf.js#newcode51 pkg/dev_compiler/karma.conf.js:51: // Proxy requried to match expectations on where resources ...
3 years, 8 months ago (2017-04-03 15:33:06 UTC) #6
vsm
lgtm
3 years, 8 months ago (2017-04-03 15:33:58 UTC) #7
Jacob
3 years, 8 months ago (2017-04-03 15:34:31 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:30001) manually as
509bcd58e133c19d148c43409b47e78f92ce0a45 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698