Closed
Bug 530539
Opened 16 years ago
Closed 16 years ago
Need to be able to specify nosplash in an environment variable
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | final-fixed |
| fennec | 1.0a4-wm+ | --- |
People
(Reporter: crowderbt, Assigned: crowderbt)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.06 KB,
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
This is necessary for restarts because we cannot pass ourselves command-line arguments from components.
| Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → crowder
Attachment #414054 -
Flags: review?
| Assignee | ||
Updated•16 years ago
|
Attachment #414054 -
Flags: review? → review?(vladimir)
| Assignee | ||
Comment 2•16 years ago
|
||
Comment on attachment 414054 [details] [diff] [review]
If the environment variable exists....
Woops, missed part of this and it needs a tweak.
Attachment #414054 -
Flags: review?(vladimir)
Updated•16 years ago
|
tracking-fennec: --- → 1.0a4-wm+
| Assignee | ||
Comment 3•16 years ago
|
||
Adds the environment variable to the faststartup reboot logic. Will ask for review after some testing.
Attachment #414054 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 416124 [details] [diff] [review]
another spin
This works well.
Attachment #416124 -
Flags: review?(dolske)
Comment 5•16 years ago
|
||
Comment on attachment 416124 [details] [diff] [review]
another spin
I probably would have written
isNoSplash |= (PR_GetEnv("NO_SPLASH") != 0);
as
if (...envvar set...)
isNoSplash = true;
but it's fine as is.
Attachment #416124 -
Flags: review?(dolske) → review+
Comment 6•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Attachment #416124 -
Flags: approval1.9.2.1?
| Assignee | ||
Comment 8•16 years ago
|
||
| Assignee | ||
Updated•16 years ago
|
status1.9.2:
--- → final-fixed
| Assignee | ||
Comment 9•16 years ago
|
||
That last revision was accidentally landed against the relbranch. It doesn't seem necessary to backout, so I am leaving it there unless it causes trouble. I won't land on the default 192 branch until I have explicit approval, since we're nearing an endgame for both Fx3.6 and the Maemo release of Fennec.
| Assignee | ||
Comment 10•16 years ago
|
||
Disregard; after discussion on IRC I've landed on the default 192 as well:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/b2d20792890a
Updated•16 years ago
|
Attachment #416124 -
Flags: approval1.9.2.1?
Comment 11•16 years ago
|
||
Comment on attachment 416124 [details] [diff] [review]
another spin
looks like this already landed, clearing the approval request flag
You need to log in
before you can comment on or make changes to this bug.
Description
•