mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +00:00
This patch moves the CSS property+value storage down to a new subclass of CSSStyleDeclaration called PropertyOwningCSSStyleDeclaration. The JavaScript wrapper for CSSStyleDeclaration now calls virtual functions on the C++ object. This is preparation for supporting computed style CSSStyleDeclaration objects which won't have internal property storage, but rather an internal element pointer. :^) |
||
---|---|---|
.. | ||
CSSStyleDeclarationWrapperCustom.cpp | ||
EventListenerWrapper.cpp | ||
EventListenerWrapper.h | ||
EventTargetWrapperFactory.cpp | ||
EventTargetWrapperFactory.h | ||
EventWrapperFactory.cpp | ||
EventWrapperFactory.h | ||
ExceptionOrUtils.h | ||
HTMLCollectionWrapperCustom.cpp | ||
ImageConstructor.cpp | ||
ImageConstructor.h | ||
LocationObject.cpp | ||
LocationObject.h | ||
MainThreadVM.cpp | ||
MainThreadVM.h | ||
NavigatorObject.cpp | ||
NavigatorObject.h | ||
NodeWrapperFactory.cpp | ||
NodeWrapperFactory.h | ||
Replaceable.h | ||
ScriptExecutionContext.cpp | ||
ScriptExecutionContext.h | ||
WindowObject.cpp | ||
WindowObject.h | ||
WindowObjectHelper.h | ||
Wrappable.cpp | ||
Wrappable.h | ||
Wrapper.h |