[wpt-sync] Sync PR 29311 - URLPattern: Support `username:password@` in constructor strings.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox91 fixed)
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
105.81 KB,
text/plain
|
Details |
Sync web-platform-tests PR 29311 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29311
Details from upstream follow.
b'Ben Kelly <wanderview@chromium.org>' wrote:
URLPattern: Support
username:password@
in constructor strings.This adds support to for specifying a username and password pattern in
the constructor string. While this is unlikely to be used frequently
it was added to complete support for all URL components.This CL also adds a class comment for the
Parser
which was forgotten
in previous CLs.Bug: 1141510
Change-Id: I984db6224b1fd36390a21c241d204573ed50d78d
Reviewed-on: https://chromium-review.googlesource.com/2937293
WPT-Export-Revision: 40d96917e1a4c164f6a631f7e896faaf79ba0f13
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0cd9cf8969fb
https://hg.mozilla.org/mozilla-central/rev/99bf1967861d
Description
•