Bug 278193

Summary: Page::updateRendering use of forEachRenderableDocument should exclude hidden docs
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Matt Woodrow
Reported 2024-08-15 15:53:01 PDT
Spec: https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:window-event-loop-3 Documents with a visibility state of "hidden" should be removed from the set. We instead track visibility changes in Page::setIsVisibleInternal, and pause animations etc.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-22 15:53:20 PDT
Note You need to log in before you can comment on or make changes to this bug.