[Webkit-unassigned] [Bug 41441] createWindow method should only do window-creating without URL navigator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 05:01:54 PST 2010


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


Xianzhu Wang <phnixwxz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73983|                            |review?
               Flag|                            |




--- Comment #24 from Xianzhu Wang <phnixwxz at gmail.com>  2010-11-16 05:01:53 PST ---
Created an attachment (id=73983)
 --> (https://bugs.webkit.org/attachment.cgi?id=73983&action=review)
Patch V3

This patch changes all createWindow implementations to remove URL navigations in them.
Now full request containing the URL is passed to createWindow for it only to check if the request can be fulfilled.

WebCore::createWindow is still in FrameLoader.cpp to keep this change small. I prefer doing it later in a separate change.

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