Closed
Bug 1043663
Opened 10 years ago
Closed 10 years ago
Failing opacity assertion when scrolling contacts.
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
Tracking | Status | |
---|---|---|
firefox33 | --- | unaffected |
firefox34 | --- | fixed |
b2g-v1.4 | --- | unaffected |
b2g-v2.0 | --- | fixed |
b2g-v2.1 | --- | fixed |
People
(Reporter: khuey, Assigned: kats)
References
Details
(Keywords: assertion)
Attachments
(1 file)
(deleted),
patch
|
botond
:
review+
|
Details | Diff | Splinter Review |
I'm hitting http://hg.mozilla.org/mozilla-central/annotate/616e6924cb0b/gfx/layers/composite/TiledContentHost.cpp#l415. Kats claims the assertion is bogus.
Assignee | ||
Comment 1•10 years ago
|
||
Indeed, the assertion is bogus, aOpacity should (I think) always equal gfxPrefs::LowPrecisionOpacity() at that point. I'm not sure if it's worth leaving the assertion in at all. I'll get rid of it.
Assignee | ||
Comment 2•10 years ago
|
||
Assignee: nobody → bugmail.mozilla
Attachment #8462027 -
Flags: review?(botond)
Reporter | ||
Updated•10 years ago
|
blocking-b2g: --- → 2.0+
Assignee | ||
Updated•10 years ago
|
status-b2g-v1.4:
--- → unaffected
status-b2g-v2.0:
--- → affected
status-b2g-v2.1:
--- → affected
status-firefox33:
--- → unaffected
status-firefox34:
--- → affected
Version: unspecified → Trunk
Comment 3•10 years ago
|
||
Comment on attachment 8462027 [details] [diff] [review]
patch
Review of attachment 8462027 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for suggesting this bogus assertion!
Attachment #8462027 -
Flags: review?(botond) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Comment 6•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•