IPCBlobInputStream should be renamed to something more generic than "IPCBlob"
Categories
(Core :: DOM: File, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(8 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 3 - PRemoteLazyInputStream, r?smaug
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
IPCBlobInputStream is a powerful inputStream implementation able to reduce the amount of data sent when inputStreams are shared between processes.
Initially, it was meant to be used by DOM Blobs only, but now, ServiceWorkers, DocumentChannel, and some necko components use it as well.
IPCBlobInputStream needs to be renamed. I suggest: RemoteLazyInputStream.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D80924
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D80925
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D80926
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D80927
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D80928
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D80929
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D80930
Comment 10•5 years ago
|
||
Backed out for build bustages.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=307840612&repo=autoland&lineNumber=34033
Backout: https://hg.mozilla.org/integration/autoland/rev/21c88acfbb4dc0e7c3f1cb670bc33982c8ad9fbd
Assignee | ||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f0a9b0a0df2d
https://hg.mozilla.org/mozilla-central/rev/0c753cdd5c53
https://hg.mozilla.org/mozilla-central/rev/05e418cb5770
https://hg.mozilla.org/mozilla-central/rev/ca622eac3cdc
https://hg.mozilla.org/mozilla-central/rev/bf10fbdfcc0f
https://hg.mozilla.org/mozilla-central/rev/a791379137ac
https://hg.mozilla.org/mozilla-central/rev/dd2100135c4a
https://hg.mozilla.org/mozilla-central/rev/2e11bff9e6a9
Description
•