Closed
Bug 66898
Opened 24 years ago
Closed 16 years ago
Startup status text needs polishing (active splash screen)
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
WONTFIX
mozilla1.5beta
People
(Reporter: mpt, Unassigned)
References
Details
(Keywords: polish)
Build: 2001010608, Mac OS 9.0
To reproduce:
* Start Mozilla for the first time. (For the full effect, use a slow computer.)
* Watch the splash screen.
What you see:
* `Starting up...' <http://lxr.mozilla.org/seamonkey/source/lib/mac/
MacMemoryAllocator/test/MemoryTest.cpp#47>
* Several instances of `Registering native component {foo}'
* Several instances of `Registering JS component {bar}'
* `Component registration finished'
<http://lxr.mozilla.org/seamonkey/source/xpcom/components/
nsComponentManager.cpp#2074>
What you should see:
* `Checking available memory...'
* Several instances of `Registering native components ... {foo}'
* Several instances of `Registering JS components ... {bar}'
* `Starting up...'
The last string is the most important of these -- since it is visible for
considerably longer than any of the others, it would be more reassuring if it
said `Starting up...' than if it said `Component registration finished'.
Comment 1•24 years ago
|
||
mpt: the "starting up..." text is in the dialog resource, and has nothing to do
with memory checking. What's going on at that point is NS_InitXPCOM (reading the
registry file etc).
I agree we need better status text. After autoreg, we also need to show progress
for reading default prefs, loading libraries etc.
Comment 4•23 years ago
|
||
over to UI Design for suggestions.
Component: XPCOM Registry → User Interface Design
Comment 5•23 years ago
|
||
to default. assign back there is an idea of what strings should be displayed to
the user.
Assignee: dougt → mpt
QA Contact: rayw → zach
Reporter | ||
Comment 6•23 years ago
|
||
Er, the default UI Design component assignee provided suggested strings in the
original bug report. Back to XPCOM. :-)
(The only change is that, given what Simon said, `Checking available memory...'
should be `Looking for components...'.)
Updated•23 years ago
|
Summary: Startup status text needs polishing → Startup status text needs polishing (active splash screen)
Target Milestone: --- → mozilla0.9.8
Comment 10•23 years ago
|
||
Moving Netscape owned 0.9.9 and 1.0 bugs that don't have an nsbeta1, nsbeta1+,
topembed, topembed+, Mozilla0.9.9+ or Mozilla1.0+ keyword. Please send any
questions or feedback about this to adt@netscape.com. You can search for
"Moving bugs not scheduled for a project" to quickly delete this bugmail.
Target Milestone: mozilla1.0 → mozilla1.2
Comment 11•22 years ago
|
||
I really believe Mozilla needs to have a splash screen with feedback on every OS.
A splash screen with feedback will distract the user from the actual 'waiting
for Mozilla to load' so that load times will feel shorter.
Updated•22 years ago
|
Target Milestone: mozilla1.2alpha → mozilla1.5alpha
Updated•22 years ago
|
Target Milestone: mozilla1.5alpha → mozilla1.5beta
Comment 12•21 years ago
|
||
This bug is targeted at a Mac classic platform/OS, which is no longer supported
by mozilla.org. Please re-target it to another platform/OS if this bug applies
there as well or resolve this bug.
I will resolve this bug as WONTFIX in four weeks if no action has been taken.
To filter this and similar messages out, please filter for "mac_cla_reorg".
Comment 13•21 years ago
|
||
Mac OS X no longer has a splash. Polish is required XP, on platforms that have a
splash.
Assignee: sfraser → dougt
Status: ASSIGNED → NEW
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Do any products show text any more?
Updated•19 years ago
|
Assignee: dougt → nobody
QA Contact: scc → xpcom
![]() |
||
Comment 15•16 years ago
|
||
The splash screen isn't supported at all any more on the "new toolkit" platform that all Mozilla apps are using now, so we can't fix this.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•