Closed
Bug 807508
Opened 12 years ago
Closed 12 years ago
test-xhr.testLocalXhr and test-xhr.testResponseHeaders time out
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
Bug 804395 changed the status code returned by XHR for local files breaking a couple of our tests.
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #677218 -
Flags: review?(kwierso)
Comment on attachment 677218 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/642
Tests pass with it applied, and the change looks right to me.
Attachment #677218 -
Flags: review?(kwierso) → review+
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/57bb92e7593fad5ba07fcfce19cdefdf3584516c
Bug 807508: Check for 200 status code after bug 804395.
https://github.com/mozilla/addon-sdk/commit/5e6377d85f8375411c47dcc0cb566962b3e7984b
Merge pull request #642 from Mossop/bug807508
Bug 807508: Check for 200 status code after bug 804395.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/4b34b78cd4d228e9fc22a7d5e3255f8b87d2083b
Bug 807508: Check for 200 status code after bug 804395.
(cherry picked from commit 57bb92e7593fad5ba07fcfce19cdefdf3584516c)
You need to log in
before you can comment on or make changes to this bug.
Description
•