Closed
Bug 1049303
Opened 9 years ago
Closed 9 years ago
Invalid cast to ClientThebesLayer in ClientContainerLayer
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
Details
Attachments
(1 file)
2.51 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/gfx/layers/client/ClientContainerLayer.h#72 This is an invalid cast if the layer is actually a ClientTiledThebesLayer. This crashes on windows with tiling enabled. I have absolutely no explanation for how android/b2g are alive right now.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8468219 -
Flags: review?(bas)
Updated•9 years ago
|
Attachment #8468219 -
Flags: review?(bas) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/772d552cbe95
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/0d43f74dad13 for build bustage: https://tbpl.mozilla.org/php/getParsedLog.php?id=45375532&tree=Mozilla-Inbound
Flags: needinfo?(matt.woodrow)
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c20ec99f9a19
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c20ec99f9a19
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(matt.woodrow)
You need to log in
before you can comment on or make changes to this bug.
Description
•