[Webkit-unassigned] [Bug 64536] [EFL] Ignore empty requests on policy decisions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 12:01:57 PDT 2011


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #100821|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-08-02 12:01:53 PST ---
(From update of attachment 100821)
View in context: https://bugs.webkit.org/attachment.cgi?id=100821&action=review

As other ports are doing this, I will go ahead and say r+, but maybe it could/should be fixed elsewhere.

> Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp:292
> +
> +    if (resourceRequest.isNull()) {
> +        callPolicyFunction(function, PolicyIgnore);

Why would this be called when the resource request is empty anyway? I mean, shouldn't this be fixed elsewhere?

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