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

Issue 10202018: Fix bug http://code.google.com/p/dart/issues/detail?id=2718: methods that are implemented by the ht… (Closed)

Created:
8 years, 8 months ago by ngeoffray
Modified:
8 years, 8 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org, sra1, karlklose, ahe, Lasse Reichstein Nielsen, floitsch
Visibility:
Public.

Description

Fix bug http://code.google.com/p/dart/issues/detail?id=2718: methods that are implemented by the html/dom library should be called with dart2js calling conventions. Committed: https://code.google.com/p/dart/source/detail?r=7020

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -4 lines) Patch
M client/tests/client/client-leg.status View 1 chunk +0 lines, -2 lines 0 comments Download
M lib/compiler/implementation/native_emitter.dart View 1 2 chunks +15 lines, -2 lines 0 comments Download
M lib/compiler/implementation/native_handler.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
8 years, 8 months ago (2012-04-26 14:44:55 UTC) #1
kasperl
LGTM. https://chromiumcodereview.appspot.com/10202018/diff/1/lib/compiler/implementation/native_emitter.dart File lib/compiler/implementation/native_emitter.dart (right): https://chromiumcodereview.appspot.com/10202018/diff/1/lib/compiler/implementation/native_emitter.dart#newcode188 lib/compiler/implementation/native_emitter.dart:188: // Calling a method that the library implements, ...
8 years, 8 months ago (2012-04-26 15:02:29 UTC) #2
ngeoffray
8 years, 8 months ago (2012-04-26 15:07:13 UTC) #3
Thanks Kasper.

https://chromiumcodereview.appspot.com/10202018/diff/1/lib/compiler/implement...
File lib/compiler/implementation/native_emitter.dart (right):

https://chromiumcodereview.appspot.com/10202018/diff/1/lib/compiler/implement...
lib/compiler/implementation/native_emitter.dart:188: // Calling a method that
the library implements, we call it
On 2012/04/26 15:02:29, kasperl wrote:
> Calling -> When calling.
> 
> What does 'that the library implements' mean? Does it mean that it has a
native
> implementation in the Dart source code? I guess so.

Yes, I will add that as a comment.

Powered by Google App Engine
This is Rietveld 408576698