fune/dom/performance
Sean Feng 3963c2761d Bug 1692213 - Use nsTArray for PerformanceEventTiming buffer instead of AutoTArray r=smaug
AutoTArray gives us some memory overhead and the benefits it provides
might not be that useful since PerformanceEventTiming only works
for certain event types.

Differential Revision: https://phabricator.services.mozilla.com/D105078
2021-02-16 14:42:34 +00:00
..
tests
EventCounts.cpp Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00
EventCounts.h Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00
moz.build Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00
Performance.cpp Bug 1667836 - Allow performance event entries can only be retrieved by PerformanceObserver r=smaug 2021-02-09 18:54:48 +00:00
Performance.h Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00
PerformanceEntry.cpp Bug 1667836 - Make performance entries may have different should add entry algorithm r=smaug 2021-02-09 18:54:46 +00:00
PerformanceEntry.h Bug 1667836 - Implement PerformanceEventTiming Interface r=smaug 2021-02-09 18:54:47 +00:00
PerformanceEventTiming.cpp Bug 1667836 - Implement PerformanceEventTiming Interface r=smaug 2021-02-09 18:54:47 +00:00
PerformanceEventTiming.h Bug 1667836 - Implement PerformanceEventTiming Interface r=smaug 2021-02-09 18:54:47 +00:00
PerformanceMainThread.cpp Bug 1692199 - Performance object shouldn't create eventCounts when the pref is not set r=smaug,aryx 2021-02-12 20:02:15 +00:00
PerformanceMainThread.h Bug 1692213 - Use nsTArray for PerformanceEventTiming buffer instead of AutoTArray r=smaug 2021-02-16 14:42:34 +00:00
PerformanceMark.cpp
PerformanceMark.h
PerformanceMeasure.cpp
PerformanceMeasure.h
PerformanceNavigation.cpp
PerformanceNavigation.h
PerformanceNavigationTiming.cpp
PerformanceNavigationTiming.h Bug 1688941 - Enforce and document that mTimingData is always non-null. r=smaug 2021-01-27 19:24:19 +00:00
PerformanceObserver.cpp Bug 1667836 - Allow performance event entries can only be retrieved by PerformanceObserver r=smaug 2021-02-09 18:54:48 +00:00
PerformanceObserver.h
PerformanceObserverEntryList.cpp Bug 1688312 - Consider to use nsAtoms in PerformanceEntry, r=sefeng 2021-01-24 12:16:55 +00:00
PerformanceObserverEntryList.h
PerformancePaintTiming.cpp
PerformancePaintTiming.h
PerformanceResourceTiming.cpp Bug 1688941 - Enforce and document that mTimingData is always non-null. r=smaug 2021-01-27 19:24:19 +00:00
PerformanceResourceTiming.h Bug 1688941 - Enforce and document that mTimingData is always non-null. r=smaug 2021-01-27 19:24:19 +00:00
PerformanceServerTiming.cpp
PerformanceServerTiming.h
PerformanceService.cpp
PerformanceService.h
PerformanceStorage.h
PerformanceStorageWorker.cpp Bug 1688941 - Enforce and document that mTimingData is always non-null. r=smaug 2021-01-27 19:24:19 +00:00
PerformanceStorageWorker.h
PerformanceTiming.cpp Bug 1685900 - Split internal and external contentPolicyType. r=ckerschb,smaug 2021-01-15 12:07:16 +00:00
PerformanceTiming.h
PerformanceWorker.cpp
PerformanceWorker.h Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00