Closed
Bug 1350644
Opened 8 years ago
Closed 8 years ago
Remove the PBlob::Msg_WaitForSliceCreation sync IPC
Categories
(Core :: DOM: Core & HTML, enhancement, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1359718
Performance Impact | high |
People
(Reporter: ehsan.akhgari, Assigned: baku)
References
(Blocks 1 open bug)
Details
Median time: 21ms. :(
It seems that in the content process, the creation of a Blob is always blocking, if I'm reading <http://searchfox.org/mozilla-central/rev/7419b368156a6efa24777b21b0e5706be89a9c2f/dom/file/ipc/Blob.cpp#3583> correctly.
Assignee | ||
Comment 2•8 years ago
|
||
This is part of the PBlob refactoring.
Updated•8 years ago
|
Whiteboard: [qf]
Updated•8 years ago
|
Whiteboard: [qf] → [qf:p1]
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Performance Impact: --- → P1
Whiteboard: [qf:p1]
You need to log in
before you can comment on or make changes to this bug.
Description
•