Bug 253539 - Avoid call to exitRemovedFullscreenElementIfNeeded() in Element::removedFromAncestor()
Summary: Avoid call to exitRemovedFullscreenElementIfNeeded() in Element::removedFromA...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-07 15:27 PST by Chris Dumez
Modified: 2023-03-07 19:11 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>