ladybird/Userland/Libraries/LibWeb/Bindings
Andreas Kling 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString>
Ultimately, this API should probably be replaced with something that
updates a cache on relevant DOM mutations instead of regenerating
the list of property names again and again.
2023-12-24 22:49:19 +01:00
..
AudioConstructor.cpp LibWeb: Port Intrinsics from DeprecatedString 2023-11-28 17:15:27 -05:00
AudioConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ExceptionOrUtils.h LibWeb: Make Bindings::dom_exception_to_throw_completion public API 2023-06-18 08:34:02 +02:00
HostDefined.cpp LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
HostDefined.h LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
ImageConstructor.cpp LibWeb: Port Intrinsics from DeprecatedString 2023-11-28 17:15:27 -05:00
ImageConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Intrinsics.cpp LibWeb: Implement Structured{De}SerializeWithTransfer for transferables 2023-12-09 21:52:28 +01:00
Intrinsics.h LibWeb: Implement Structured{De}SerializeWithTransfer for transferables 2023-12-09 21:52:28 +01:00
LegacyPlatformObject.cpp LibWeb: Let supported_property_names() return Vector<FlyString> 2023-12-24 22:49:19 +01:00
LegacyPlatformObject.h LibWeb: Let supported_property_names() return Vector<FlyString> 2023-12-24 22:49:19 +01:00
MainThreadVM.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
MainThreadVM.h LibWeb: Do not use JS::Handle for mutation observers 2023-09-27 16:33:21 +02:00
OptionConstructor.cpp LibWeb: Port Intrinsics from DeprecatedString 2023-11-28 17:15:27 -05:00
OptionConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
PlatformObject.cpp LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 2023-11-10 08:22:44 +01:00
PlatformObject.h LibWeb: Port PlatformObject from ByteString 2023-12-24 13:26:50 +01:00
Transferable.h LibWeb: Implement MessagePort.postMessage closer to the spec 2023-12-19 21:08:05 +01:00