[Webkit-unassigned] [Bug 56009] New: JavaNPObject should not use JNI directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 04:15:55 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=56009

           Summary: JavaNPObject should not use JNI directly
           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


JavaNPObject should not know about JNI. Instead it should make calls to Java through JavaInstance, which will in turn use JNI to access Java.

This will allow us to factor out a JavaInstance interface which is independent of JNI. See Bug 55383.

-- 
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