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

Issue 9416119: Add some magic to _getJSFunctionName so it will work in Internet Explorer. (Closed)

Created:
8 years, 10 months ago by eub
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add some magic to _getJSFunctionName so it will work in Internet Explorer. Committed: https://code.google.com/p/dart/source/detail?r=4650

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -3 lines) Patch
M lib/isolate/frog/isolateimpl.dart View 1 2 2 chunks +30 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
eub
8 years, 10 months ago (2012-02-22 23:31:51 UTC) #1
Siggi Cherem (dart-lang)
lgtm, with comments below https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart File frog/lib/isolate.dart (right): https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart#newcode760 frog/lib/isolate.dart:760: /** Find a constructor given ...
8 years, 10 months ago (2012-02-22 23:46:49 UTC) #2
eub
Thanks, Siggi. https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart File frog/lib/isolate.dart (right): https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart#newcode769 frog/lib/isolate.dart:769: /** Get a string name for the ...
8 years, 10 months ago (2012-02-23 00:00:12 UTC) #3
kasperl
https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart File frog/lib/isolate.dart (right): https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart#newcode772 frog/lib/isolate.dart:772: static String _getJSFunctionName(Function f) native """ Can't we simplify ...
8 years, 10 months ago (2012-02-23 06:53:35 UTC) #4
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart File frog/lib/isolate.dart (right): https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart#newcode772 frog/lib/isolate.dart:772: static String _getJSFunctionName(Function f) native """ On 2012/02/23 06:53:35, ...
8 years, 10 months ago (2012-02-23 17:13:23 UTC) #5
eub
My initial reaction to the toString option was "yuck", but I ended up tolerating this ...
8 years, 10 months ago (2012-02-23 19:52:42 UTC) #6
kasperl
https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart File frog/lib/isolate.dart (right): https://chromiumcodereview.appspot.com/9416119/diff/1/frog/lib/isolate.dart#newcode772 frog/lib/isolate.dart:772: static String _getJSFunctionName(Function f) native """ On 2012/02/23 17:13:23, ...
8 years, 10 months ago (2012-02-27 11:28:24 UTC) #7
kasperl
Oh, and by the way: LGTM.
8 years, 10 months ago (2012-02-27 11:28:50 UTC) #8
eub
Migrated this CL following Siggi's 9422019.
8 years, 10 months ago (2012-02-27 23:07:42 UTC) #9
Siggi Cherem (dart-lang)
8 years, 10 months ago (2012-02-27 23:17:49 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698