Closed
Bug 305281
Opened 20 years ago
Closed 20 years ago
OS/2: Firefox fails to start
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dragtext, Assigned: dougt)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
517 bytes,
patch
|
dougt
:
review+
mkaply
:
approval1.8b5+
|
Details | Diff | Splinter Review |
On OS/2, Firefox terminates because profiles.ini is being handled as text rather
than binary. When read, the number of bytes returned doesn't equal the file's
size because the line terminators have been changed.
xpcom/glue/nsINIParser.cpp contains a #define for XP_WIN to deal with this. The
attached patch extends the #define to include XP_OS2 as well.
a setanimret xoferiF
FL ot FLRC morf degnahc gnidaer si
Reporter | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 193239 [details] [diff] [review]
patch to nsINIParser.cpp
looks good. if it works, lets get it into the trunk asap!
Attachment #193239 -
Flags: review+
Comment 3•20 years ago
|
||
Fix checked in.
Reporter | ||
Comment 4•20 years ago
|
||
57 seconds to get a patch reviewed & another 9 minutes, 9 seconds to get it
checked in - that's pretty good :-)
> a setanimret xoferiF
> FL ot FLRC morf degnahc gnidaer si
Now, if only we knew what's wrong with html text areas in today's build...
Assignee | ||
Comment 5•20 years ago
|
||
i was wondering if you were banging your head on the keyboard.. :-)
Reporter | ||
Comment 6•20 years ago
|
||
> a setanimret xoferiF
> FL ot FLRC morf degnahc gnidaer si
These are actually snippets of stuff I edited out - but in reverse! It reads
"Firefox terminates a"
"is reading changed from CRLF to LF"
Comment 7•20 years ago
|
||
"a setanimret xoferiF" looks like bug 305239
Comment 8•20 years ago
|
||
Can this bug now be RESOLVED FIXED?
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 9•20 years ago
|
||
Comment on attachment 193239 [details] [diff] [review]
patch to nsINIParser.cpp
This is needed on the 1.8 branch as well, a Firefox without it has the same
problems as on trunk.
Attachment #193239 -
Flags: approval1.8b5?
Comment 10•20 years ago
|
||
Comment on attachment 193239 [details] [diff] [review]
patch to nsINIParser.cpp
a=mkaply
Attachment #193239 -
Flags: approval1.8b5? → approval1.8b5+
You need to log in
before you can comment on or make changes to this bug.
Description
•