mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibWeb: Add HTML::EventNames and UIEvents::EventNames
This commit is contained in:
parent
e68348298f
commit
9950270808
15 changed files with 271 additions and 19 deletions
|
@ -54,6 +54,7 @@ set(SOURCES
|
|||
FontCache.cpp
|
||||
HTML/AttributeNames.cpp
|
||||
HTML/CanvasRenderingContext2D.cpp
|
||||
HTML/EventNames.cpp
|
||||
HTML/HTMLAnchorElement.cpp
|
||||
HTML/HTMLAreaElement.cpp
|
||||
HTML/HTMLAudioElement.cpp
|
||||
|
@ -187,6 +188,7 @@ set(SOURCES
|
|||
SVG/SVGSVGElement.cpp
|
||||
SVG/TagNames.cpp
|
||||
StylePropertiesModel.cpp
|
||||
UIEvents/EventNames.cpp
|
||||
UIEvents/MouseEvent.cpp
|
||||
URLEncoder.cpp
|
||||
WebContentClient.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue