[Webkit-unassigned] [Bug 188696] beforeunload interoperability issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 22 12:07:44 PDT 2018


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

--- Comment #46 from PhistucK <phistuck at chromium.org> ---
Right, so, the logging order is unstable between operating system versions/ports, or simply in general.
:(

So there are a few testing issues -
1. The order of console.log and beforeunload alert is unpredictable.
2. beforeunload alerts are also shown on the next test.
3. testRunner.dumpAsText() does not dump text of iFrames.
4. testRunner.dumpAsText() does not dump text across navigation (I am not completely sure about that one). 

The last three can be worked around (by removing listeners and by using console.log), but then the first one kicks in.
:(

It is a bit much for me to investigate, seeing as this is my first WebKit C++ patch (and my first C++ patch in general, I think, hehe) and seeing as I am more of a web developer and seeing as I do not have a local development machine (or a relatively fast remote development machine), or macOS.

I would appreciate assistance from experienced WebKit engineers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180922/8a13ec2e/attachment.html>


More information about the webkit-unassigned mailing list