[Webkit-unassigned] [Bug 12100] New: JNI bindings should be available to other platforms that have JNI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 3 09:00:03 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12100

           Summary: JNI bindings should be available to other platforms that
                    have JNI
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dacarson at gmail.com


JavaScriptCore currently has the JNI bindings code lumped in with the obj-c
code under the macro PLATFORM(MAC). 
Other platforms can also benefit from JNI bindings. 
The patch provided seperates out the JNI code to a HAVE_JNI define. Each
platform that supports JNI can then defined HAVE_JNI to allow access to the JNI
binding interfaces.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list