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•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Webkit implemented this recently and upcoming Safari 17 will ship that feature:
would be nice if others catch up also.
Comment 5•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee | ||
Comment 6•2 years ago
|
||
Happy to finish this off if there are no concerns otherwise?
Comment 7•2 years 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•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 9•2 years ago
|
||
Intent to prototype and ship: https://groups.google.com/a/mozilla.org/g/dev-platform/c/1je37gGZel0
Assignee | ||
Comment 10•2 years ago
|
||
Standards position: https://github.com/mozilla/standards-positions/issues/966
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
Backed out for causing mochitest failure on test_websocket1.html
Assignee | ||
Comment 13•2 years 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•2 years ago
|
||
Comment 15•2 years ago
|
||
bugherder |
Assignee | ||
Comment 16•2 years 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•2 years 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•2 years ago
|
Updated•2 years ago
|
Updated•1 year ago
|
Comment 18•1 year ago
|
||
MDN docs for this completed except for a few reviews - tracked in https://github.com/mdn/content/issues/26731
Description
•