[Webkit-unassigned] [Bug 86685] New: NPAPI routine NPN_RequestRead is not implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 15:59:51 PDT 2012


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

           Summary: NPAPI routine NPN_RequestRead is not implemented
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rsherry at adobe.com


We are developing a plug-in to display structured (rather than streamed) documents from the web.  Some of them are quite large, and our display would be much more efficient if we could selectively read bytes from the document rather than wait for the entire document to be downloaded.

NPN_RequestRead(), in the NPAPI spec, is specifically for this.  The Mozilla engine supports it, IE's ActiveX technology supports the equivalent, but WebKit does not: it has notImplemented().

This is probably more of an enhancement request, but a much-desired one.

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