Bug 174154 - Consider exposing a registrable domain's prevalent/partitioned status via Web Inspector.
Summary: Consider exposing a registrable domain's prevalent/partitioned status via Web...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-07-05 01:03 PDT by Mike West
Modified: 2018-01-09 15:25 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2017-07-05 01:03:11 PDT
It would be helpful when debugging issues relating to HTTP state if developers could easily determine whether or not a given origin fell into a registrable domain that's considered "prevalent", on the one hand, and which bucket of interaction age it falls into, on the other.

Likewise, it would be great if there was a mechanism for developers to control this status to set up test cases locally. It would be much simpler to run through test cases if we could directly edit an origin's state via the inspector, rather than trying to trick the system into considering a test origin as "prevalent" and then setting the system clock forward to trick the system into bucketing its interaction age accordingly. :)

Thanks!
Comment 1 Radar WebKit Bug Importer 2017-07-05 10:04:01 PDT
<rdar://problem/33136345>
Comment 2 Joseph Pecoraro 2018-01-09 15:25:42 PST
Exposing this information to developers makes a lot of sense. I'm just now learning how complicated this is. Partitioned storage is currently subtlety different across Storages and Cookies, and dynamic for some but not others.