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

Add Firefox support information for the Cookie Store API #36192

Merged
merged 7 commits into from
Oct 9, 2024

Conversation

chrisdavidmills
Copy link
Contributor

Description

A subset of the Cookie Store API is enabled in Firefox Nightly only, as of Firefox 132. This includes:

It doesn't include:

I worked this out by looking at what WebIDL has been exposed in the implementation. See https://phabricator.services.mozilla.com/D215144.

This PR adds notes to the Firefox 132 rel notes and the Experimental features page to explain what support has bene shipped. I'm not sure if we need to think about adding information on how to handle cross-browser Cookie Store API code, or whether it is just case of some stuff doesn't work on Fx.

For the implementation bugs, see:

Motivation

Additional details

Related issues and pull requests

Documentation issue: #36122

@chrisdavidmills chrisdavidmills requested a review from a team as a code owner October 4, 2024 17:04
@chrisdavidmills chrisdavidmills requested review from pepelsbey and removed request for a team October 4, 2024 17:04
@github-actions github-actions bot added Content:Firefox Content in the Mozilla/Firefox subtree size/m [PR only] 51-500 LoC changed labels Oct 4, 2024
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Preview URLs

External URLs (2)

URL: /en-US/docs/Mozilla/Firefox/Releases/132
Title: Firefox 132 for developers


URL: /en-US/docs/Mozilla/Firefox/Experimental_features
Title: Experimental features in Firefox

(comment last updated: 2024-10-09 12:24:26)

Copy link
Member

@pepelsbey pepelsbey left a comment

Choose a reason for hiding this comment

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

Looks good! Just a small suggestion ;)

files/en-us/mozilla/firefox/releases/132/index.md Outdated Show resolved Hide resolved
files/en-us/mozilla/firefox/experimental_features/index.md Outdated Show resolved Hide resolved
chrisdavidmills and others added 2 commits October 9, 2024 13:11
Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
@github-actions github-actions bot added the merge conflicts 🚧 [PR only] label Oct 9, 2024
Copy link
Contributor

github-actions bot commented Oct 9, 2024

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot removed the merge conflicts 🚧 [PR only] label Oct 9, 2024
chrisdavidmills and others added 2 commits October 9, 2024 13:21
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@chrisdavidmills chrisdavidmills merged commit 0b4eb67 into mdn:main Oct 9, 2024
8 checks passed
@chrisdavidmills chrisdavidmills deleted the cookie-store-fx132 branch October 9, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Firefox Content in the Mozilla/Firefox subtree size/m [PR only] 51-500 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants