[Webkit-unassigned] [Bug 57019] New: JavaInstance should not use jvalue in its API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 24 08:47:39 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57019
Summary: JavaInstance should not use jvalue in its API
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: steveblock at google.com
Blocks: 55383
The JavaInstance API should represent a generic Java object and should be independent of JNI, to give embedders flexibility in how a Java object is provided. This means that the API should use a new JavaValue type to represent a Java value, rather than the JNI jvalue type.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list