Get rid of most of NS_ERROR_DOM_INVALID_STATE_XHR_*
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Except NS_ERROR_DOM_INVALID_STATE_XHR_HAS_INVALID_CONTEXT which is returned by OnStartRequest in https://searchfox.org/mozilla-central/rev/202250ee5931648185c8abb3061d738b15b64067/dom/xhr/XMLHttpRequestMainThread.cpp#2015, not sure if we could replace it by other generic error.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D116075
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D116076
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D116077
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D116078
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D116079
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D116080
Comment 9•4 years ago
|
||
Backed out 7 changesets (Bug 1712930) for causing Android mochitest failures in test_onerror_message.html
Log: https://treeherder.mozilla.org/logviewer?job_id=341098706&repo=autoland&lineNumber=2999
Backout: https://hg.mozilla.org/integration/autoland/rev/d2c03d09d79630fb04459fc6e0d2d23caca2a12b
Assignee | ||
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
Backed out for causing damp failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/a8c952dcf42810501dbce59333fdd5867e9a1804
Assignee | ||
Comment 13•4 years ago
|
||
Comment 14•4 years ago
|
||
Comment 15•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0c02937c3f06
https://hg.mozilla.org/mozilla-central/rev/c752980af6a5
https://hg.mozilla.org/mozilla-central/rev/ea09ede6ea97
https://hg.mozilla.org/mozilla-central/rev/738fa39cb56c
https://hg.mozilla.org/mozilla-central/rev/56a24b0ce175
https://hg.mozilla.org/mozilla-central/rev/9ccb11577a00
https://hg.mozilla.org/mozilla-central/rev/133d2832d07c
Comment 16•4 years ago
|
||
Fwiw this caused a build failure (probably only on platforms without profiler), for missing definition of MakeScopeExit
, cf https://bugzilla.mozilla.org/show_bug.cgi?id=1713564#c7
adding the missing ScopeExit.h
header inclusion as done in https://hg.mozilla.org/integration/autoland/rev/1c110c9d06c3 seem to help.
Description
•