mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
LibWeb: Move DOM/TagNames.* => HTML/TagNames.*
This commit is contained in:
parent
59afcddcfe
commit
4dbecf0b65
Notes:
sideshowbarker
2024-07-19 00:53:39 +09:00
Author: https://github.com/awesomekling
Commit: 4dbecf0b65
3 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,6 @@ set(SOURCES
|
||||||
DOM/ParentNode.cpp
|
DOM/ParentNode.cpp
|
||||||
DOM/Position.cpp
|
DOM/Position.cpp
|
||||||
DOM/ShadowRoot.cpp
|
DOM/ShadowRoot.cpp
|
||||||
DOM/TagNames.cpp
|
|
||||||
DOM/Text.cpp
|
DOM/Text.cpp
|
||||||
DOM/Text.idl
|
DOM/Text.idl
|
||||||
DOM/Timer.cpp
|
DOM/Timer.cpp
|
||||||
|
@ -138,6 +137,7 @@ set(SOURCES
|
||||||
HTML/Parser/HTMLTokenizer.cpp
|
HTML/Parser/HTMLTokenizer.cpp
|
||||||
HTML/Parser/ListOfActiveFormattingElements.cpp
|
HTML/Parser/ListOfActiveFormattingElements.cpp
|
||||||
HTML/Parser/StackOfOpenElements.cpp
|
HTML/Parser/StackOfOpenElements.cpp
|
||||||
|
HTML/TagNames.cpp
|
||||||
HighResolutionTime/Performance.cpp
|
HighResolutionTime/Performance.cpp
|
||||||
InProcessWebView.cpp
|
InProcessWebView.cpp
|
||||||
Layout/BlockBox.cpp
|
Layout/BlockBox.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue