Skip to content
New issue

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

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

Already on GitHub? # to your account

Add features for Cookie Store API #1858

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

queengooborg
Copy link
Contributor

This PR adds two features related to cookie storage: Cookie Store and Partitioned Cookies.

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Sep 27, 2024
Comment on lines +5 to +12
- api.CookieChangeEvent.changed.partitioned_property
- api.CookieChangeEvent.deleted.partitioned_property
- api.CookieStore.delete.partitioned_option
- api.CookieStore.get.partitioned_return_property
- api.CookieStore.getAll.partitioned_return_property
- api.CookieStore.set.partitioned_option
- api.ExtendableCookieChangeEvent.changed.partitioned_property
- api.ExtendableCookieChangeEvent.deleted.partitioned_property
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks incomplete. CHIPS is a bigger feature than the cookie store API. This is missing at least an HTTP header, but I don't know enough about it to say what else might be missing.

name: Cookie Store API
description: TODO
name: Cookie store
description: To write...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to take a crack at writing these descriptions? Or am I jumping the gun with a review and this was supposed to be a draft PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not good at writing descriptions, so I kind of left this as a request for assistance writing one!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants