1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Luke f7ad8c0f94 LibWeb: Add DOMParser
This allows you to invoke the HTML document parser and retrieve a
document as though it was loaded as a web page, minus any scripting
ability.

This does not currently support XML parsing.

This is used by YouTube (or more accurately, Web Components Polyfills)
to polyfill templates.
2021-07-05 12:39:46 +02:00
..
CSSStyleDeclarationWrapperCustom.cpp LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
EventListenerWrapper.cpp LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
EventListenerWrapper.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventTargetWrapperFactory.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventTargetWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventWrapperFactory.cpp LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
EventWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ExceptionOrUtils.h LibWeb: Make ExceptionOr capable of holding all error types in the spec 2021-06-27 12:49:49 +01:00
HTMLCollectionWrapperCustom.cpp LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
ImageConstructor.cpp LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
ImageConstructor.h LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
LocationObject.cpp LibWeb: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
LocationObject.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MainThreadVM.cpp LibJS+LibWeb: Move exception logging and remove should_log_exceptions 2021-04-24 20:11:04 +02:00
MainThreadVM.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NavigatorObject.cpp LibJS: Bring ArrayCreate and ArrayConstructor closer to spec 2021-07-04 00:51:43 +01:00
NavigatorObject.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NodeWrapperFactory.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
NodeWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ScriptExecutionContext.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ScriptExecutionContext.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowObject.cpp LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
WindowObject.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowObjectHelper.h LibWeb: Add DOMParser 2021-07-05 12:39:46 +02:00
Wrappable.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrappable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrapper.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00