RESOLVED FIXED 35692
Crash when calling abort() on an XHR while in a windowless WebView
https://bugs.webkit.org/show_bug.cgi?id=35692
Summary Crash when calling abort() on an XHR while in a windowless WebView
Alexey Proskuryakov
Reported 2010-03-03 11:05:22 PST
-[WebAuthenticationPanel runAsModalDialogWithChallenge:] doesn't retain the challenge, unlike -[WebAuthenticationPanel runAsSheetOnWindow:withChallenge:]. But there is no real difference between these, because timers can fire behind either.
Attachments
proposed fix (1.72 KB, patch)
2010-03-03 11:08 PST, Alexey Proskuryakov
timothy: review+
timothy: commit-queue-
Alexey Proskuryakov
Comment 1 2010-03-03 11:05:58 PST
Alexey Proskuryakov
Comment 2 2010-03-03 11:08:47 PST
Created attachment 49922 [details] proposed fix
Timothy Hatcher
Comment 3 2010-03-03 11:18:16 PST
Comment on attachment 49922 [details] proposed fix You have two ChangeLog entries.
Oliver Hunt
Comment 4 2010-03-03 11:21:05 PST
Comment on attachment 49922 [details] proposed fix can you use a retainptr for this instead of manual refcounting? kthxbai
Alexey Proskuryakov
Comment 5 2010-03-03 11:34:47 PST
Committed <http://trac.webkit.org/changeset/55470>. > can you use a retainptr for this instead of manual refcounting? kthxbai No, it's a .m file.
Note You need to log in before you can comment on or make changes to this bug.