Closed
Bug 248847
Opened 21 years ago
Closed 21 years ago
redirect_loop.{xul,dtd} seems unused
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla1.8alpha2
People
(Reporter: Biesinger, Assigned: darin.moz)
Details
http://lxr.mozilla.org/seamonkey/search?string=redirect_loop
no user of these files. the error seems instead handled in
http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#2653, with
the translation in
http://lxr.mozilla.org/seamonkey/source/docshell/resources/locale/en-US/appstrings.properties#44
(and presumably using the promptservice, which I didn't verify)
So, netwerk/resources/content is unused, and
netwerk/resources/locale/en-US/redirect_loop.dtd can be removed as well.
this is probably for pretty errors and just not implemented.
having hit the dialog recently, let me assure you it's fairly annoying (although
i'd be more annoyed by the pretty error page ;-).
Assignee | ||
Comment 2•21 years ago
|
||
yes, they are unused. we used to show this to users, but then switched to
showing a dialog. someday it will be a page again when we support error pages
for real. but then this content won't be used in that case. it should have
been removed ages ago.
Keywords: helpwanted
Target Milestone: --- → Future
Assignee | ||
Comment 3•21 years ago
|
||
fixed-on-trunk
Status: NEW → RESOLVED
Closed: 21 years ago
Keywords: helpwanted
Resolution: --- → FIXED
Target Milestone: Future → mozilla1.8alpha2
You need to log in
before you can comment on or make changes to this bug.
Description
•