Closed
Bug 1508438
Opened 6 years ago
Closed 6 years ago
Update step numbers in ReadableStreamTee to match the current standard
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
References
Details
Attachments
(4 files)
(deleted),
text/x-phabricator-request
|
Details | |
Bug 1508438 - Part 2: Update step numbers in TeeReaderReadHandler and ReadableStreamTee_Pull. r?arai
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
I wrote these patches while trying to fix bug 1507952. The real fix turns out to be elsewhere, but they're good patches.
Assignee | ||
Comment 1•6 years ago
|
||
This also renames TeeState::promise to cancelPromise.
Assignee | ||
Comment 2•6 years ago
|
||
This also renames a few local variables to follow the `unwrapped` convention
(arguments and locals that are not same-compartment with cx have names that
start with `unwrapped`, unless they're wrapped or AutoRealm'd on the next
line).
Depends on D12349
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jorendorff
Priority: P1 → P2
Assignee | ||
Comment 3•6 years ago
|
||
This adds a missing "return undefined", but nothing downstream pays attention
to the return value, so the bug was not observable from script.
Depends on D12350
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D12351
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2ed75fc212f1
Part 1: Update step numbers in ReadableStreamTee_Cancel. r=arai
https://hg.mozilla.org/integration/autoland/rev/0038d6eebaef
Part 2: Update step numbers in TeeReaderReadHandler and ReadableStreamTee_Pull. r=arai
https://hg.mozilla.org/integration/autoland/rev/6552cbff38d2
Part 3: Update step numbers in TeeReaderClosedHandler. r=arai
https://hg.mozilla.org/integration/autoland/rev/db9e52e671fc
Part 4: Update step numbers in ReadableStreamTee. Comments only. r=arai
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2ed75fc212f1
https://hg.mozilla.org/mozilla-central/rev/0038d6eebaef
https://hg.mozilla.org/mozilla-central/rev/6552cbff38d2
https://hg.mozilla.org/mozilla-central/rev/db9e52e671fc
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 7•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•