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)

x86
All

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"
here's that other bug. I'll fix this today.
rs=alecf before you even have a patch, since it's just a directly string replacement
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)
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
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
over to ccarlen, as he's started to do this work in #64172
Assignee: sspitzer → ccarlen
Status: ASSIGNED → NEW
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
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.