Disable DefaultURI for unknown schemes
Categories
(Core :: Networking, task, P2)
Tracking
()
People
(Reporter: edgul, Assigned: edgul)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged][necko-priority-queue])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
dmeehan
:
approval-mozilla-release+
|
Details | Review |
Despite being spec compliant Bug 1603699 has caused significant unexpected regression. This bug aims to revert to nsSimpleURI for fallback.
Updated•9 months ago
|
Comment on attachment 9377468 [details]
Bug 1877753 - Disable DefaultURI for unknown schemes. r?valentin
Beta/Release Uplift Approval Request
- User impact if declined: Users will continue to experience problems with accessing their thirdparty services using protocol handlers via the address bar.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The main change is just flipping a pref that will revert to previous (working) behavior. Other changes are only tests.
- String changes made/needed: No
- Is Android affected?: Yes
Comment 7•9 months ago
|
||
Backed out changeset f84c76f9460d (bug 1877753) as requested for a typo mistake.
Backout: https://hg.mozilla.org/integration/autoland/rev/6c55dfe47188d65cd4a24b3f26a8d00a3c8d46ac
Comment on attachment 9377468 [details]
Bug 1877753 - Disable DefaultURI for unknown schemes. r?valentin
Beta/Release Uplift Approval Request
- User impact if declined: Users will continue to experience problems with accessing their thirdparty services using protocol handlers via the address bar.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Low risk, because it is just a pref flip back to previous (working) behavior. Other changes are just test fixes for expectations.
- String changes made/needed: no
- Is Android affected?: Yes
Comment 10•9 months ago
|
||
Backed out for causing failures at non-special-url-getter-setter.window.html.
Backout link: https://hg.mozilla.org/integration/autoland/rev/f3cb1339e20d8b5ecf1c37615d78a2ba33139cb6
Failure log: https://treeherder.mozilla.org/logviewer?job_id=445608243&repo=autoland&lineNumber=13572
Comment 11•9 months ago
|
||
Comment 12•9 months ago
|
||
bugherder |
Comment 13•9 months ago
|
||
[Tracking Requested - why for this release]: This was originally being tracked in bug 1877012.
Assignee | ||
Comment 14•9 months ago
|
||
Should be no change to beta/release uplift request in comment 8, I don't need to re-request due to the backout/fix right?
Comment 15•9 months ago
|
||
(In reply to Ed Guloien [:edgul] from comment #14)
Should be no change to beta/release uplift request in comment 8, I don't need to re-request due to the backout/fix right?
Correct, no change is needed to the beta/release uplift requests.
This is already on relmans radar to uplift to beta and release.
Comment 16•9 months ago
|
||
Comment on attachment 9377468 [details]
Bug 1877753 - Disable DefaultURI for unknown schemes. r?valentin
Approved for 123 beta 7, thanks.
Comment 17•9 months ago
|
||
uplift |
Comment 18•9 months ago
|
||
bugherder uplift |
Updated•9 months ago
|
Comment 19•9 months ago
|
||
Comment on attachment 9377468 [details]
Bug 1877753 - Disable DefaultURI for unknown schemes. r?valentin
Approved for 122.0.1
Comment 20•9 months ago
|
||
uplift |
Updated•9 months ago
|
Updated•16 days ago
|
Description
•