Re: NPAPI plugin making JavaScript calls causing spurious "Unresponsive Script" warnings
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <ea40f700-f431-41b1-b51a-a0a9e997ffbe@v67g2000hse.googlegroups.com> |
On Jan 25, 2:05 pm, "Mike Shaver" <[email protected]> wrote: > On Jan 25, 2008 2:40 PM, <[email protected]> wrote: > > > While implementing an NPAPI browser plugin, we have found something we > > think is a bug with the way FireFox detects unresponsive scripts. We > > started getting "Unresponsive Script" messages while the plugin was > > regularly calling a very small JavaScript function on the page, which > > is in charge of updating some kind of progress dialog. > > This looks like bug 408257, which is now fixed on the trunk. I'm not > sure what the plan is for the Firefox 2 branch, but I've asked in the > bug. > > Mike You are very right. That's exactly the same problem. Thank you!