Closed
Bug 254332
Opened 21 years ago
Closed 21 years ago
nsIBrowserHistory should pass URLs as nsIURI instances instead of as ASCII strings
Categories
(Core Graveyard :: History: Global, defect)
Core Graveyard
History: Global
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: darin.moz, Unassigned)
References
Details
(Keywords: helpwanted, intl)
nsIBrowserHistory should pass URLs as nsIURI instances instead of as ASCII
strings. several methods on nsIBrowserHistory pass URLs as |in string|
parameters. this means that the URL strings must be ASCII or else xpconnect
will trash them. with IDN becoming more popular, this is an increasing concern
on the web. This problem can lead to crashes (see bug 250900) or at least
corrupted data.
| Reporter | ||
Updated•21 years ago
|
Keywords: helpwanted,
intl
| Reporter | ||
Comment 2•21 years ago
|
||
marking FIXED with the patch for bug 250900
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•