1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 15:44:57 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Idan Horowitz 53f70e5208 LibJS: Remove the default length & attributes from define_native_*
These are usually incorrect, and people sometimes forget to add the
correct values as a result of them being optional, so they should just
be specified explicitly.
2021-07-06 14:20:30 +01:00
..
CSSStyleDeclarationWrapperCustom.cpp LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
EventListenerWrapper.cpp LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
EventListenerWrapper.h
EventTargetWrapperFactory.cpp
EventTargetWrapperFactory.h
EventWrapperFactory.cpp LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
EventWrapperFactory.h
ExceptionOrUtils.h LibWeb: Make ExceptionOr capable of holding all error types in the spec 2021-06-27 12:49:49 +01:00
HTMLCollectionWrapperCustom.cpp LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
ImageConstructor.cpp LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
ImageConstructor.h LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
LocationObject.cpp LibWeb: Replace usage of native properties with accessors in Location 2021-07-05 14:40:49 +01:00
LocationObject.h LibWeb: Replace usage of native properties with accessors in Location 2021-07-05 14:40:49 +01:00
MainThreadVM.cpp
MainThreadVM.h
NavigatorObject.cpp LibJS: Remove the default length & attributes from define_native_* 2021-07-06 14:20:30 +01:00
NavigatorObject.h LibWeb: Replace usage of native properties with accessors in Navigator 2021-07-05 14:40:49 +01:00
NodeWrapperFactory.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
NodeWrapperFactory.h
ScriptExecutionContext.cpp
ScriptExecutionContext.h
WindowObject.cpp LibJS: Remove the default length & attributes from define_native_* 2021-07-06 14:20:30 +01:00
WindowObject.h LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
WindowObjectHelper.h LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
Wrappable.cpp
Wrappable.h
Wrapper.h