[Webkit-unassigned] [Bug 15946] New: add NPPValue NPPVpluginDrawingModel (Mozilla bug 403418 compat)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 21:22:01 PST 2007


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

           Summary: add NPPValue NPPVpluginDrawingModel (Mozilla bug 403418
                    compat)
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joshmoz at gmail.com


>From the NPAPI Drawing Models spec
(http://wiki.mozilla.org/Mac:NPAPI_Drawing_Models):

==============
Once the plugin finds a supported drawing model, it calls NPN_SetValue() to
tell the browser which drawing model it will use. We're adding a new
NPNVariable for this:

NPNVpluginDrawingModel = 1000 /* The NPDrawingModel specified by the plugin */
==============

The problem is that NPN_SetValue requires an NPPValue, passing
NPNVpluginDrawingModel will not compile.

See Mozilla bug 403418 for the original Mozilla bug report.


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