[Webkit-unassigned] [Bug 16562] [gtk] Implement WebPolicyDelegate methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 09:03:43 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16562





------- Comment #4 from pierre-luc.beaudoin at collabora.co.uk  2008-01-07 09:03 PDT -------
For default behavior, each three delegates have their own. 
Mime-type-policy-deicision-request has the most complex one of the three.  I
needed a default value (ie. 0) to check if an handler has been run.  I'll see
if there are other ways to do this in GObjects. 

If _ACCEPT is sent on something that webkit can't handle, the content of the
file will be displayed... it is also the current behavior if I'm not mistaken
and it is correct IMHO.

I do have to admit _NULL doesn't state the behavior.  _RESPONSE_NONE or
_RESPONSE_ERROR might be more explicit.  I think there is a need for a fallback
response, may it be ERROR or NONE.  When receiving such response, the default
behavior would apply as if the signal had not be handled.


-- 
Configure bugmail: http://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