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

Issue 2982723002: Name-based approach to cross frame support.

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

Description

Name-based approach to cross frame support. This roughly follows the dart2js approach. If we see a JS object and no Dart type is installed as an extension on the prototype, search for an existing extension by name. See #28326

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -19 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View Binary file 0 comments Download
M pkg/dev_compiler/test/not_yet_strong_tests.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart View 4 chunks +43 lines, -5 lines 0 comments Download
M tests/lib_strong/html/cross_frame_test.dart View 3 chunks +0 lines, -13 lines 1 comment Download

Messages

Total messages: 1 (0 generated)
vsm
3 years, 5 months ago (2017-07-14 15:35:27 UTC) #1
https://codereview.chromium.org/2982723002/diff/1/tests/lib_strong/html/cross...
File tests/lib_strong/html/cross_frame_test.dart (left):

https://codereview.chromium.org/2982723002/diff/1/tests/lib_strong/html/cross...
tests/lib_strong/html/cross_frame_test.dart:32: expect(() =>
frameWindow.document, throws);
Note - these are all static errors now.

Powered by Google App Engine
This is Rietveld 408576698