Closed
Bug 2071285
Opened 3 days ago
Closed 17 hours ago
Experiment with SafeResolve in Streams on all channels
Categories
(Core :: DOM: Streams, enhancement)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
158 Branch
| Tracking | Status | |
|---|---|---|
| firefox158 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
Details
Attachments
(1 file)
The Streams API involves a lot of internal Promise uses, where this proposal is expected to be valuable.
| Assignee | ||
Comment 1•3 days ago
|
||
Updated•3 days ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Pushed by krosylight@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b8df7498e43b
https://hg.mozilla.org/integration/autoland/rev/b5ac1b5a6e8f
Add Promise::MaybeSafeResolve and use it for Streams r=mgaudet
Pushed by asilaghi@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/175bf52313f7
https://hg.mozilla.org/integration/autoland/rev/2d61cb0bb27b
Revert "Bug 2071285 - Add Promise::MaybeSafeResolve and use it for Streams r=mgaudet" for causing build bustages
Comment 4•3 days ago
|
||
Backed out for causing build bustages
Backout Link
Push with failures
Failure Log
Failure line Error processing test manifest file /builds/worker/checkouts/gecko/dom/promise/tests/mochitest.toml: Traceback (most recent call last):
Flags: needinfo?(krosylight)
Pushed by krosylight@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9779d0c58876
https://hg.mozilla.org/integration/autoland/rev/fbbae8488047
Add Promise::MaybeSafeResolve and use it for Streams r=mgaudet
Comment 7•17 hours ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 17 hours ago
status-firefox158:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 158 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•