Closed
Bug 893316
Opened 10 years ago
Closed 10 years ago
Http.jsm doesn't listen to method option parameter
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(2 files)
1.07 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
3.90 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Thunderbird's cloudfile tests are failing since bug 884319 landed because Http.jsm has a tiny bug in it - it doesn't pay attention to the method that the caller passes in. So it sticks to its defaults. Working on a patch.
Assignee | ||
Comment 1•10 years ago
|
||
Lemme whip up a test real quick.
Assignee | ||
Comment 2•10 years ago
|
||
Spot the nerdy comp-sci joke!
Assignee | ||
Updated•10 years ago
|
Attachment #775086 -
Flags: review?(dtownsend+bugmail)
Assignee | ||
Updated•10 years ago
|
Attachment #775087 -
Flags: review?(dtownsend+bugmail)
Comment 3•10 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #0) > Thunderbird's cloudfile tests are failing since bug 884319 landed because > Http.jsm has a tiny bug in it - it doesn't pay attention to the method that > the caller passes in. So it sticks to its defaults. > > Working on a patch. Oh, doh. That's a very silly bug, sorry about that. Not that I can actually r+ this, but the change looks fine to me. Thanks for looking as this Mike.
Updated•10 years ago
|
Attachment #775086 -
Flags: review?(dtownsend+bugmail) → review+
Updated•10 years ago
|
Attachment #775087 -
Flags: review?(dtownsend+bugmail) → review+
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a862c3557b27 https://hg.mozilla.org/integration/mozilla-inbound/rev/f8b9e399e92f
Flags: in-testsuite+
Target Milestone: --- → mozilla25
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a862c3557b27 https://hg.mozilla.org/mozilla-central/rev/f8b9e399e92f
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•