mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Implement stubs for XPathEvaluator
This commit is contained in:
parent
1ae7ecc3e9
commit
f04b866cb0
Notes:
github-actions[bot]
2025-10-03 11:17:46 +00:00
Author: https://github.com/johannesg 🔰
Commit: f04b866cb0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6342
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
17 changed files with 441 additions and 1 deletions
|
|
@ -1066,6 +1066,10 @@ set(SOURCES
|
|||
XHR/XMLHttpRequestUpload.cpp
|
||||
XLink/AttributeNames.cpp
|
||||
XML/XMLDocumentBuilder.cpp
|
||||
XPath/XPathEvaluator.cpp
|
||||
XPath/XPathExpression.cpp
|
||||
XPath/XPathNSResolver.cpp
|
||||
XPath/XPathResult.cpp
|
||||
)
|
||||
|
||||
compile_ipc(Worker/WebWorkerClient.ipc Worker/WebWorkerClientEndpoint.h)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue