Closed
Bug 100312
Opened 24 years ago
Closed 24 years ago
all commands including text typing ineffective in composer (affects browser and mail, too)
Categories
(SeaMonkey :: Composer, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: glazou, Assigned: alecf)
References
Details
(Keywords: smoketest)
Attachments
(1 file)
|
1.20 KB,
patch
|
Details | Diff | Splinter Review |
Tested with new tree, pulled out 18-sep 8am, on win2k. No change done *at all*
to the tree. Impossible to type, some menus are blank and impossible to type
text.
Copy of console :
JavaScript error:
line 0: uncaught exception: [Exception... "Cannot find interface information
for parameter arg 0 [nsIDOMWindowInternal
controllers]" nsresult: "0x80570006 (NS_ERROR_XPC_CANT_GET_PARAM_IFACE_INFO)"
location: "JS frame :: chrome://editor/
ontent/ComposerCommands.js :: GetEditorController :: line 181" data: no]
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
Comment 1•24 years ago
|
||
I believe Daniel said this was the trunk (not the branch).
Comment 2•24 years ago
|
||
yeah, trunk only. Composer on branch is ok.
Comment 3•24 years ago
|
||
happens to browser, too.
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "Cannot find interface information for parameter arg 0 [nsIDOMWind
owInternal.controllers]" nsresult: "0x80570006 (NS_ERROR_XPC_CANT_GET_PARAM_IFA
CE_INFO)" location: "JS frame :: chrome://navigator/content/personalToolbar.js
:: BM_navigatorLoad :: line 482" data: no]
************************************************************
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
An error occurred updating the cmd_undo command
An error occurred updating the cmd_redo command
An error occurred updating the cmd_cut command
An error occurred updating the cmd_copy command
An error occurred updating the cmd_paste command
An error occurred updating the cmd_selectAll command
An error occurred updating the cmd_delete command
Comment 4•24 years ago
|
||
*** Bug 100253 has been marked as a duplicate of this bug. ***
Comment 5•24 years ago
|
||
dups of this cover browser and mail too.
Summary: all commands including text typing ineffective in composer → all commands including text typing ineffective in composer (affects browser and mail, too)
Comment 6•24 years ago
|
||
I see this happen in a trunk build from yesterday pulled around 3:30 pm
Comment 7•24 years ago
|
||
here's the console output from mail:
JavaScript error:
line 0: uncaught exception: [Exception... "Cannot find interface information fo
r parameter arg 0 [nsIDOMXULElement.controllers]" nsresult: "0x80570006 (NS_ERR
OR_XPC_CANT_GET_PARAM_IFACE_INFO)" location: "JS frame :: chrome://messenger/co
ntent/mail3PaneWindowCommands.js :: SetupCommandUpdateHandlers :: line 766" dat
a: no]
An error occurred updating the button_reply command
An error occurred updating the button_replyall command
An error occurred updating the button_forward command
An error occurred updating the button_delete command
An error occurred updating the button_mark command
An error occurred updating the button_getNewMessages command
An error occurred updating the button_print command
Comment 8•24 years ago
|
||
Strange. My local build is working fine. Build is from this morning.
Comment 9•24 years ago
|
||
It looks to me like we are failing to get interface info for nsIControllers. I
don't see why yet. Can someone got to their bin/components directory and do:
grep nsIControllers xpti.dat
and post what they find?
Comment 10•24 years ago
|
||
jband: I did that, nothing found.
I also double checked that my xpti.dat file is non-empty.
Comment 11•24 years ago
|
||
seth: so it is not being found in any xpt file. One thing that has caused this
in the past is two xpt files with the same name. We create one and then
overwrite it with another. Are there two makefiles building xuldoc.xpt?
Comment 12•24 years ago
|
||
Ah,
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/content/xul/document/public/ma
kefile.win
changed yesterday. probably two dirs buildsing content_xul.xpt That's bad.
Comment 13•24 years ago
|
||
jband, it looks like you are on it!
http://lxr.mozilla.org/mozilla/search?string=MODULE=content_xul
mozilla/content/xul/document/public/makefile.win, line 23 -- MODULE=content_xul
mozilla/content/xul/templates/public/makefile.win, line 23 -- MODULE=content_xul
Comment 14•24 years ago
|
||
We need to add unique XPIDL_MODULE= lines to those makefiles that share a
MODULE= name. this is done in necko and xpcom.
Comment 15•24 years ago
|
||
This ought to shadow alecf's changes.
Comment 16•24 years ago
|
||
over to alecf, but if I can beat him too it, I'll try on my tree.
Assignee: syd → alecf
Comment 17•24 years ago
|
||
mozilla/content/xul/content/public &
mozilla/content/xul/content/src
also have the MODULE=content_xul. Does that matter?
Comment 18•24 years ago
|
||
mozilla/content/xul/content/public doesn't matter, we don't build an .xpt file
from there. same for mozilla/content/xul/content/src.
but there may be other "overwrites" in the tree.
| Assignee | ||
Comment 19•24 years ago
|
||
| Assignee | ||
Comment 20•24 years ago
|
||
ok, jag reviewed
fix is in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 21•24 years ago
|
||
yep..confirmed..fixed on win respin 2001091812.VERIFIED.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•