Closed Bug 290868 Opened 19 years ago Closed 17 years ago

Allow command-line options to open more than one window at startup

Categories

(Core Graveyard :: Cmd-line Features, enhancement)

x86
Windows XP
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: WeirdAl, Unassigned)

References

()

Details

The command-line handler takes place in nsAppRunner.cpp#1077:
startupNotifier->Observe(nsnull, APPSTARTUP_TOPIC, nsnull);

The window watcher is initialized sometime later (lines 1144-1152).  In our
particular application, we want to have four specific windows open before we hit
Ensure1Window (line 1219).  The simplest way biesi and I see is to initialize
the window watcher before the command-line handler.

bsmedberg, what do you think?
Severity: normal → enhancement
No longer relevant with the toolkit switch.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.