Closed
Bug 229416
Opened 21 years ago
Closed 16 years ago
rdf assumes native filesystem encoding is ascii compatible
Categories
(Core Graveyard :: RDF, defect)
Core Graveyard
RDF
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Biesinger, Assigned: mozilla)
References
Details
/rdf/chrome/src/nsChromeRegistry.cpp, line 835 -- rv =
overrideFile->AppendNative(NS_LITERAL_CSTRING("custom.jar"));
/rdf/chrome/src/nsChromeRegistry.cpp, line 2930 --
defaultUserContentFile->AppendNative(NS_LITERAL_CSTRING("chrome"));
/rdf/chrome/src/nsChromeRegistry.cpp, line 2931 --
defaultUserContentFile->AppendNative(NS_LITERAL_CSTRING("userContent-example.css"));
/rdf/chrome/src/nsChromeRegistry.cpp, line 2932 --
defaultUserChromeFile->AppendNative(NS_LITERAL_CSTRING("chrome"));
/rdf/chrome/src/nsChromeRegistry.cpp, line 2933 --
defaultUserChromeFile->AppendNative(NS_LITERAL_CSTRING("userChrome-example.css"));
/rdf/chrome/src/nsChromeRegistry.cpp, line 3351 -- rv =
chromeFile->AppendNative(kChromeFileName);
/rdf/chrome/tools/chromereg/regchrome.cpp, line 230 --
chromeFile->AppendNative(NS_LITERAL_CSTRING("chrome.rdf"));
/rdf/datasource/src/nsFileSystemDataSource.cpp, line 313 --
file->AppendNative(NS_LITERAL_CSTRING("NetPositive"));
/rdf/datasource/src/nsFileSystemDataSource.cpp, line 314 --
file->AppendNative(NS_LITERAL_CSTRING("Bookmarks"));
Updated•21 years ago
|
Summary: rdf assumes native filesystem encoding is ascii compatible → rdf assumes native filesystem encoding is ascii compatible
Updated•16 years ago
|
QA Contact: rdf
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
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
•