Closed
Bug 72827
Opened 24 years ago
Closed 23 years ago
use the IOService contract id, (instead of the CID)
Categories
(MailNews Core :: Backend, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: sspitzer, Assigned: ccarlen)
Details
looking at nsProxyAutoConfig.js, it's "@mozilla.org/network/io-service;1"
Reporter | ||
Comment 1•24 years ago
|
||
here's that other bug.
I'll fix this today.
Comment 2•24 years ago
|
||
rs=alecf before you even have a patch, since it's just a directly string replacement
Reporter | ||
Comment 3•24 years ago
|
||
more places to fix:
/extensions/xmlterm/ui/xmlterm-service.js, line 61 -- "{9ac9e770-18bc-11d3-9337-
00104ba0fd40}";
/netwerk/build/nsNetCID.h, line 37 -- { /* 9ac9e770-18bc-11d3-9337-00104ba0fd40
*/ \
/profile/resources/content/profileSelection.js, line 68 -- var ioService =
nsJSComponentManager.getServiceByID("{9ac9e770-18bc-11d3-9337-00104ba0fd40}",
/profile/resources/content/profileSelection.js, line 198 -- var ioService =
nsJSComponentManager.getServiceByID("{9ac9e770-18bc-11d3-9337-00104ba0fd40}",
/xpfe/communicator/resources/content/utilityOverlay.js, line 34 -- var
ioService = Components.classesByID["{9ac9e770-18bc-11d3-9337-00104ba0fd40}"]
/mailnews/base/resources/content/commandglue.js, line 832 -- var ioService =
nsJSComponentManager.getServiceByID("{9ac9e770-18bc-11d3-9337-
00104ba0fd40}", "nsIIOService");
/mailnews/base/resources/content/mail3PaneWindowCommands.js, line 1105 -- var
ioService = nsJSComponentManager.getServiceByID("{9ac9e770-18bc-11d3-9337-
00104ba0fd40}", "nsIIOService");
/mailnews/compose/resources/content/MsgComposeCommands.js, line 42 -- var
ioService = Components.classesByID["{9ac9e770-18bc-11d3-9337-
00104ba0fd40}"].getService();
Summary: use the IOService contract id, (instead of the CID) in MsgToggleWorkOffline() → use the IOService contract id, (instead of the CID)
Reporter | ||
Comment 4•24 years ago
|
||
some, but not all, of these have landed.
I'll fix the rest soon.
Severity: normal → minor
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → mozilla1.0
Comment 5•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Reporter | ||
Comment 6•23 years ago
|
||
over to ccarlen, as he's started to do this work in #64172
Assignee: sspitzer → ccarlen
Status: ASSIGNED → NEW
Assignee | ||
Comment 7•23 years ago
|
||
I remember fixing this in some other bug. Searching mozilla/profile for
"*9ac9e770-18bc-11d3-9337*" comes up clean.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•