[Webkit-unassigned] [Bug 10927] ResourceLoaderClient::receivedRedirect is never called
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Sep 18 19:22:32 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10927
morganl.webkit at yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10636| |review?
Flag| |
------- Comment #2 from morganl.webkit at yahoo.com 2006-09-18 19:22 PDT -------
Created an attachment (id=10636)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=10636&action=view)
patch
This patch makes it so that client()->receivedRedirect is called.
I also took a stab at cleaning up the large WndProc in ResourceLoaderWin.cpp.
I found a way to avoid the heap-allocated struct passed to PostMessage, and I
also got rid of the unnecessary call to RegisterWindowMessage, replacing it
with WM_USER + N. I hope you will consider these changes as I believe they
make ResourceLoaderWin.cpp much more manageable.
The code for INTERNET_STATUS_USER_INPUT_REQUIRED is needed in case WinInet is
configured to prompt on security warnings, etc.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list