Bug 210628

Summary: Distinguish between an empty WKAppBoundDomains array and a missing entry
Product: WebKit Reporter: Kate Cheney <katherine_cheney>
Component: WebKit Misc.Assignee: Kate Cheney <katherine_cheney>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, bfulgham, webkit-bug-importer, wilander
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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