Tweak some comments per bug 910523 and bug 910517.
This commit is contained in:
@@ -148,7 +148,7 @@ function reportMemoryUsage() {
|
||||
var mgr = Cc["@mozilla.org/memory-reporter-manager;1"]
|
||||
.getService(Ci.nsIMemoryReporterManager);
|
||||
|
||||
// XXX: this code is *so* bogus -- nsIMemoryReporter changed its |memoryUsed|
|
||||
// Bug 916501: this code is *so* bogus -- nsIMemoryReporter changed its |memoryUsed|
|
||||
// field to |amount| *years* ago, and even bigger changes have happened
|
||||
// since -- that it must just never be run.
|
||||
var reporters = mgr.enumerateReporters();
|
||||
|
||||
@@ -205,7 +205,7 @@ let AboutHome = {
|
||||
mm.broadcastAsyncMessage("AboutHome:Update", data);
|
||||
}
|
||||
}).then(null, function onError(x) {
|
||||
Cu.reportError("Error in AboutHome.sendAboutHomeData " + x);
|
||||
Cu.reportError("Error in AboutHome.sendAboutHomeData: " + x);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user