Closed
Bug 1670939
Opened 4 years ago
Closed 4 years ago
Make PImageBridge::WillClose async instead of sync
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
Attachments
(1 file)
In bug 1613128, we are seeing problems where the content process is taking too long to shutdown because the compositor thread is busy (either processing the sync call, or doing something else). We made it sync a long time ago due to crashes and try seems green making it async:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=453eded71b7bdeda51ff6ff429ca13dc74696e4e
Let's see if we can remove it in this bug.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Attachment #9181285 -
Attachment description: Bug 1670939 - Make PImageBridge::WilClose sync instead of async. → Bug 1670939 - Make PImageBridge::WilClose async instead of sync.
Updated•4 years ago
|
Attachment #9181285 -
Attachment description: Bug 1670939 - Make PImageBridge::WilClose async instead of sync. → Bug 1670939 - Make PImageBridge::WillClose async instead of sync.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75aa306256c5
Make PImageBridge::WillClose async instead of sync. r=nical,ipc-reviewers,jld
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•