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)

x86
Windows 2000
defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.5

People

(Reporter: glazou, Assigned: alecf)

References

Details

(Keywords: smoketest)

Attachments

(1 file)

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
I believe Daniel said this was the trunk (not the branch).
Keywords: smoketest
Priority: -- → P1
Target Milestone: --- → mozilla0.9.5
yeah, trunk only. Composer on branch is ok.
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
*** Bug 100253 has been marked as a duplicate of this bug. ***
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)
I see this happen in a trunk build from yesterday pulled around 3:30 pm
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
Strange. My local build is working fine. Build is from this morning.
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?
jband: I did that, nothing found. I also double checked that my xpti.dat file is non-empty.
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?
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.
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
We need to add unique XPIDL_MODULE= lines to those makefiles that share a MODULE= name. this is done in necko and xpcom.
This ought to shadow alecf's changes.
over to alecf, but if I can beat him too it, I'll try on my tree.
Assignee: syd → alecf
mozilla/content/xul/content/public & mozilla/content/xul/content/src also have the MODULE=content_xul. Does that matter?
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.
ok, jag reviewed fix is in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
yep..confirmed..fixed on win respin 2001091812.VERIFIED.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: