Closed
Bug 980885
Opened 11 years ago
Closed 11 years ago
Fix more Moz2D D2D mapping code that fails to set/reset mIsMapped
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
1.24 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
Similar to bug 980272, there is more D2D code that forgets to set mIsMapped. This blocks bug 980436 which makes us actually call the buggy Map/Unmap methods.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Attachment #8387553 -
Flags: review?(bas)
![]() |
Assignee | |
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ee113a965f7a
Bug 979394 added yet another broken return point yesterday, which I went ahead and fixed in this push.
Updated•11 years ago
|
Attachment #8387553 -
Flags: review?(bas) → review+
![]() |
Assignee | |
Comment 3•11 years ago
|
||
Also blocks bug 980547 since that too adds a Map/Unmap call that hits this code.
Blocks: 980547
![]() |
Assignee | |
Comment 4•11 years ago
|
||
Commit https://hg.mozilla.org/integration/mozilla-inbound/rev/ee113a965f7a has the wrong commit message. It should be for bug 980547.
![]() |
Assignee | |
Comment 5•11 years ago
|
||
Now actually committed in https://hg.mozilla.org/integration/mozilla-inbound/rev/7e787cc4649e
![]() |
Assignee | |
Comment 6•11 years ago
|
||
Bas, can you take a look at the mMapped members in the various Map/Unmap implementations too? It's not clear at first glance what they're for, but I'm wondering if we're not setting/resetting that member correctly too.
Flags: needinfo?(bas)
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ee113a965f7a
https://hg.mozilla.org/mozilla-central/rev/7e787cc4649e
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•10 years ago
|
Flags: needinfo?(bas)
You need to log in
before you can comment on or make changes to this bug.
Description
•