1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 01:12:24 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Aliaksandr Kalenik 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects
Fixes warnings found by LibJSGCVerifier
2023-12-11 16:55:25 +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: Clean up assumptions in Bindings::HostDefined 2023-11-15 12:56:33 +01:00
HostDefined.h LibWeb: Clean up assumptions in Bindings::HostDefined 2023-11-15 12:56:33 +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: Port LegacyPlatformObject from DeprecatedString to String 2023-11-28 17:15:27 -05:00
LegacyPlatformObject.h LibWeb: Port LegacyPlatformObject from DeprecatedString to String 2023-11-28 17:15:27 -05:00
MainThreadVM.cpp LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects 2023-12-11 16:55:25 +01:00
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 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 2023-11-10 08:22:44 +01:00
Transferable.h LibWeb: Add a Transferable interface to model the transferable property 2023-12-09 21:52:28 +01:00