1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:18:11 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Linus Groh afc055c088 LibWeb: Convert the Location object to IDL
This includes:

- Moving it from Bindings/ to HTML/
- Renaming it from LocationObject to Location
- Removing the manual definitions of the constructor and prototype
- Removing special handling of the Location interface from the bindings
  generator
- Converting the JS_DEFINE_NATIVE_FUNCTIONs to regular functions
  returning DeprecatedString instead of PrimitiveString
- Adding missing (no-op) setters for the various attributes, which are
  expected to exist by the bindings generator
2023-01-18 17:36:39 -05:00
..
AudioConstructor.cpp LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2023-01-15 01:00:20 +00:00
AudioConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
CSSNamespace.cpp LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2023-01-15 01:00:20 +00:00
CSSNamespace.h LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2022-08-23 13:58:30 +01:00
ExceptionOrUtils.h Everywhere: Remove unused includes of AK/StdLibExtras.h 2023-01-02 20:27:20 -05:00
FetchMethod.cpp LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2023-01-15 01:00:20 +00:00
FetchMethod.h LibWeb: Implement the fetch() method :^) 2022-10-30 20:10:29 +00:00
HostDefined.cpp LibWeb: Move Web prototypes and constructors to new Intrinsics object 2022-10-01 21:05:32 +01:00
HostDefined.h LibWeb: Make HostDefined and Intrinsics free functions [[nodiscard]] 2022-10-09 10:14:57 +02:00
ImageConstructor.cpp LibWeb: Convert uses of cached_web_prototype to ensure_web_prototype 2023-01-10 16:08:14 +01:00
ImageConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
Intrinsics.cpp LibWeb: Remove Intrinsics::cached_web_prototype 2023-01-10 16:08:14 +01:00
Intrinsics.h LibWeb: Remove Intrinsics::cached_web_prototype 2023-01-10 16:08:14 +01:00
LegacyPlatformObject.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
LegacyPlatformObject.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
MainThreadVM.cpp LibWeb: Convert the Location object to IDL 2023-01-18 17:36:39 -05:00
MainThreadVM.h LibWeb: Teach MainThreadVM about module scripts 2022-10-24 22:58:51 +01:00
OptionConstructor.cpp LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2023-01-15 01:00:20 +00:00
OptionConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
PlatformObject.cpp LibJS: Remove Object(Object& prototype) footgun 2022-12-14 15:11:57 +01:00
PlatformObject.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Replaceable.h LibJS: Remove GlobalObject from VM::this_value() 2022-08-23 13:58:30 +01:00
WindowConstructor.cpp LibWeb: Convert uses of cached_web_prototype to ensure_web_prototype 2023-01-10 16:08:14 +01:00
WindowConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
WindowPrototype.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
WindowPrototype.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00