ladybird/Userland/Libraries/LibWeb/HTML/CrossOrigin
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
..
AbstractOperations.cpp LibWeb: Convert the Location object to IDL 2023-01-18 17:36:39 -05:00
AbstractOperations.h LibWeb: Convert the Location object to IDL 2023-01-18 17:36:39 -05:00
CrossOriginOpenerPolicy.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CrossOriginOpenerPolicyEnforcementResult.h
CrossOriginPropertyDescriptorMap.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Reporting.cpp
Reporting.h