Closed
Bug 1830778
Opened 2 years ago
Closed 2 years ago
Rename NotifyContentfulPaint to make it clear its based on FirstContentfulPaint
Categories
(Core :: Performance, task)
Core
Performance
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: sefeng, Assigned: sefeng)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Currently these functions and related variables are based on
FirstContentfulPaint, however the naming are too generic. With the
LargestContentfulPaint implementation, they will not only
handle paints for FirstContentfulPaint but also LargestContentfulPaint,
so we need to rename them.
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/b8174081dc84
Rename some contentful paint related variables/functions to make it clear they are based on FirstContentfulPaint r=emilio
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•