ladybird/Libraries/LibWeb/HighResolutionTime
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
..
DOMHighResTimeStamp.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DOMHighResTimeStamp.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Performance.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
Performance.h LibWeb: Implement Resource Timing 2025-03-06 09:00:53 -07:00
Performance.idl LibWeb: Implement Resource Timing 2025-03-06 09:00:53 -07:00
SupportedPerformanceTypes.h LibWeb: Implement Resource Timing 2025-03-06 09:00:53 -07:00
TimeOrigin.cpp LibWeb: Implement basic high resolution time coarsening 2025-01-30 18:37:53 +01:00
TimeOrigin.h LibWeb: Report performance based timestamps relative to ESO time origin 2025-01-27 14:53:33 +01:00