Bug 278193
Summary: | Page::updateRendering use of forEachRenderableDocument should exclude hidden docs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/134532297>