Closed Bug 400198 Opened 17 years ago Closed 6 years ago

blocklist.xml file has Unix line endings on Windows

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: nelson, Unassigned)

References

(Blocks 1 open bug)

Details

xml files are text files.  They should have platform-dependent line endings.
The file blocklist.xml is written with Unix style line endings on Windows.
This means it cannot be properly displayed or edited with platform native
text tools on Windows.
This file is retrieved from the Web and then serialized to disk by the blocklist service. It's not meant to be edited manually, and I don't think added code needed to write it with platform-native line endings is worth the cost, especially since it only benefits people that a) want to edit it manually and b) don't have a text editor that can handle UNIX line endings. I think that set of people is incredibly small.
Component: XML → General
Product: Core → Firefox
QA Contact: xml → general
Many text editors on Windows will convert a file to Windows line endings
before writing it out.  If the resulting file still works in the mozilla
product, that's acceptable.  Otherwise...
Worrying about people who manually edit files that weren't meant to be hand-edited isn't very high on my list of things to worry about either, to be honest... though I suspect that the code that parses the file should deal fine, without having verified.

If there was an issue here, we'd have spotted it years ago. Not sure if we still do this, but it isn't intended for user-editing, so I think this is wontfix.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.