[Webkit-unassigned] [Bug 85006] [EFL][DRT] EFL's DRT navigation_policy_decision implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 05:24:41 PDT 2012


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





--- Comment #10 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com>  2012-05-21 05:23:45 PST ---
(In reply to comment #9)
> > Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp:213
> > +    setCustomPolicyDelegate(true, true);
> 
> Does these test cases assumes policy delegation and permissive are always enabled?

LayoutTestController::waitForPolicyDelegate is used in 
fast/forms/mailto/*  (which are unskipped by this patch) and 
http/tests/download/inherited-encoding.html
http/tests/download/inherited-encoding-form-submission-result.html
http/tests/download/default-encoding.html

For all of the mentioned tests policy delegation enabled flag is crucial as affects logging, permissive flag is not crucial and tests can pass either with or without this flag. However Qt port for instance keeps permissive flag as false so we can do the same keeping consistency.

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