Closed Bug 1648141 Opened 5 years ago Closed 5 years ago

IPCBlobInputStream should be renamed to something more generic than "IPCBlob"

Categories

(Core :: DOM: File, task)

task

Tracking

()

RESOLVED FIXED
mozilla80
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
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: nobody → amarchesini
Status: NEW → ASSIGNED
Pushed by amarchesini@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/749d894dde52 IPCBlobInputStream to RemoteLazyInputStream - part 1 - mozIRemoteLazyInputStream interface, r=smaug https://hg.mozilla.org/integration/autoland/rev/24fdb83db3cd IPCBlobInputStream to RemoteLazyInputStream - part 2 - RemoteLazyInputStreamStorage, r=smaug https://hg.mozilla.org/integration/autoland/rev/c1a3d5fa0c61 IPCBlobInputStream to RemoteLazyInputStream - part 3 - PRemoteLazyInputStream, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/e5b8292e7095 IPCBlobInputStream to RemoteLazyInputStream - part 4 - IPDL actors, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/d824d2f67f27 IPCBlobInputStream to RemoteLazyInputStream - part 5 - thread, r=smaug https://hg.mozilla.org/integration/autoland/rev/11dfce46ec14 IPCBlobInputStream to RemoteLazyInputStream - part 6 - remoteLazyInputStream, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/b9bb847cee47 IPCBlobInputStream to RemoteLazyInputStream - part 7 - RemoteLazyInputStreamUtils, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/e9b4ca0ee700 IPCBlobInputStream to RemoteLazyInputStream - part 8 - mozilla namespace, r=smaug,necko-reviewers,dragana
Flags: needinfo?(amarchesini)
Pushed by amarchesini@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f0a9b0a0df2d IPCBlobInputStream to RemoteLazyInputStream - part 1 - mozIRemoteLazyInputStream interface, r=smaug https://hg.mozilla.org/integration/autoland/rev/0c753cdd5c53 IPCBlobInputStream to RemoteLazyInputStream - part 2 - RemoteLazyInputStreamStorage, r=smaug https://hg.mozilla.org/integration/autoland/rev/05e418cb5770 IPCBlobInputStream to RemoteLazyInputStream - part 3 - PRemoteLazyInputStream, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/ca622eac3cdc IPCBlobInputStream to RemoteLazyInputStream - part 4 - IPDL actors, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/bf10fbdfcc0f IPCBlobInputStream to RemoteLazyInputStream - part 5 - thread, r=smaug https://hg.mozilla.org/integration/autoland/rev/a791379137ac IPCBlobInputStream to RemoteLazyInputStream - part 6 - remoteLazyInputStream, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/dd2100135c4a IPCBlobInputStream to RemoteLazyInputStream - part 7 - RemoteLazyInputStreamUtils, r=smaug,necko-reviewers,dragana https://hg.mozilla.org/integration/autoland/rev/2e11bff9e6a9 IPCBlobInputStream to RemoteLazyInputStream - part 8 - mozilla namespace, r=smaug,necko-reviewers,dragana
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: