[Webkit-unassigned] [Bug 55844] Expose page dismissal event status through the WebKit API for chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 6 10:08:16 PST 2011


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





--- Comment #7 from Sreeram Ramachandran <sreeram at google.com>  2011-03-06 10:08:16 PST ---
(In reply to comment #6)
> This looks ok, but can you help a bit explaining how this is useful?

In Chromium, we'd like to have the ability to suppress javascript messages (alerts, prompts, confirm dialogs) during page dismissal (as per http://crbug.com/68780). To do that, when a javascript message is being dispatched, we need to know whether an unload handler is being run. Currently, the API doesn't provide a way to know that; this patch allows that query.

-- 
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