Open
Bug 1619943
Opened 5 years ago
Updated 3 years ago
[meta] BlobURL in Parent Process Only
Categories
(Core :: DOM: File, enhancement)
Core
DOM: File
Tracking
()
NEW
People
(Reporter: ssengupta, Unassigned, Mentored)
References
(Depends on 3 open bugs)
Details
(Keywords: meta)
Main goals of this project is to eliminate redundant storage (of hash-tables) and synchronous operations (broadcast over IPC) between child processes in order to gain/maintain awareness of newly created BlobURLs.
Some of the benefits of this project:
- Reduction of memory usage by not copying small Blob objects per process.
- Reduction in IPC calls by not broadcasting/synchronising newly created BlobURLs.
- Improvement/revision of codebase through refactoring.
- Standardise policy on loading of BlobURLs under various scenarios and centralising the control of this policy in the codebase.
Updated•5 years ago
|
Assignee: ssengupta → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•