Closed
Bug 1409595
Opened 8 years ago
Closed 8 years ago
Add pointer check in WebRenderLayerManager::DidComposite()
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Whiteboard: [wr-mvp])
Attachments
(1 file)
1.08 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
It seems better to add the pointer check. Similar thing is already done at ClientLayerManager::DidComposite() by Bug 1364563.
There is a crash at WebRenderLayerManager::DidComposite()
https://crash-stats.mozilla.com/report/index/a6bd7fde-b8c4-4789-841a-ce3470171014
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8919551 -
Flags: review?(bugmail)
Updated•8 years ago
|
Attachment #8919551 -
Flags: review?(bugmail) → review+
Updated•8 years ago
|
Blocks: stage-wr-trains
status-firefox57:
--- → unaffected
status-firefox58:
--- → unaffected
Priority: -- → P3
Updated•8 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Whiteboard: [wr-mvp]
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e6f88e18e1bc
Add pointer check in WebRenderLayerManager::DidComposite() r=kats
![]() |
||
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•