Closed
Bug 1736508
Opened 3 years ago
Closed 3 years ago
Make TCPSocket work with ipv6 address again
Categories
(Core :: DOM: Networking, defect, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | fixed |
firefox93 | --- | wontfix |
firefox94 | --- | wontfix |
firefox95 | --- | fixed |
People
(Reporter: rnons, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [necko-triaged])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr91+
|
Details |
When constructing nsIURI, need to wrap ipv6 address in [ ]
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Wrap ipv6 address in [ ] when constructing nsIURI.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Pushed by remotenonsense@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/41d43f5c48c2
Make TCPSocket work with ipv6 address again. r=valentin
Updated•3 years ago
|
Keywords: regression
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 902346
status-firefox93:
--- → affected
status-firefox94:
--- → affected
status-firefox95:
--- → affected
status-firefox-esr78:
--- → unaffected
status-firefox-esr91:
--- → affected
Comment 4•3 years ago
|
||
Backed out changeset 41d43f5c48c2 (Bug 1736508) for causing mochitest failures on test_tcpsocket_jsm.html.
Backout link
Push with failures - c2
Failure Log
Flags: needinfo?(remotenonsense)
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by remotenonsense@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7353fe4d388b
Make TCPSocket work with ipv6 address again. r=valentin
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(remotenonsense)
Comment 6•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
Assignee | ||
Comment 7•3 years ago
|
||
Comment on attachment 9246581 [details]
Bug 1736508 - Make TCPSocket work with ipv6 address again. r=valentin
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Needed by thunderbird.
- User impact if declined: No impact to firefox users. Thunderbird users can't connect to SMTP server with ipv6 address as host name.
- Fix Landed on Version: 95
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Not risky because the feature is not used by firefox.
- String or UUID changes made by this patch:
Attachment #9246581 -
Flags: approval-mozilla-esr91?
Comment 8•3 years ago
|
||
Comment on attachment 9246581 [details]
Bug 1736508 - Make TCPSocket work with ipv6 address again. r=valentin
Approved for 91.4esr.
Attachment #9246581 -
Flags: approval-mozilla-esr91? → approval-mozilla-esr91+
Comment 9•3 years ago
|
||
bugherder uplift |
Flags: in-testsuite+
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•