Bug 146822

Summary: Track and expose policies for external URL schemes and App Links separately
Product: WebKit Reporter: mitz
Component: WebKit APIAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, beidson, commit-queue, ggaren, japhet, joepeck, sam, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description mitz 2015-07-09 19:35:06 PDT
The initial value of the external URL policy should be true for external URL schemes (as it is) but false for App Links, so we need to track the policies separately. We also need to expose the policies in the navigation action.
Comment 1 mitz 2015-07-09 20:01:50 PDT
Created attachment 256561 [details]
Patch
Comment 2 Tim Horton 2015-07-09 20:16:21 PDT
Comment on attachment 256561 [details]
Patch

r=andersca
Comment 3 mitz 2015-07-09 22:20:30 PDT
Committed <http://trac.webkit.org/r186664>.