Closed Bug 229417 Opened 22 years ago Closed 13 years ago

xpcom assumes native filesystem encoding is ascii compatible

Categories

(Core :: XPCOM, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: Biesinger, Unassigned)

References

Details

/xpcom/build/nsXPComInit.cpp, line 247 -- file->AppendNative(nsDependentCString(".autoreg")); /xpcom/build/nsXPComInit.cpp, line 492 -- xpcomLib->AppendNative(nsDependentCString(XPCOM_DLL)); /xpcom/components/xcDll.cpp, line 177 -- file->AppendNative(NS_LITERAL_CSTRING("dummy")); /xpcom/io/nsAppFileLocationProvider.cpp, line 154 -- rv = localFile->AppendNative(APP_REGISTRY_NAME); /xpcom/io/nsAppFileLocationProvider.cpp, line 266 -- rv = localFile->AppendNative(ESSENTIAL_FILES); /xpcom/io/nsDirectoryService.cpp, line 774 -- localFile->AppendNative(COMPONENT_DIRECTORY); /xpcom/io/nsDirectoryService.cpp, line 775 -- localFile->AppendNative(COMPONENT_REGISTRY_NAME); /xpcom/io/nsDirectoryService.cpp, line 783 -- localFile->AppendNative(COMPONENT_DIRECTORY); /xpcom/io/nsDirectoryService.cpp, line 784 -- localFile->AppendNative(XPTI_REGISTRY_NAME); /xpcom/io/nsDirectoryService.cpp, line 800 -- localFile->AppendNative(COMPONENT_DIRECTORY); /xpcom/io/nsDirectoryService.cpp, line 806 -- localFile->AppendNative(COMPONENT_DIRECTORY);
Depends on: 231243
Assignee: dougt → nobody
QA Contact: xpcom
I think this is a fine assumption.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.