mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
LibWeb: Implement PerformanceObserver
This commit is contained in:
parent
5055883b9f
commit
af2886449a
22 changed files with 793 additions and 57 deletions
|
@ -4,5 +4,7 @@ source_set("PerformanceTimeline") {
|
|||
sources = [
|
||||
"EntryTypes.cpp",
|
||||
"PerformanceEntry.cpp",
|
||||
"PerformanceObserver.cpp",
|
||||
"PerformanceObserverEntryList.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -212,6 +212,8 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/MathML/MathMLElement.idl",
|
||||
"//Userland/Libraries/LibWeb/NavigationTiming/PerformanceTiming.idl",
|
||||
"//Userland/Libraries/LibWeb/PerformanceTimeline/PerformanceEntry.idl",
|
||||
"//Userland/Libraries/LibWeb/PerformanceTimeline/PerformanceObserver.idl",
|
||||
"//Userland/Libraries/LibWeb/PerformanceTimeline/PerformanceObserverEntryList.idl",
|
||||
"//Userland/Libraries/LibWeb/RequestIdleCallback/IdleDeadline.idl",
|
||||
"//Userland/Libraries/LibWeb/ResizeObserver/ResizeObserver.idl",
|
||||
"//Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue