mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb: Add AriaData object to parse ARIAMixin data
This provides an easily serializeable interface for us to use in IPC.
This commit is contained in:
parent
10931dceb8
commit
57a6d577ad
8 changed files with 893 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
include(libweb_generators)
|
||||
|
||||
set(SOURCES
|
||||
ARIA/AriaData.cpp
|
||||
ARIA/ARIAMixin.cpp
|
||||
ARIA/ARIAMixin.idl
|
||||
ARIA/Roles.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue