Closed
Bug 330447
Opened 20 years ago
Closed 18 years ago
remove " ." from "No chrome package registered" error message
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
VERIFIED
FIXED
mozilla1.9beta2
People
(Reporter: bugzilla, Assigned: sgautherie)
Details
(Keywords: polish)
Attachments
(1 file)
|
957 bytes,
patch
|
Gavin
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
in:
http://lxr.mozilla.org/seamonkey/source/chrome/src/nsChromeRegistry.cpp#713
we have:
"No chrome package registered for chrome://%s/%s/%s ."
please remove the " .". It looks very strange in the error console log.
it's also written out when you run in safe-mode. shouldn't it ignore it in that situation?
Comment 1•19 years ago
|
||
Severity: normal → trivial
| Assignee | ||
Updated•18 years ago
|
| Assignee | ||
Comment 2•18 years ago
|
||
| Assignee | ||
Updated•18 years ago
|
Attachment #287993 -
Flags: review? → review?(gavin.sharp)
Updated•18 years ago
|
Attachment #287993 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Updated•18 years ago
|
Attachment #287993 -
Flags: approval1.9?
Comment 3•18 years ago
|
||
Comment on attachment 287993 [details] [diff] [review]
(Av1) removes the point(s)
[Checkin: Comment 4]
a=release drivers
Attachment #287993 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Comment 4•18 years ago
|
||
Checking in chrome/src/nsChromeRegistry.cpp;
/cvsroot/mozilla/chrome/src/nsChromeRegistry.cpp,v <-- nsChromeRegistry.cpp
new revision: 1.358; previous revision: 1.357
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9 M10
| Assignee | ||
Updated•18 years ago
|
Attachment #287993 -
Attachment description: (Av1) removes the point(s) → (Av1) removes the point(s)
[Checkin: Comment 4]
| Assignee | ||
Comment 5•17 years ago
|
||
(In reply to comment #0)
> please remove the " .". It looks very strange in the error console log.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.2pre) Gecko/2008072102 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
V.Fixed, tested with bug 392570.
> it's also written out when you run in safe-mode. shouldn't it ignore it in that
> situation?
I'm not sure what you meant.
File a follow-up bug, as needed.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•