Closed
Bug 1445570
Opened 7 years ago
Closed 6 years ago
Ensure notifying the MozAfterPaint correctly without timer.
Categories
(Core :: Layout, enhancement, P1)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla64
People
(Reporter: mantaroh, Assigned: mattwoodrow)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(2 files)
The bug 1419226 was going to remove the timer of MozAfterPaint. However, it affects many reftest and mochitest and so on, so bug 1419226 will land related test only. This bug tracks the removing the timer of MozAfterPaint.
Updated•7 years ago
|
Priority: P3 → P5
Comment 1•7 years ago
|
||
Mantaroh, can you please attach the relevant patches from bug 1419226 for posterity? Just the patch files as attachments will do, no need to use MozReview. Thanks.
Flags: needinfo?(mantaroh)
Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Brian Birtles (:birtles) from comment #1)
> Mantaroh, can you please attach the relevant patches from bug 1419226 for
> posterity? Just the patch files as attachments will do, no need to use
> MozReview. Thanks.
OK. This patch is removing timer of MozAfterPaint patch.
After applying this patch, several test are fail. For example, reftest of webrender and intermittents.
WebRender's reftest failure will avoid by removing initial browser tab's blank attribute[1].
A failure of reftest intermittent will avoid by calling nsDOMWindowUtil::UpdateLayerTree() after finishing MozAfterPaint listener handler[2].
[1] https://hg.mozilla.org/try/rev/c6a12e9ea6fa82ca72243a5af15894f4897763ef
[2] https://hg.mozilla.org/try/rev/7ba26a37f99f578191159534dfba43a64965db06
Flags: needinfo?(mantaroh)
Updated•7 years ago
|
Attachment #8959091 -
Attachment is patch: true
Assignee | ||
Comment 3•6 years ago
|
||
MozReview-Commit-ID: C7WICJ5Q0ES
Assignee | ||
Updated•6 years ago
|
Blocks: stage-wr-trains
Assignee | ||
Updated•6 years ago
|
Priority: P5 → P1
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → matt.woodrow
Comment 4•6 years ago
|
||
Comment on attachment 9006441 [details]
Bug 1445570 - Remove EnsureEventualAfterPaint timer. r?tnikkel
Timothy Nikkel (:tnikkel) has approved the revision.
Attachment #9006441 -
Flags: review+
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6fefaf842b05
Remove EnsureEventualAfterPaint timer. r=tnikkel
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
status-firefox62:
--- → disabled
status-firefox63:
--- → disabled
Depends on: 1490117
You need to log in
before you can comment on or make changes to this bug.
Description
•