Closed
Bug 265388
Opened 21 years ago
Closed 21 years ago
@mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(2 obsolete files)
###!!! ASSERTION: You are calling CreateInstance
"{3f989ca4-f77a-11d2-969d-006008948010}" when a service for this CID already
exists!: 'Error', file r:/mozilla/xpcom/components/nsComponentManager.cpp,
line 1880
Break: at file r:/mozilla/xpcom/components/nsComponentManager.cpp, line 1880
0 [native frame]
1 CreateMailWindowGlobals() ["chrome://messenger/content/mailWindow.js":206]
this = [object ChromeWindow @ 0x3fba240]
2 OnLoadMessenger() ["chrome://messenger/content/msgMail3PaneWindow.js":644]
messengerBox = undefined
this = [object ChromeWindow @ 0x3fba240]
3 onload(event = [object Event @ 0x44dd260])
["chrome://messenger/content/messenger.xul":0]
this = [object ChromeWindow @ 0x3fba240]
4 [native frame]
comment 0 was for @mozilla.org/rdf/datasource;1?name=msgaccountmanager
this is
@mozilla.org/rdf/datasource;1?name=mailnewsfolders
###!!! ASSERTION: You are calling CreateInstance
"{2b8ed4a4-f684-11d2-8a5d-0060b0fc04d2}" when a ser
vice for this CID already exists!: 'Error', file
r:/mozilla/xpcom/components/nsComponentManager.cpp,
line 1880
Break: at file r:/mozilla/xpcom/components/nsComponentManager.cpp, line 1880
0 [native frame]
1 CreateMailWindowGlobals() ["chrome://messenger/content/mailWindow.js":207]
this = [object ChromeWindow @ 0x3fba240]
2 OnLoadMessenger() ["chrome://messenger/content/msgMail3PaneWindow.js":644]
messengerBox = undefined
this = [object ChromeWindow @ 0x3fba240]
3 onload(event = [object Event @ 0x44dd260])
["chrome://messenger/content/messenger.xul":0]
this = [object ChromeWindow @ 0x3fba240]
4 [native frame]
Status: NEW → ASSIGNED
Summary: @mozilla.org/rdf/datasource;1?name=msgaccountmanager is an rdf datasource and must be used as a service → @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
Attachment #162825 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #162825 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #162825 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #162825 -
Flags: superreview?(bienvenu)
Attachment #162825 -
Flags: review?(neil.parkwaycc.co.uk)
Attachment #162825 -
Flags: review+
Comment 3•21 years ago
|
||
Comment on attachment 162825 [details] [diff] [review]
getService rdf datasources
need to do this for tbird forked files too, I would think...or are none of
these files forked?
Attachment #162825 -
Flags: superreview?(bienvenu) → superreview+
mozilla/mailnews/compose/resources/content/MsgComposeCommands.js
1.354
mozilla/mailnews/base/search/resources/content/SearchDialog.js
1.89
mozilla/mailnews/base/resources/content/msgViewNavigation.js
1.53
mozilla/mailnews/base/resources/content/mailWindow.js
1.90
mozilla/mail/components/compose/content/MsgComposeCommands.js
1.56
mozilla/mail/base/content/mailWindow.js 1.23
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
i missed a spot :(~
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attachment #162825 -
Attachment is obsolete: true
Attachment #166464 -
Flags: superreview?(bienvenu)
Attachment #166464 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #166464 -
Flags: superreview?(bienvenu) → superreview+
Comment 7•21 years ago
|
||
Comment on attachment 166464 [details] [diff] [review]
getService the original asserting rdf datasource
How did we all miss that the first time around? ;-)
Attachment #166464 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment on attachment 166464 [details] [diff] [review]
getService the original asserting rdf datasource
mozilla/mailnews/base/resources/content/mailWindow.js 1.91
Attachment #166464 -
Attachment is obsolete: true
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•