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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 16:19:25 PST 2008


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


pierre-luc.beaudoin at collabora.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18276|review?                     |
               Flag|                            |
  Attachment #18276|0                           |1
        is obsolete|                            |
  Attachment #18357|                            |review?
               Flag|                            |




------- Comment #5 from pierre-luc.beaudoin at collabora.co.uk  2008-01-09 16:19 PDT -------
Created an attachment (id=18357)
 --> (http://bugs.webkit.org/attachment.cgi?id=18357&action=view)
Small improvements and a fix

I changed _NULL to _ERROR for a more explicit signification and it matches
WebPolicyDecisionListener.

Also included: webkit_web_view_can_show_mime_type() which should be used by
policy handle to determine what to do with a MIME type.

I removed the signal handling in main.c as it didn't make much sens in this
patch.  Removing it made me discover a bug in RessourceHandleManager.  If a
ressource get a PolicyIgnore, Curl would crash as the easy handle would have
been cleaned up during its processing.  Using the delayed cancel for all jobs
solves this issue (said fix included in this patch).


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