Skip to content

Deprecate Cookie attribute SameParty (#14550)#3142

Merged
kblok merged 1 commit intomasterfrom
implement-upstream-change-14550
Feb 16, 2026
Merged

Deprecate Cookie attribute SameParty (#14550)#3142
kblok merged 1 commit intomasterfrom
implement-upstream-change-14550

Conversation

@kblok
Copy link
Member

@kblok kblok commented Feb 16, 2026

Summary

  • Marks CookieParam.SameParty as [Obsolete] since Chrome deprecated the SameParty cookie attribute in 2022
  • Updates XML doc comment to indicate the property is always set to false and always ignored
  • Suppresses obsolete warnings in internal code (BidiCookieHelper) and tests that still reference the property

Upstream PR: puppeteer/puppeteer#14550

Test plan

  • All 26 cookie tests pass with Chrome/CDP
  • Library builds with zero warnings and zero errors

🤖 Generated with Claude Code

Mark CookieParam.SameParty as [Obsolete] since Chrome deprecated the
SameParty cookie attribute. The property is always ignored and always
set to false.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant