Skip to content

Conversation

annevk
Copy link
Member

@annevk annevk commented Aug 7, 2025

Also slowly start modernizing some algorithm conventions.

Tests: web-platform-tests/wpt#54211

Fixes #276.

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

annevk added 2 commits August 7, 2025 16:18
Also slowly start modernizing some algorithm conventions.

Tests: ...

Fixes #276.
annevk added a commit to annevk/WebKit that referenced this pull request Aug 8, 2025
https://bugs.webkit.org/show_bug.cgi?id=297118

Reviewed by NOBODY (OOPS!).

The specification already covers set() and
whatwg/cookiestore#281 will cover get(),
getAll(), and delete() for consistency.

subscribe() and unsubscribe() are not covered by this PR. They are not
shipping and have various outstanding specification issues.

This also removes an unused argument from
CookieStore::MainThreadBridge::set.

While using trim() I also discovered that the comments in
Source/WTF/wtf/text/StringImpl.cpp were out-of-date so this updates
those as well.
Copy link
Member

@DCtheTall DCtheTall left a comment

Choose a reason for hiding this comment

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

Thanks, Anne, this is a good improvement!

webkit-commit-queue pushed a commit to annevk/WebKit that referenced this pull request Aug 9, 2025
https://bugs.webkit.org/show_bug.cgi?id=297118

Reviewed by Rupin Mittal.

The specification already covers set() and
whatwg/cookiestore#281 will cover get(),
getAll(), and delete() for consistency.

subscribe() and unsubscribe() are not covered by this PR. They are not
shipping and have various outstanding specification issues.

This also removes an unused argument from
CookieStore::MainThreadBridge::set.

While using trim() I also discovered that the comments in
Source/WTF/wtf/text/StringImpl.cpp were out-of-date so this updates
those as well.

Canonical link: https://commits.webkit.org/298470@main
@annevk annevk merged commit 18d135f into main Aug 9, 2025
2 checks passed
@annevk annevk deleted the annevk/whitespace branch August 9, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Whitespace stripping seems insufficient
3 participants