Closed
Bug 279773
Opened 20 years ago
Closed 20 years ago
Firefox trunk isn't coming up on OS/2
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(5 files)
|
1.33 KB,
patch
|
Details | Diff | Splinter Review | |
|
473 bytes,
patch
|
Details | Diff | Splinter Review | |
|
2.12 KB,
patch
|
mkaply
:
review+
|
Details | Diff | Splinter Review |
|
23.97 KB,
patch
|
Details | Diff | Splinter Review | |
|
865 bytes,
patch
|
mkaply
:
review+
|
Details | Diff | Splinter Review |
Found four issues. 1. nsNativeAppSupportOS2.cpp needs to be reported (Rich Walsh did that) 2. need some changes for commandline service (Rich Walsh did that) 3. Need a SHORT_LIBNAME for permissions.dll 4. GetWorkingDirectory wasn't working on OS/2. Patches coming.
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
Updated•20 years ago
|
Severity: normal → blocker
Comment 3•20 years ago
|
||
adds platform-specific code to nsCommandLine::ResolveFile and defines "cmdlines" as the SHORT_LIBNAME for the commandlines library
| Assignee | ||
Comment 4•20 years ago
|
||
Comment on attachment 172513 [details] [diff] [review] nsCommandLine changes needed by OS/2 r=mkaply
Attachment #172513 -
Flags: review+
Comment 5•20 years ago
|
||
revisions to use nsICommandLine, largely ported from nsNativeAppSupportWin
Comment 6•20 years ago
|
||
a simpler way to fix OS/2-specific code in SpecialSystemDirectory.cpp (see attachment 172354 [details] [diff] [review])
Comment 7•20 years ago
|
||
The startup code in nsCommandline.cpp & nsBrowserContentHandler.js produces inconsistent results. The first invocation of Firefox can successfully load a file with a relative path. Subsequent invocations fail unless the filename specified on the commandline is fully-qualified. I suspect, but can't confirm, that this is an XP problem rather than OS/2-specific. Should I open a new bug?
| Assignee | ||
Comment 8•20 years ago
|
||
(In reply to comment #7) > The startup code in nsCommandline.cpp & nsBrowserContentHandler.js produces > inconsistent results. The first invocation of Firefox can successfully load a > file with a relative path. Subsequent invocations fail unless the filename > specified on the commandline is fully-qualified. I suspect, but can't confirm, > that this is an XP problem rather than OS/2-specific. Should I open a new bug? > We need to get someone to verify that first.
Comment 9•20 years ago
|
||
(In reply to comment #8) > > The startup code in nsCommandline.cpp & nsBrowserContentHandler.js produces > > inconsistent results. [...] I suspect, but can't confirm, that this is an > > XP problem rather than OS/2-specific. > > We need to get someone to verify that first. I tried reproducing this using the Windows nightly from Jan 27th - no problems there. I'll keep investigating why it fails on OS/2. Unfortunately, I don't understand how nsBrowserContentHandler.js & nsDefaultCLH.js fit into the big picture :-(
| Assignee | ||
Comment 10•20 years ago
|
||
Comment on attachment 172519 [details] [diff] [review] an alternative for GetWorkingDirectory Fix r=mkaply We should fix these all over the code :)
Attachment #172519 -
Flags: review+
| Assignee | ||
Comment 11•20 years ago
|
||
These patches are all in, so this is fixed. Let's open another bug for the command line problem.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•