Closed
Bug 588306
Opened 15 years ago
Closed 15 years ago
only invalidate layers on PAINT_IGNORE_SUPPRESSION when there is suppression to ignore
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b5
People
(Reporter: karlt, Assigned: karlt)
Details
Attachments
(1 file, 1 obsolete file)
3.05 KB,
patch
|
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #466921 -
Flags: review?(roc)
Comment on attachment 466921 [details] [diff] [review]
patch
> if (aFlags & PAINT_IGNORE_SUPPRESSION && builder.IsBackgroundOnly()) {
parens around the & subexpression
Attachment #466921 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Simple patch, that may help our tests test the paths that we usually use for drawing.
Attachment #466921 -
Attachment is obsolete: true
Attachment #466938 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #466938 -
Flags: approval2.0? → approval2.0+
Comment 4•15 years ago
|
||
If we start suppressing when entering subdocs that have painting suppressed we'll need to do something different here.
Assignee | ||
Comment 5•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/e151e2b04a0c
This landed, but, if it is getting in the way of your work, Timothy, then I'm fine if you'd like to back it out until we sort something else out.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b5
Comment 6•15 years ago
|
||
Not conflicting with my work right now, but suppressing when entering a suppressed subdoc is something I think we want to do.
You need to log in
before you can comment on or make changes to this bug.
Description
•