[Webkit-unassigned] [Bug 55766] New: JavaField should not expose JavaString in its API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 4 04:32:07 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55766
Summary: JavaField should not expose JavaString in its API
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: steveblock at google.com
Blocks: 55383
JavaField, which is used by the Java bridge to represent a field of a Java class, uses JavaString for the return value of its name() method. JavaString is a utility class intended to convert from the JNI string type jstring to WTF::String and char*. There's no need for JavaField to expose this utility type in its API. Instead it should just expose WTF::String, using JavaString internally where appropriate.
See also Bug 55765.
--
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