ladybird/Libraries/LibWeb/XHR
Andreas Kling a6dfc74e93 LibWeb: Only set prototype once for object with IDL interface
Before this change, we were going through the chain of base classes for
each IDL interface object and having them set the prototype to their
prototype.

Instead of doing that, reorder things so that we set the right prototype
immediately in Foo::initialize(), and then don't bother in all the base
class overrides.

This knocks off a ~1% profile item on Speedometer 3.
2025-04-20 18:43:11 +02:00
..
EventNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
EventNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
FormData.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
FormData.h LibWeb: Implement formData() for "multipart/form-data" 2025-01-20 23:33:51 +00:00
FormData.idl
FormDataEntry.h
FormDataIterator.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
FormDataIterator.h
ProgressEvent.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
ProgressEvent.h LibWeb: Use double type in ProgressEvent 2025-04-17 08:28:47 -04:00
ProgressEvent.idl LibWeb: Use double type in ProgressEvent 2025-04-17 08:28:47 -04:00
XMLHttpRequest.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
XMLHttpRequest.h LibWeb/XHR: Isomorphic decode accessing XMLHttpRequest response headers 2025-01-15 12:35:56 +00:00
XMLHttpRequest.idl
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
XMLHttpRequestEventTarget.idl
XMLHttpRequestUpload.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
XMLHttpRequestUpload.h
XMLHttpRequestUpload.idl