1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 19:27:35 +00:00
serenity/Userland/Libraries/LibWeb/Fetch
Linus Groh edfef8e2f5 Everywhere: Rename WrapperGenerator to BindingsGenerator
This code generator no longer creates JS wrappers for platform objects
in the old sense, instead they're JS objects internally themselves.
Most of what we generate now are prototypes - which can be seen as
bindings for the internal C++ methods implementing getters, setters, and
methods - as well as object constructors, i.e. bindings for the internal
create_with_global_object() method.

Also tweak the naming of various CMake glue code existing around this.
2022-09-21 23:06:08 +01:00
..
Infrastructure LibWeb: Fix e-mail address mishap 2022-09-21 18:42:09 +02:00
Headers.cpp Everywhere: Rename WrapperGenerator to BindingsGenerator 2022-09-21 23:06:08 +01:00
Headers.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00
Headers.idl LibWeb: Implement '5.1. Headers class' from the Fetch API :^) 2022-07-19 00:27:35 +01:00
HeadersIterator.cpp LibWeb: Make Headers and HeadersIterator GC-allocated 2022-09-06 00:27:09 +02:00
HeadersIterator.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00