Grab WorkerRef in StartConsuming instead of Create
Categories
(Core :: DOM: Networking, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files, 1 obsolete file)
It makes no sense to grab WorkerRef when Create()
doesn't do anything. WorkerRef is only needed after StartConsuming happens where AsyncWait() is called.
(It's not so obvious who owns this class right now; my current plan is to replace almost every stream setup in this class with stream helpers and give it back to whoever maintains Fetch. For that reason I put this in DOM: Networking.)
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
It's not holding any JS objects anymore, probably since the migration to DOM streams.
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D194089
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D194090
Assignee | ||
Comment 4•1 year ago
•
|
||
Try: https://treeherder.mozilla.org/jobs?repo=try&revision=e5b1fef03ff667edf9db1ebda5e990370e5ccbfe
Edit: https://treeherder.mozilla.org/jobs?repo=try&revision=584a5631b2f7f7d0b0dc05b60ed86a8da3261b04 which interestingly still fails...
Comment 5•1 year ago
|
||
Comment on attachment 9364666 [details]
Bug 1865640 - Part 3: Assert non-native readable stream r=smaug
Revision D194186 was moved to bug 1866078. Setting attachment 9364666 [details] to obsolete.
Comment 7•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/72186a121dc0
https://hg.mozilla.org/mozilla-central/rev/14e583d8b48a
Description
•