Closed
Bug 233313
Opened 21 years ago
Closed 19 years ago
canonizeUrl(aTriggeringEvent) comment correction.
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
People
(Reporter: benc, Assigned: hewitt)
References
()
Details
1251 else if (aTriggeringEvent && 'shiftKey' in aTriggeringEvent &&
1252 aTriggeringEvent.shiftKey)
1253 // Tack www. and .org on.
1254 url = "http://www." + url + ".net/";
Line 1253 should say:
1253 // Tack www. and .net on.
Comment 1•21 years ago
|
||
More properly a trivial bug rather than an enhancement.
Severity: enhancement → trivial
This bug should be marked as fixed. See:
http://bugzilla.mozilla.org/show_bug.cgi?id=233853
Comment 3•21 years ago
|
||
If the patch for 233853 goes in, this bug will be fixed. At present, it's still
open.
Depends on: 233853
Comment 4•19 years ago
|
||
The comment now says "// Tack www. and suffix on." for a combined suffix
addition, so I suppose this is fixed.
http://lxr.mozilla.org/mozilla/source/browser/base/content/browser.js#2112
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•