Open Bug 1482614 Opened 6 years ago Updated 2 years ago

Record FX_TAB_SWITCH_COMPOSITE_E10S_MS when we display the tab before Layers are available

Categories

(Firefox :: Tabbed Browser, task, P3)

task

Tracking

()

People

(Reporter: mattwoodrow, Unassigned)

References

(Blocks 2 open bugs)

Details

The initial version of FX_TAB_SWITCH_COMPOSITE_E10S_MS skips recording the value for the case where we make the tab visible before the Layers have been created. This is because the parent process won't get notification for the composite triggered when the Layers are created, and thus we can't get an accurate result. The solution here is probably for the content process to listen for MozAfterPaint, since in this case the tab being displayed is triggered the child (by sending the layers), and that's where the notification will go. We'd then need to send the result timestamp back to the parent and record the result.
Depends on: 1481704
Priority: -- → P3
Blocks: 1484365
Type: enhancement → task
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.