[Webkit-unassigned] [Bug 20716] FrameLoader should delegate NewWindow browser policy decision

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 04:08:02 PDT 2008


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





------- Comment #1 from anton.tarasov at sun.com  2008-09-08 04:08 PDT -------
Created an attachment (id=23246)
 --> (https://bugs.webkit.org/attachment.cgi?id=23246&action=view)
patch

Proposes new methods in FrameLoaderClient:

    virtual bool canOpenNewWindow(const ResourceRequest&) const = 0;
    virtual ResourceError cannotOpenNewWindowError(const ResourceRequest&) = 0;

The methods are called in:

void FrameLoader::continueAfterNewWindowPolicy(PolicyAction policy)


-- 
Configure bugmail: https://bugs.webkit.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