[icedtea-web] RFC: Patch to allow recursive calls from NPN_GetURL

Deepak Bhole dbhole at redhat.com
Fri May 27 15:14:38 PDT 2011


* Omair Majid <omajid at redhat.com> [2011-05-27 11:53]:
> On 05/12/2011 04:47 PM, Deepak Bhole wrote:
> >Hi,
> >
> >This patch addresses the issue brought up here:
> >http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-April/013706.html
> >
> >Current plugin code does not expect NPN_getURL to make recursive calls
> >back to Java. Firefox 4 does just that, causing the browser to hang.
> >
> >Attached patch wires url load calls to be handled through the standard
> >Java ->  JS call code, which can handle recursive calls.
> >
> >The scope of this patch is contained, and I think it should go into 1.1
> >as well.
> >
> >Thoughts?
> >
> 
> Looks good to me. Okay for HEAD and 1.1.
> 

Thanks! Pushed.

Cheers,
Deepak

> Cheers,
> Omair



More information about the distro-pkg-dev mailing list