.. |
AudioConstructor.cpp
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01: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
|
LibJS: Remove GlobalObject parameter from native functions
|
2022-08-23 13:58:30 +01:00 |
CrossOriginAbstractOperations.h
|
LibWeb: Replace GlobalObject with VM in CrossOrigin AOs [Part 2/4]
|
2022-08-23 13:58:30 +01: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 |
EventTargetWrapperFactory.cpp
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
EventTargetWrapperFactory.h
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
ExceptionOrUtils.h
|
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
|
2022-08-23 13:58:30 +01: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: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
ImageConstructor.cpp
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01: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: Add Bindings::LegacyPlatformObject base class
|
2022-09-06 00:27:09 +02:00 |
LocationConstructor.cpp
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01:00 |
LocationConstructor.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2022-08-23 13:58:30 +01:00 |
LocationObject.cpp
|
LibJS: Remove Shape::global_object() and Object::global_object()
|
2022-08-28 16:36:56 +01:00 |
LocationObject.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2022-08-23 13:58:30 +01:00 |
LocationPrototype.h
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01:00 |
MainThreadVM.cpp
|
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2022-09-06 00:27:09 +02:00 |
MainThreadVM.h
|
LibWeb: Add an "internal" JS realm & window object
|
2022-09-06 00:27:09 +02:00 |
NavigatorConstructor.cpp
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01:00 |
NavigatorConstructor.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2022-08-23 13:58:30 +01:00 |
NavigatorObject.cpp
|
LibJS: Pass Realm to define_native_{accessor,function}()
|
2022-08-23 13:58:30 +01:00 |
NavigatorObject.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2022-08-23 13:58:30 +01:00 |
NavigatorPrototype.h
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01:00 |
NodeWrapperFactory.cpp
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
NodeWrapperFactory.h
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
OptionConstructor.cpp
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01:00 |
OptionConstructor.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2022-08-23 13:58:30 +01:00 |
PlatformObject.cpp
|
LibWeb: Add PlatformObject class
|
2022-09-06 00:27:09 +02:00 |
PlatformObject.h
|
LibWeb: Make StyleSheetList GC-allocated
|
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
|
LibJS: Move intrinsics to the realm
|
2022-08-27 11:29:10 +01:00 |
WindowConstructor.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2022-08-23 13:58:30 +01:00 |
WindowObject.cpp
|
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2022-09-06 00:27:09 +02:00 |
WindowObject.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
WindowObjectHelper.h
|
LibWeb: Implement Path2D class
|
2022-08-14 11:30:40 +02:00 |
WindowPrototype.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2022-08-23 13:58:30 +01:00 |
WindowProxy.cpp
|
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2022-08-23 13:58:30 +01:00 |
WindowProxy.h
|
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2022-08-23 13:58:30 +01:00 |
Wrappable.cpp
|
|
|
Wrappable.h
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
Wrapper.cpp
|
LibWeb: Add PlatformObject class
|
2022-09-06 00:27:09 +02:00 |
Wrapper.h
|
LibWeb: Add PlatformObject class
|
2022-09-06 00:27:09 +02:00 |