mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
LibWeb: Extract the (un)focus steps out of HTMLElement
The (un)focus steps have no dependency on HTMLElement, thus we can extract them into their own file. This allows them to be called anywhere.
This commit is contained in:
parent
c4ee43c5b4
commit
547e006a12
4 changed files with 300 additions and 260 deletions
|
@ -178,6 +178,7 @@ set(SOURCES
|
|||
HTML/EventLoop/Task.cpp
|
||||
HTML/EventLoop/TaskQueue.cpp
|
||||
HTML/EventNames.cpp
|
||||
HTML/Focus.cpp
|
||||
HTML/FormAssociatedElement.cpp
|
||||
HTML/GlobalEventHandlers.cpp
|
||||
HTML/History.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue