WebSocket: Allow relative URLs and http(s) scheme
Categories
(Core :: DOM: Networking, enhancement, P3)
Tracking
()
People
(Reporter: me, Assigned: canadahonk)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete, parity-safari, Whiteboard: [necko-triaged])
Attachments
(1 file, 1 obsolete file)
Steps to reproduce:
See: https://github.com/whatwg/websockets/pull/37 & https://github.com/whatwg/websockets/issues/20
Working on this in https://phabricator.services.mozilla.com/D160330
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Webkit implemented this recently and upcoming Safari 17 will ship that feature:
would be nice if others catch up also.
Comment 5•1 year ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee | ||
Comment 6•11 months ago
|
||
Happy to finish this off if there are no concerns otherwise?
Comment 7•11 months ago
|
||
(In reply to Oliver Medhurst [:canadahonk] from comment #6)
Happy to finish this off if there are no concerns otherwise?
Go for it. I think the patch is nearly there. Some WPT expectations needed fixing.
Happy to finish this off if there are no concerns otherwise?
Looking forward having this in Firefox now that Safari 17 already shipped that enhancement. Thanks!
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Updated•10 months ago
|
Assignee | ||
Comment 9•10 months ago
|
||
Intent to prototype and ship: https://groups.google.com/a/mozilla.org/g/dev-platform/c/1je37gGZel0
Assignee | ||
Comment 10•10 months ago
|
||
Standards position: https://github.com/mozilla/standards-positions/issues/966
Comment 11•10 months ago
|
||
Comment 12•10 months ago
|
||
Backed out for causing mochitest failure on test_websocket1.html
Assignee | ||
Comment 13•10 months ago
|
||
Some internal tests checked we didn't support this. Updated so they should expect so. Updated patch and pushed to try, I'll land again if it looks okay.
Comment 14•10 months ago
|
||
Comment 15•10 months ago
|
||
bugherder |
Assignee | ||
Comment 16•10 months ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New web platform feature
[Affects Firefox for Android]: Yes
[Suggested wording]: You can now use HTTP(S) and relative URLs when creating WebSockets.
[Links (documentation, blog post, etc)]: https://github.com/whatwg/websockets/pull/45
Comment 17•10 months ago
|
||
Added to Fx124 nightly notes https://www.mozilla.org/en-US/firefox/124.0a1/releasenotes/ and the draft for the final release notes.
Updated•10 months ago
|
Updated•10 months ago
|
Updated•3 months ago
|
Comment 18•3 months ago
|
||
MDN docs for this completed except for a few reviews - tracked in https://github.com/mdn/content/issues/26731
Description
•