mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Bug 1313420 - Implement Performance.timeOrigin - part 1
https://hg.mozilla.org/mozilla-central/rev/cf0f72f0b0be
This commit is contained in:
parent
fdcf9f71e5
commit
ad947fb20a
6 changed files with 117 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ EXPORTS.mozilla.dom += [
|
|||
'PerformanceObserver.h',
|
||||
'PerformanceObserverEntryList.h',
|
||||
'PerformanceResourceTiming.h',
|
||||
'PerformanceService.h',
|
||||
'PerformanceTiming.h',
|
||||
]
|
||||
|
||||
|
|
@ -26,6 +27,7 @@ UNIFIED_SOURCES += [
|
|||
'PerformanceObserver.cpp',
|
||||
'PerformanceObserverEntryList.cpp',
|
||||
'PerformanceResourceTiming.cpp',
|
||||
'PerformanceService.cpp',
|
||||
'PerformanceTiming.cpp',
|
||||
'PerformanceWorker.cpp',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue