mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
LibWeb: Add an interface to be notified of Document state changes
Some HTML elements, e.g. HTMLMediaElement, need to take action when the document becomes inactive.
This commit is contained in:
parent
88b8969443
commit
f78eadf00f
6 changed files with 92 additions and 1 deletions
|
@ -126,9 +126,10 @@ set(SOURCES
|
|||
DOM/DOMTokenList.cpp
|
||||
DOM/DOMTokenList.idl
|
||||
DOM/Document.cpp
|
||||
DOM/DocumentLoading.cpp
|
||||
DOM/DocumentFragment.cpp
|
||||
DOM/DocumentLoadEventDelayer.cpp
|
||||
DOM/DocumentLoading.cpp
|
||||
DOM/DocumentObserver.cpp
|
||||
DOM/DocumentType.cpp
|
||||
DOM/Element.cpp
|
||||
DOM/ElementFactory.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue