Closed
Bug 1645540
Opened 8 months ago
Closed 7 months ago
Fix IpdlQueue handling of arguments with imprecise MinSize estimate
Categories
(Core :: Canvas: WebGL, task, P1)
Core
Canvas: WebGL
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: handyman, Assigned: handyman)
Details
Attachments
(1 file)
Bug 1645540: Make IpdlQueue resize buffers when initial deserialization estimate was low r=jgilbert!
47 bytes,
text/x-phabricator-request
|
Details | Review |
MinSize is usually 100% accurate but, if it is below the actual size needed for serialization, IpdlQueue won't properly size its internal buffer to receive the data.
Assignee | ||
Comment 1•8 months ago
|
||
When inserting an argument into the IpdlQueue for transmission, we need to resize the internal buffer if we end up with more data than expected.
Pushed by daparks@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/66f58c30c028 Make IpdlQueue resize buffers when initial deserialization estimate was low r=jgilbert
Comment 3•7 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•