Closed
Bug 265573
Opened 21 years ago
Closed 20 years ago
Internal error dispatching command "sync-font", "sync-motif", "sync-timestamp", etc. (NS_ERROR_FAILURE, nsIDOMXULElement.boxObject, browser.xml, get_docShell)
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gashev, Assigned: bugzilla-mozilla-20000923)
References
Details
(Whiteboard: [cz-patch][cz-0.9.68])
Attachments
(1 file)
|
941 bytes,
patch
|
rginda
:
review+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a4) Gecko/20040927
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a4) Gecko/20040927
On View->Font Family and Size->Serif
[ERROR] Internal error dispatching command “sync-font”.
[ERROR] [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIDOMXULElement.boxObject]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame ::
chrome://global/content/bindings/browser.xml :: get_docShell :: line 0" data: no]
This problem reproduce on change font family.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
Can you try a clean profile and/or a clean Mozilla install? It looks like
something is very messed up.
Keywords: crash
I got the same error when trying to change the default font to monospace and
when changing it back. It changed the font but displayed the error, too. I will
try uninstalling and reinstalling as suggested.
| Assignee | ||
Comment 3•21 years ago
|
||
*** Bug 270210 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Core → Other Applications
| Assignee | ||
Comment 4•21 years ago
|
||
Confirming based on the number of reports of this in #chatzilla.
Could anyone who's seeing this error (or a similar exception for other sync-
commands) please list the following information:
Exact browser version, from the about box.
Complete list of installed extensions and versions.
Thanks.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: crash
Summary: Internal error dispatching command “sync-font” → Internal error dispatching command "sync-font", "sync-motif"
| Assignee | ||
Comment 5•21 years ago
|
||
--> All: All
--> Minor, since it doesn't (as far as I know) prevent the change working, it
just throws the error as well as changing it.
Severity: normal → minor
OS: Linux → All
Hardware: PC → All
Comment 6•21 years ago
|
||
Mozilla version: Mozilla 1.7.3
Extensions: Web Developer 0.8
Chatzilla version: 0.9.66e [Mozilla rv:1.7.3/20040910]
(Can still change the fonts despite the error msg)
| Assignee | ||
Updated•20 years ago
|
Summary: Internal error dispatching command "sync-font", "sync-motif" → Internal error dispatching command "sync-font", "sync-motif", "sync-timestamp", etc.
Comment 7•20 years ago
|
||
change Motifs to file:///path/to/css
(downloaded from http://www.hacksrus.com/~ginda/chatzilla/motifs/)
same error occurs on ff1.0(release-jaJP) + cz ext(both 0.66,66e)
not occur on private build of mozilla 1.8alpha
Same with:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Chatzilla 0.9.67 [Firefox 1.0/20041107]
There is no error unless I specifically change the motif or the font or
something; but meanwhile, virtually everything is displayed in its simplest
quasi-plaintext expression.
Comment 9•20 years ago
|
||
[ERROR] [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIDOMXULElement.boxObject]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame ::
chrome://global/content/bindings/browser.xml :: get_docShell :: line 0" data: no]
when changing the userlist sort.
Mozilla version : 1.8a6
| Assignee | ||
Comment 10•20 years ago
|
||
*** Bug 261150 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•20 years ago
|
Summary: Internal error dispatching command "sync-font", "sync-motif", "sync-timestamp", etc. → Internal error dispatching command "sync-font", "sync-motif", "sync-timestamp", etc. (NS_ERROR_FAILURE, nsIDOMXULElement.boxObject, browser.xml, get_docShell)
| Assignee | ||
Comment 11•20 years ago
|
||
Note to self:
http://lxr.mozilla.org/mozilla/source/extensions/irc/xul/content/static.js#608
Thanks very much to dmb in #chatzilla for finding out the trigger for this!
Assignee: rginda → silver
Comment 12•20 years ago
|
||
Patch based on what Silver told me about this bug. The problem seemed to be
that client.messages, client.messageCount and client.frame don't get removed.
Now we just call delete-view, which seems to work fine.
Updated•20 years ago
|
Attachment #178399 -
Flags: review?(rginda)
Comment 13•20 years ago
|
||
Comment on attachment 178399 [details] [diff] [review]
Patch v1
r=rginda
Attachment #178399 -
Flags: review?(rginda) → review+
Updated•20 years ago
|
Whiteboard: cz-patch
| Assignee | ||
Updated•20 years ago
|
Attachment #178399 -
Flags: approval1.8b2?
Comment 14•20 years ago
|
||
Comment on attachment 178399 [details] [diff] [review]
Patch v1
a=asa
Attachment #178399 -
Flags: approval1.8b2? → approval1.8b2+
| Assignee | ||
Comment 15•20 years ago
|
||
Checked in --> FIXED.
Automated builds at http://twpol.dyndns.org/mozilla/chatzilla/nightly/ will
include this shortly.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•19 years ago
|
Whiteboard: cz-patch → [cz-patch][cz-0.9.68]
Updated•7 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•