[RFC] PR491 npplugin: pass java_{code, codebase, archive} paramters to java side
Omair Majid
omajid at redhat.com
Tue Jul 20 10:53:13 PDT 2010
On 07/20/2010 12:54 PM, Deepak Bhole wrote:
> * Omair Majid<omajid at redhat.com> [2010-07-20 11:55]:
>> Hi,
>>
>> The attached patch fixes IcedTea bug 491 "NPPlugin fails loading
>> http://java.sun.com/products/java-media/2D/samples/suite/index.html
>> Plugin pages" [1]. The java side is prepared to handle java_* tags
>> but only in the original<embed> tag sent by the plugin, not in the
>> <param> tags (see PluginAppletViewer.parse for the implementation
>> details). So instead of passing the java_* parameters as a<param>
>> this patch makes sure its passed along as part of the<embed> tag.
>>
>> In case of duplicates, the java side of the plugin picks java_code
>> over code, java_codebase over codebase and so on.
>>
>> Any comments?
>>
>
> Looks fine to me. Please commit to HEAD as well as 1.7 and 1.8
>
Committed as changeset b110028e95cc to HEAD, as 7e7059a08814 on 1.7
branch and as 38c9e6307044 on 1.8 branch.
Cheers,
Omair
More information about the distro-pkg-dev
mailing list