Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: return all cookies for a given browsing context #1746

Merged
merged 4 commits into from
Jan 24, 2024

Conversation

sadym-chromium
Copy link
Collaborator

Return all the cookies if getCookies is called with BrowsingContextPartitionDescriptor is called, not only a partitioned one originated from it.

As per spec:

While:

Each browsing context also has an associated storage partition, which is the storage partition it uses to persist data.

In our case the "associated storage partition" is only a UserContext, support of which is out of scope yet.

@sadym-chromium sadym-chromium marked this pull request as draft January 24, 2024 12:16
@sadym-chromium sadym-chromium force-pushed the sadym/cookies-partition-2 branch 2 times, most recently from 27095fa to fe506c9 Compare January 24, 2024 13:16
@sadym-chromium sadym-chromium marked this pull request as ready for review January 24, 2024 13:37
Maksim Sadym added 4 commits January 24, 2024 14:37
Return all the cookies if `getCookies` is called with `BrowsingContextPartitionDescriptor` is called, not only a partitioned one originated from it.
@sadym-chromium sadym-chromium enabled auto-merge (squash) January 24, 2024 13:39
@OrKoN OrKoN self-requested a review January 24, 2024 13:42
@sadym-chromium sadym-chromium merged commit 456d947 into main Jan 24, 2024
33 checks passed
@sadym-chromium sadym-chromium deleted the sadym/cookies-partition-2 branch January 24, 2024 13:45
sadym-chromium added a commit that referenced this pull request Jan 25, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.5.5](chromium-bidi-v0.5.4...chromium-bidi-v0.5.5)
(2024-01-25)


### Features

* allow not partitioned cookies
([#1718](#1718))
([d54a4f1](d54a4f1))
* implement user contexts
([#1715](#1715))
([b75def3](b75def3))
* provide logs before Mapper is launched via NodeJS runner
([#1737](#1737))
([0b278f3](0b278f3))
* return all cookies for a given browsing context
([#1746](#1746))
([456d947](456d947))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Maksim Sadym <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants