Assess MozAfterPaint/isMozAfterPaintPending usage in talos
Categories
(Testing :: Talos, defect, P3)
Tracking
(e10s+)
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: avih, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
Attachments
(3 files)
|
13.23 KB,
patch
|
Details | Diff | Splinter Review | |
|
232.73 KB,
text/plain
|
Details | |
|
405.76 KB,
text/plain
|
Details |
| Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
| Reporter | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Updated•10 years ago
|
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Comment 12•10 years ago
|
||
Comment 13•10 years ago
|
||
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Comment 17•10 years ago
|
||
| Reporter | ||
Comment 18•10 years ago
|
||
Comment 19•10 years ago
|
||
Comment 20•9 years ago
|
||
Comment 21•9 years ago
|
||
Updated•8 years ago
|
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Comment 25•5 years ago
|
||
:sefeng, is this bug similar to the work you did for first contentful paint?
Comment 26•5 years ago
|
||
I don't think this is related to the first contentful paint, because the first contentful paint is only the first paint, whereas MozAfterPaint can help us measure subsequent paints.
My understanding of the purpose of this bug is to ensure we are capturing the correct MozAfterPaint by using transactionId. Mike's post says it's possible a wrong MozAfterPaint was captured due to a previous composition was underway, so we need to compare the transactionId.
Also sounds like some of the MozAfterPaint usage can be converted to timeToNonBlankPaint (possibly other paint timings as well?), so maybe this is another thing that needs to be done.
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 27•2 years ago
|
||
If there are still issues please file a new bug
Description
•