[Webkit-unassigned] [Bug 33044] Add Java Applet support to WebKit's Qt port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 07:29:26 PST 2010


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





--- Comment #10 from Garth Dahlstrom <ironstorm at gmail.com>  2010-02-17 07:29:26 PST ---
It looks as though in order to get Java Applets access to both cookies and
proxy info, the hosting app must implement NPAPI hooks for NPN_GetValueForURL
and  NPN_SetValueForURL.

Qt 4.6's webkit snapshot has those methods defined in it's
WebCore/bridge/npapi.h header, while Qt 4.5 does not....  So it would be very
helpful to have this ported up to 4.6 (rather then back port a newer NPAPI to a
dead branch).

References:
* http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6796470
* https://developer.mozilla.org/en/Gecko_Plugin_API_Reference
* https://developer.mozilla.org/en/NPN_GetValueForURL
* https://developer.mozilla.org/en/NPN_SetValueForURL

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