Bug 146822 - Track and expose policies for external URL schemes and App Links separately
Summary: Track and expose policies for external URL schemes and App Links separately
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 19:35 PDT by mitz
Modified: 2015-07-09 22:20 PDT (History)
8 users (show)

See Also:


Attachments
Patch (22.51 KB, patch)
2015-07-09 20:01 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.