Bug 210628 - Distinguish between an empty WKAppBoundDomains array and a missing entry
Summary: Distinguish between an empty WKAppBoundDomains array and a missing entry
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kate Cheney
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-16 16:20 PDT by Kate Cheney
Modified: 2020-04-16 18:13 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2020-04-16 16:55 PDT, Kate Cheney
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kate Cheney 2020-04-16 16:20:51 PDT
Currently we treat a missing WKAppBoundDomains key the same as an empty key, which is incorrect. Having the key present, even with no entries, should opt an app into app-bound domain behavior.
Comment 1 Radar WebKit Bug Importer 2020-04-16 16:21:27 PDT
<rdar://problem/61909669>
Comment 2 Kate Cheney 2020-04-16 16:55:00 PDT
Created attachment 396723 [details]
Patch
Comment 3 Brent Fulgham 2020-04-16 17:23:19 PDT
Comment on attachment 396723 [details]
Patch

r=me
Comment 4 EWS 2020-04-16 18:13:29 PDT
Committed r260233: <https://trac.webkit.org/changeset/260233>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396723 [details].