Closed
Bug 308099
Opened 19 years ago
Closed 19 years ago
Cleanup of the xmlHttpRequest code in nsExtensionManager.js.in
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
6.39 KB,
patch
|
benjamin
:
review+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
This is a followup bug to address the review comments in bug 307235 that were
made after checkin for 1.8b4
Assignee | ||
Comment 1•19 years ago
|
||
This addresses everything from bug 307235 except I kept the QI in the error
handler since I recall not always having a channel in all cases (e.g. local
file). I can check that later if you like and I noticed nsUpdateService.js.in
handles this the same way.
Attachment #195726 -
Flags: review?(benjamin)
Updated•19 years ago
|
Attachment #195726 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 2•19 years ago
|
||
Checked in on trunk
Checking in mozilla/toolkit/mozapps/extensions/src/nsExtensionManager.js.in;
/cvsroot/mozilla/toolkit/mozapps/extensions/src/nsExtensionManager.js.in,v <--
nsExtensionManager.js.in
new revision: 1.151; previous revision: 1.150
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Attachment #195726 -
Flags: approval1.8b5?
Comment 3•19 years ago
|
||
Comment on attachment 195726 [details] [diff] [review]
patch
>Index: toolkit/mozapps/extensions/src/nsExtensionManager.js.in
> onXMLError: function(aEvent, aItem) {
>+ var request = event.target;
s/event/aEvent/, right?
Assignee | ||
Comment 4•19 years ago
|
||
Thanks Gavin!
Updated•19 years ago
|
Attachment #195726 -
Flags: approval1.8b5? → approval1.8b5+
Assignee | ||
Comment 5•19 years ago
|
||
Checked in on MOZILLA_1_8_BRANCH
Checking in mozilla/toolkit/mozapps/extensions/src/nsExtensionManager.js.in;
/cvsroot/mozilla/toolkit/mozapps/extensions/src/nsExtensionManager.js.in,v <--
nsExtensionManager.js.in
new revision: 1.144.2.7; previous revision: 1.144.2.6
done
Keywords: fixed1.8
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•