Files
ladybird/Libraries/LibWeb/HTML/Window.cpp
Aliaksandr Kalenik 4c22c372a4 LibWeb: Avoid full DOM tree traversal in Window::named_objects()
Instead, take advantage of `ElementByIdMap` and
`m_potentially_named_elements` to gather elements with specified name
more efficiently.
2025-11-25 09:16:17 +01:00

85 KiB