WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
244146
Move HTMLDialogElement handling out of Element::removedFromAncestor()
https://bugs.webkit.org/show_bug.cgi?id=244146
Summary
Move HTMLDialogElement handling out of Element::removedFromAncestor()
Chris Dumez
Reported
2022-08-19 16:05:37 PDT
Move HTMLDialogElement handling out of Element::removedFromAncestor() since this is a very hot code path. Instead, move the logic to HTMLDialogElement::removedFromAncestor().
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2022-08-19 16:10:20 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/3490
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug