ladybird/Userland/Libraries/LibWeb/Bindings
networkException 75ac47dbd8 LibWeb: Resolve two document-tree child browsing context count FIXMEs
This patch makes use of helpers implemented for window.length to resolve
two FIXMEs in WindowProxy previously simply assuming no child browsing
contexts :^)
2022-09-09 17:42:30 +01:00
..
AudioConstructor.cpp LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
AudioConstructor.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
CallbackType.cpp LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
CallbackType.h LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
CrossOriginAbstractOperations.cpp LibWeb: Make DOMException GC-allocated 2022-09-06 00:27:09 +02:00
CrossOriginAbstractOperations.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
CSSNamespace.cpp LibJS: Move intrinsics to the realm 2022-08-27 11:29:10 +01:00
CSSNamespace.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
ExceptionOrUtils.h LibWeb: Make DOMException GC-allocated 2022-09-06 00:27:09 +02:00
IDLAbstractOperations.cpp LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
IDLAbstractOperations.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
ImageConstructor.cpp LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
ImageConstructor.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
LegacyPlatformObject.cpp LibWeb: Add Bindings::LegacyPlatformObject base class 2022-09-06 00:27:09 +02:00
LegacyPlatformObject.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
LocationConstructor.cpp LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
LocationConstructor.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
LocationObject.cpp LibWeb: Make DOMException GC-allocated 2022-09-06 00:27:09 +02:00
LocationObject.h LibWeb: Make LocationObject a PlatformObject 2022-09-06 00:27:09 +02:00
LocationPrototype.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
MainThreadVM.cpp LibJS+LibWeb: Spin event loop via VM::CustomData abstraction 2022-09-08 00:13:39 +02:00
MainThreadVM.h LibJS+LibWeb: Spin event loop via VM::CustomData abstraction 2022-09-08 00:13:39 +02:00
NavigatorConstructor.cpp LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
NavigatorConstructor.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
NavigatorObject.cpp LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
NavigatorObject.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
NavigatorPrototype.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
OptionConstructor.cpp LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
OptionConstructor.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
PlatformObject.cpp LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
PlatformObject.h LibWeb: Remove now-unused Bindings::wrap() 2022-09-06 00:27:09 +02:00
Replaceable.h LibJS: Remove GlobalObject from VM::this_value() 2022-08-23 13:58:30 +01:00
WindowConstructor.cpp LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
WindowConstructor.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
WindowObjectHelper.h LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
WindowPrototype.h LibWeb: Use cached_web_prototype() as much as possible 2022-09-06 00:27:09 +02:00
WindowProxy.cpp LibWeb: Resolve two document-tree child browsing context count FIXMEs 2022-09-09 17:42:30 +01:00
WindowProxy.h LibWeb: Make DOMException GC-allocated 2022-09-06 00:27:09 +02:00