Open
Bug 904350
Opened 11 years ago
Updated 2 years ago
The old default protocol handler should be removed when a new default one is added.
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
NEW
People
(Reporter: raymondlee, Unassigned)
References
Details
Bug 840705 and bug 840699 updated the default value of protocol handlers and the gecko.handlerService.defaultHandlersVersion.
From bug 840705 comment 25
However, while the new Yahoo https handler is added when incrementing gecko.handlerService.defaultHandlersVersion, Firefox will continue to use the old http URL until the user manually changes the mailto handler to the new Yahoo https handler.
We should remove the old one and set to the new one if user sets the old one as default before.
Comment 1•11 years ago
|
||
Editting the subject, beacause it sounds like you meant "should be removed" not "should not removed".
Summary: The old default protocol handler should not removed when a new default one is added. → The old default protocol handler should be removed when a new default one is added.
Updated•11 years ago
|
Blocks: fxdesktopbacklog
Updated•11 years ago
|
Whiteboard: p=0
Updated•10 years ago
|
Updated•10 years ago
|
Points: --- → 2
Flags: qe-verify?
Whiteboard: p=2
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•