Closed
Bug 467006
Opened 16 years ago
Closed 16 years ago
Get rid of Components.returnCode use in suite/
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey2.0a3
People
(Reporter: philip.chee, Unassigned)
References
()
Details
+++ This bug was initially created as a clone of Bug #467003 +++
Components.returnCode was broken as long ago as bug 287107
The simple fix is to switch them over to throw.
Comment 1•16 years ago
|
||
{
Components\.returnCode
Found 4 matching lines in 4 files
}
Reporter | ||
Comment 2•16 years ago
|
||
You missed:
http://mxr.mozilla.org/comm-central/source/editor/ui/dialogs/content/EdSelectProps.js
http://mxr.mozilla.org/comm-central/source/directory/xpcom/datasource/nsLDAPDataSource.js
And several tests (not sure if we need these)
Neil: I don't know if we use anything in:
http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/
e.g.
http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/progressDlg/nsProgressDialog.js
http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/helperAppDlg/nsHelperAppDlg.js
Reporter | ||
Comment 3•16 years ago
|
||
> Neil: I don't know if we use anything in:
> http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/
Um yes we do, as well as:
http://mxr.mozilla.org/comm-central/source/mailnews/extensions/offline-startup/js/offlineStartup.js
Comment 4•16 years ago
|
||
(In reply to comment #2)
> Neil: I don't know if we use anything in:
>
> http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/
> e.g.
> http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/progressDlg/nsProgressDialog.js
> http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/helperAppDlg/nsHelperAppDlg.js
We do!
But they will be obsolete with our changes to use toolkit DLMGR once I get an updated patch up. Also I'm willing to review and can probably get sdwilsh to rs+ that (since he's the m-c DLMGR guy, and Firefox still hits those files in the build, even if it doesn't _use_ those)
Comment 5•16 years ago
|
||
(In reply to comment #2)
> You missed:
Well, your links are probably valid;
but they are not strictly in <suite/> ... That's why...
Comment 6•16 years ago
|
||
This appears to have been fixed by the backout to bug 243621.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 7•16 years ago
|
||
(In reply to comment #2)
> http://mxr.mozilla.org/comm-central/source/directory/xpcom/datasource/nsLDAPDataSource.js
This one (and others) remains, but I'll comment on bug 243621.
V.Fixed here.
Updated•15 years ago
|
Target Milestone: mozilla1.9.2a1 → seamonkey2.0a3
You need to log in
before you can comment on or make changes to this bug.
Description
•