1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
AnotherTest a6e4482080 AK+Everywhere: Make StdLibExtras templates less wrapper-y
This commit makes the user-facing StdLibExtras templates and utilities
arguably more nice-looking by removing the need to reach into the
wrapper structs generated by them to get the value/type needed.
The C++ standard library had to invent `_v` and `_t` variants (likely
because of backwards compat), but we don't need to cater to any codebase
except our own, so might as well have good things for free. :^)
2021-04-10 21:01:31 +02:00
..
CSSStyleDeclarationWrapperCustom.cpp LibWeb: Invalidate element style after setting Element.style.foo 2021-03-16 19:00:42 +01:00
EventListenerWrapper.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventListenerWrapper.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventTargetWrapperFactory.cpp LibWeb: Make the Window object "inherit" from EventTarget :^) 2021-01-18 12:18:29 +01:00
EventTargetWrapperFactory.h LibWeb: Make the Window object "inherit" from EventTarget :^) 2021-01-18 12:18:29 +01:00
EventWrapperFactory.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventWrapperFactory.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ExceptionOrUtils.h AK+Everywhere: Make StdLibExtras templates less wrapper-y 2021-04-10 21:01:31 +02:00
ImageConstructor.cpp LibWeb: Add legacy Image factory function 2021-03-21 09:37:25 +01:00
ImageConstructor.h LibWeb: Add legacy Image factory function 2021-03-21 09:37:25 +01:00
LocationObject.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LocationObject.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MainThreadVM.cpp LibWeb: Move main thread JavaScript VM to its own file 2021-02-03 10:45:39 +01:00
MainThreadVM.h LibWeb: Move main thread JavaScript VM to its own file 2021-02-03 10:45:39 +01:00
NavigatorObject.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NavigatorObject.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NodeWrapperFactory.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NodeWrapperFactory.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ScriptExecutionContext.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ScriptExecutionContext.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WindowObject.cpp LibWeb: Implement window.top 2021-04-07 11:19:51 +02:00
WindowObject.h LibWeb: Implement window.top 2021-04-07 11:19:51 +02:00
WindowObjectHelper.h LibWeb: Add ProcessingInstruction node 2021-04-06 21:42:00 +02:00
Wrappable.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Wrappable.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Wrapper.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00