1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:38:10 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Andreas Kling 4559faf8d8 LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper
Use the new CustomGet/CustomPut wrapper mechansim to intercept gets and
puts on CSSStyleDeclaration objects. This allows content to get and set
individual CSS properties from JavaScript. :^)
2021-03-15 21:20:33 +01:00
..
CSSStyleDeclarationWrapperCustom.cpp LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper 2021-03-15 21:20:33 +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 LibWeb: Move ExceptionOr bindings utils into own header 2021-02-20 13:10:55 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WindowObject.h LibWeb: Implement Window.prompt() 2021-02-20 12:19:46 +01:00
WindowObjectHelper.h LibWeb: Expose new CSS interfaces on the window object 2021-03-09 07:57:33 +01: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