Bug 253539

Summary: Avoid call to exitRemovedFullscreenElementIfNeeded() in Element::removedFromAncestor()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-03-07 15:27:38 PST
Avoid call to exitRemovedFullscreenElementIfNeeded() in Element::removedFromAncestor() in the common case where the element is not fullscreen. Element::removedFromAncestor() is a hot code path.
Comment 1 Chris Dumez 2023-03-07 15:32:18 PST
Pull request: https://github.com/WebKit/WebKit/pull/11196
Comment 2 EWS 2023-03-07 19:10:09 PST
Committed 261352@main (3999b09acdfd): <https://commits.webkit.org/261352@main>

Reviewed commits have been landed. Closing PR #11196 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-07 19:11:14 PST
<rdar://problem/106397677>