[wpt-sync] Sync PR 47310 - dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie`
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47310 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47310
Details from upstream follow.
Martin Robinson <mrobinson@igalia.com> wrote:
dependencies: Upgrade
cookieand rename Servo'sCookietoServoCookieThis changes updates to the new version of the
cookiecrate in Servo
which no longer uses the oldtime@0.1data types. This requires using
a new version oftimewhile we transition off of the old one. This is
the first step in that process.In addition, the overloading of the
cookie::Cookiename was causing a
great deal of confusion, so I've renamed the Servo wrapper to
ServoCookielike we do withServoUrl.Signed-off-by: Martin Robinson <mrobinson@igalia.com>
<!-- Please describe your changes on the following line: -->
Reviewed in servo/servo#32861
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
OK : 1
PASS: 5
Chrome
OK : 1
PASS: 5
Safari
OK : 1
PASS: 5
Links
Comment 4•1 year ago
|
||
| bugherder | ||
Description
•