Closed
Bug 1633731
Opened 5 years ago
Closed 5 years ago
Avoid cloning IPCBlobInputStream when not needed
Categories
(Core :: DOM: File, task)
Core
DOM: File
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file)
At the moment IPCBlobInputStreamParent::HasValidStream() retrieves the stream entirely just to check if the stream ID is valid. We can avoid it.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → amarchesini
Status: NEW → ASSIGNED
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a1798f08493
Avoid cloning IPCBlobInputStream objects when not needed, r=asuth
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•