WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
34472
Webkit doesn't pass URL fragment to plugins
https://bugs.webkit.org/show_bug.cgi?id=34472
Summary
Webkit doesn't pass URL fragment to plugins
Zoltán Böszörményi
Reported
2010-02-02 04:38:12 PST
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).
Attachments
Add attachment
proposed patch, testcase, etc.
Zoltán Böszörményi
Comment 1
2010-02-02 06:16:29 PST
Tested it against webkit-gtk 1.1.19 at
http://webkitgtk.org/webkit-1.1.19.tar.gz
The problem still there.
Martin Robinson
Comment 2
2022-06-28 03:33:18 PDT
Support for plugins was removed in
https://trac.webkit.org/changeset/265753/webkit
.
Radar WebKit Bug Importer
Comment 3
2022-06-28 03:34:15 PDT
<
rdar://problem/96050109
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug