[Webkit-unassigned] [Bug 59235] [Chromium] createWindow() does not pass url to createView() in the case of a FrameLoadRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 12:44:54 PDT 2011


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


Marshall Greenblatt <magreenblatt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magreenblatt at gmail.com




--- Comment #5 from Marshall Greenblatt <magreenblatt at gmail.com>  2011-05-11 12:44:54 PST ---
Darin, the problem is that r.resourceRequest() is null in ChromeClientImpl::createWindow() when clicking a link with target="_blank". It might be best to create a request object in ChromeClientImpl::createWindow() with just the URL component from NavigationAction and pass that as the request argument to WebViewClient::createView().

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