[Webkit-unassigned] [Bug 55967] New: NPAPI - jvalue conversion should not be in JavaInstance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 14:20:29 PST 2011


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

           Summary: NPAPI - jvalue conversion should not be in
                    JavaInstance
           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
        Depends on: 55966
            Blocks: 55383


The logic to convert between NPAPI and jvalue values does not belong in JavaInstance, as this class logically represents a Java object and should not know about NPAPI types. Instead, this logic should be moved out of JavaInstance (and into JavaNPObject in the case of V8).

This will also allow all implementors of the new JavaInstance interface to share this logic. 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