While the implementation mentioned in comment 2 was finished, we still have CHIPS and optInPartitioning preffed off. As currently written (and this code is find of in flux), I wouldn't expect to see this kind of cookie on the content process until we enable `optInPartitioning`. https://searchfox.org/mozilla-central/source/netwerk/cookie/CookieService.cpp#1164-1166 Tim, the order of rollout of chips and optInPartitioning pref flips is unclear to me. Will both be enabled at the same time? If chips is enabled first (without optInpartitioning) then it seems like we might have a problem with getting Partitioned cookies into the content process.
Bug 1884648 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
While the implementation mentioned in comment 2 was finished, we still have CHIPS and optInPartitioning preffed off. As currently written (and this code is kind of in flux), I wouldn't expect to see this kind of cookie on the content process until we enable `optInPartitioning`. https://searchfox.org/mozilla-central/source/netwerk/cookie/CookieService.cpp#1164-1166 Tim, the order of rollout of chips and optInPartitioning pref flips is unclear to me. Will both be enabled at the same time? If chips is enabled first (without optInpartitioning) then it seems like we might have a problem with getting Partitioned cookies into the content process.