[Webkit-unassigned] [Bug 34472] New: Webkit doesn't pass the full URL to plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 04:38:13 PST 2010


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

           Summary: Webkit doesn't pass the full URL to plugins
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zboszor at dunaweb.hu


We developed a lightweight PDF-rendering plugin under Linux,
one of its features is that it can drill into the PDF and
display it at named bookmarks. For this, we used the HTML
URL anchor feature, i.e. http://www.somesite.org/.../file.pdf#BOOKMARK
The problem is that Webkit doesn't pass the full URL down
to the plugin via ((NPStream *)stream)->url , the URL is
truncated to http://www.somesite.org/.../file.pdf.
On the other hand, the Gecko engine (Firefox browser) passes down
the full URL.

The version we tested against are webkitgtk 1.1.10 (custom compiled
on Fedora 11), and 1.1.15.4 (official update on Fedora 12).

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