ladybird/Libraries/LibWeb/NavigationTiming
Aliaksandr Kalenik 901cc28272 LibWeb: Reduce recompilation impact of DOM/Document.h
Remove 11 heavy includes from Document.h that were only needed for
pointer/reference types (already forward-declared in Forward.h), and
extract the nested ViewportClient interface to a standalone header.

This reduces Document.h's recompilation cascade from ~1228 files to
~717 files (42% reduction). Headers like BrowsingContext.h that were
previously transitively included see even larger improvements (from
~1228 down to ~73 dependents).
2026-02-11 20:02:28 +01:00
..
EntryNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
EntryNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
PerformanceExtensions.idl LibWeb: Only expose performance.{timing,navigation} on Window 2025-07-25 11:46:58 +02:00
PerformanceNavigation.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
PerformanceNavigation.h
PerformanceNavigation.idl
PerformanceTiming.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
PerformanceTiming.h LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
PerformanceTiming.idl