Bug 25482 - [Gtk] default handler for deciding MIME type policy should use PolicyUse
Summary: [Gtk] default handler for deciding MIME type policy should use PolicyUse
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Jan Alonzo
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-04-30 05:21 PDT by Jan Alonzo
Modified: 2009-07-17 16:57 PDT (History)
1 user (show)

See Also:


Attachments
use PolicyUse for default handling of policy decisions (5.68 KB, patch)
2009-04-30 05:23 PDT, Jan Alonzo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Alonzo 2009-04-30 05:21:37 PDT
Currently we are using PolicyIgnore when we can't show a MIME type, hence why we were also getting an "interrupted by policy change" error. This is incorrect since we should be getting a "cannot show mime type" error.
Comment 1 Jan Alonzo 2009-04-30 05:23:01 PDT
Created attachment 29910 [details]
use PolicyUse for default handling of policy decisions
Comment 2 Jan Alonzo 2009-05-02 04:23:57 PDT
Comment on attachment 29910 [details]
use PolicyUse for default handling of policy decisions

clearing review as the patch needs fixing when signals are being handled
Comment 3 Jan Alonzo 2009-07-17 16:57:10 PDT
I don't see this as an issue anymore.