[Webkit-unassigned] [Bug 58191] Use console.log() instead of alert() in unload handlers in tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 9 16:06:42 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=58191
--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> 2011-04-09 16:06:42 PST ---
(From update of attachment 88934)
View in context: https://bugs.webkit.org/attachment.cgi?id=88934&action=review
> LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html:28
> - alert("window.onpagehide" + ", target = " + evt.target + ", persisted = " + evt.persisted);
> + console.log("window.onpagehide" + ", target = " + evt.target + ", persisted = " + evt.persisted);
Why do we need to change this? It seems unrelated.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list