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

Issue 971053003: Sets the native name of static native methods by using the @JSName with the @Native tag of the encl… (Closed)

Created:
5 years, 9 months ago by Harry Terkelsen
Modified:
5 years, 9 months ago
Reviewers:
floitsch, sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Sets the native name of static native methods by using the @JSName with the @Native tag of the enclosing class. BUG=22483 R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=44201

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -1 line) Patch
M pkg/compiler/lib/src/native/enqueue.dart View 1 3 chunks +32 lines, -1 line 0 comments Download
A tests/compiler/dart2js_native/static_methods_test.dart View 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Harry Terkelsen
5 years, 9 months ago (2015-03-03 01:25:21 UTC) #2
sra1
https://codereview.chromium.org/971053003/diff/1/pkg/compiler/lib/src/native/enqueue.dart File pkg/compiler/lib/src/native/enqueue.dart (right): https://codereview.chromium.org/971053003/diff/1/pkg/compiler/lib/src/native/enqueue.dart#newcode403 pkg/compiler/lib/src/native/enqueue.dart:403: setStaticNativeMethodName(method); better name: setNativeNameForStaticMethod https://codereview.chromium.org/971053003/diff/1/pkg/compiler/lib/src/native/enqueue.dart#newcode430 pkg/compiler/lib/src/native/enqueue.dart:430: String nativeName = ...
5 years, 9 months ago (2015-03-03 02:00:02 UTC) #3
Harry Terkelsen
Thanks Stephen, PTAL https://codereview.chromium.org/971053003/diff/1/pkg/compiler/lib/src/native/enqueue.dart File pkg/compiler/lib/src/native/enqueue.dart (right): https://codereview.chromium.org/971053003/diff/1/pkg/compiler/lib/src/native/enqueue.dart#newcode403 pkg/compiler/lib/src/native/enqueue.dart:403: setStaticNativeMethodName(method); On 2015/03/03 02:00:02, sra1 wrote: ...
5 years, 9 months ago (2015-03-03 03:02:17 UTC) #5
sra1
lgtm
5 years, 9 months ago (2015-03-03 20:55:27 UTC) #6
Harry Terkelsen
5 years, 9 months ago (2015-03-03 21:51:42 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 44201 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698