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

Issue 10264021: Fix codegen and isolate issues for frog dart:html (Closed)

Created:
8 years, 7 months ago by sra1
Modified:
8 years, 7 months ago
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Fix codegen and isolate issues for frog dart:html Fixes issue 2835. dart:html now partakes in the logic that wraps functions that smell like call-backs in the isolate-management code. Support 2-arg callbacks. Delete special (and buggy) handling of global variables in 'native' libraries. We don't have any real 'native' global variables. Committed: https://code.google.com/p/dart/source/detail?r=7174

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -23 lines) Patch
M frog/corejs.dart View 4 chunks +10 lines, -7 lines 0 comments Download
M frog/gen.dart View 1 chunk +1 line, -1 line 0 comments Download
M frog/library.dart View 2 chunks +1 line, -5 lines 0 comments Download
M frog/member.dart View 2 chunks +2 lines, -7 lines 0 comments Download
M frog/member_set.dart View 1 chunk +1 line, -1 line 0 comments Download
M frog/value.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M frog/world.dart View 2 chunks +3 lines, -0 lines 0 comments Download
M lib/isolate/frog/natives.js View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sra1
8 years, 7 months ago (2012-04-30 23:25:25 UTC) #1
Siggi Cherem (dart-lang)
lgtm
8 years, 7 months ago (2012-04-30 23:36:17 UTC) #2
kasperl
8 years, 7 months ago (2012-05-01 06:02:49 UTC) #3
Hi Stephen! Thanks for keeping me in the loop. Any test cases for this?

Powered by Google App Engine
This is Rietveld 408576698