[Webkit-unassigned] [Bug 8342] Synchronous XMLHttpRequest should ask for authentication credentials when necessary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 12:26:14 PDT 2010


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2010-05-03 12:26:13 PST ---
The challenging part would be to ensure that JavaScript is fully suspended
while the authentication sheet is displayed. Currently, we achieve that by
running the loader with a custom run loop mode.

An auth sheet will allow user gestures, so the user could e.g. resize the
window in the middle of JS execution, and of course there are all kinds of
timers and other networking requests to suspend.

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