Closed
Bug 669900
Opened 14 years ago
Closed 14 years ago
add a new pref to avoid trimming https from urlbar
Categories
(Firefox :: Address Bar, enhancement)
Firefox
Address Bar
Tracking
()
RESOLVED
INVALID
People
(Reporter: glazou, Unassigned)
Details
Attachments
(1 file)
|
4.88 KB,
patch
|
Details | Diff | Splinter Review |
Some users are really puzzled by the fact we hide "https" in the new urlbar.
We have a pref to trim the scheme from the urlbar's contents, we could have
another one just for https...
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Good news: we don't actually hide https :)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Comment 3•14 years ago
|
||
Note that existing tests also verify this, e.g.:
testVal("http://mozilla.org/", "mozilla.org");
vs.
testVal("https://mozilla.org/", "https://mozilla.org");
Comment 4•14 years ago
|
||
Daniel, the code you're changing is the code that trims the trailing '/' for https URLs. The scheme itself is not trimmed.
| Reporter | ||
Comment 5•14 years ago
|
||
Ludovic, you owe me a _gigantic_ beer for that one...
Status: RESOLVED → UNCONFIRMED
Ever confirmed: false
Resolution: INVALID → ---
| Reporter | ||
Comment 6•14 years ago
|
||
and bugzilla resets the status to unconfirmed, pffff
definitely not a good day
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•