Re: [webkit-qt] JavaScript window.onbeforeunload event not appearing

2013-03-28 Thread Stan Pensak
] On Behalf Of Bruning Michael Sent: Thursday, March 28, 2013 6:08 AM To: webkit-qt@lists.webkit.org Subject: Re: [webkit-qt] JavaScript window.onbeforeunload event not appearing Hi Stan, On Wednesday, 27th March 2013 04:55 PM, Stan Pensak wrote: > > Sorry, to correct what I

Re: [webkit-qt] JavaScript window.onbeforeunload event not appearing

2013-03-28 Thread Bruning Michael
Hi Stan, On Wednesday, 27th March 2013 04:55 PM, Stan Pensak wrote: > > Sorry, to correct what I said about debugging earlier: it is > FrameLoader::fireBeforeUnloadEvent() that is being successfully called, but > still, nobody is listening to the event (by the time this gets to > EventTarget::

Re: [webkit-qt] JavaScript window.onbeforeunload event not appearing

2013-03-27 Thread Stan Pensak
Sorry, to correct what I said about debugging earlier: it is FrameLoader::fireBeforeUnloadEvent() that is being successfully called, but still, nobody is listening to the event (by the time this gets to EventTarget::fireEventListeners() I see there that the listener map is empty. Stan From: St