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

Issue 10700101: First experimental steps towards a better story for JS interop. (Closed)

Created:
8 years, 5 months ago by kasperl
Modified:
8 years, 5 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

First experimental steps towards a better story for JS interop. R=vsm@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9387

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+395 lines, -13 lines) Patch
M client/dart.js View 1 chunk +84 lines, -0 lines 0 comments Download
M lib/dom/templates/html/frog/html_frog.darttemplate View 1 3 chunks +43 lines, -1 line 0 comments Download
M lib/dom/templates/html/frog/impl_Window.darttemplate View 1 chunk +6 lines, -0 lines 0 comments Download
M lib/html/frog/html_frog.dart View 5 chunks +242 lines, -0 lines 0 comments Download
M lib/isolate/frog/messages.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/isolate/isolate_api.dart View 2 chunks +8 lines, -1 line 0 comments Download
M tests/html/html.status View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/js_interop_2_test.dart View 1 3 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kasperl
8 years, 5 months ago (2012-07-04 08:48:39 UTC) #1
vsm
8 years, 5 months ago (2012-07-04 08:52:35 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10700101/diff/1/lib/dom/templates/html...
File lib/dom/templates/html/frog/html_frog.darttemplate (right):

https://chromiumcodereview.appspot.com/10700101/diff/1/lib/dom/templates/html...
lib/dom/templates/html/frog/html_frog.darttemplate:51: 
Let's add a comment here:

TODO(vsm): Move this to a separate Isolates.dart file.

https://chromiumcodereview.appspot.com/10700101/diff/1/tests/html/js_interop_...
File tests/html/js_interop_2_test.dart (right):

https://chromiumcodereview.appspot.com/10700101/diff/1/tests/html/js_interop_...
tests/html/js_interop_2_test.dart:9: #import('dart:json');
Can delete this now.

Powered by Google App Engine
This is Rietveld 408576698