gecko-dev/dom/performance
Eden Chuang 4146950108 Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte
#include "mozilla/dom/WorkerScope.h" is removed from WorkerPrivate.h, where calling WorkerPrivate::GlobalScope() without include "WorkerScope.h" makes WorkerScope as an incomplete type.


Depends on 132800

Depends on D132800

Differential Revision: https://phabricator.services.mozilla.com/D133483
2021-12-15 13:48:19 +00:00
..
tests Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
EventCounts.cpp Bug 1710682 - Make Event::GetEventName returns a char16_t r=smaug 2021-05-11 20:11:01 +00:00
EventCounts.h Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00
Performance.cpp Bug 1738627 - profiler_thread_is_being_profiled_for_markers - r=canaltinova 2021-11-08 23:59:35 +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 1455514 - part 1: Add accessors and static helper methods to retrieve `nsINode` or its concrete classes from `EventTarget` r=smaug 2021-11-02 13:03:43 +00:00
PerformanceEventTiming.h Bug 1692213 - Use raw timestamp internally for PerformanceEventTiming r=smaug 2021-02-22 15:36:45 +00:00
PerformanceMainThread.cpp Bug 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp 2021-07-13 11:52:42 +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 Bug 1733503 - Don't expose redirectStart and redirectEnd when there's a cross-origin redirect for PerformanceNavigationTiming r=smaug 2021-10-01 16:58:36 +00:00
PerformanceNavigationTiming.h Bug 1733503 - Don't expose redirectStart and redirectEnd when there's a cross-origin redirect for PerformanceNavigationTiming r=smaug 2021-10-01 16:58:36 +00:00
PerformanceObserver.cpp Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2021-12-15 13:48:19 +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 1733503 - Don't expose redirectStart and redirectEnd when there's a cross-origin redirect for PerformanceNavigationTiming r=smaug 2021-10-01 16:58:36 +00:00
PerformanceResourceTiming.h Bug 1733503 - Don't expose redirectStart and redirectEnd when there's a cross-origin redirect for PerformanceNavigationTiming r=smaug 2021-10-01 16:58:36 +00:00
PerformanceServerTiming.cpp
PerformanceServerTiming.h
PerformanceService.cpp
PerformanceService.h
PerformanceStorage.h
PerformanceStorageWorker.cpp Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2021-12-15 13:48:19 +00:00
PerformanceStorageWorker.h
PerformanceTiming.cpp Bug 1733503 - Don't expose redirectStart and redirectEnd when there's a cross-origin redirect for PerformanceNavigationTiming r=smaug 2021-10-01 16:58:36 +00:00
PerformanceTiming.h Bug 1675640 - Renaming internal FirstContentfulPaint to FirstContentfulComposite r=sefeng,mstange 2021-10-01 17:02:49 +00:00
PerformanceWorker.cpp Bug 1744025: Use CheckedUnsafePtr<WorkerPrivate> in WorkerGlobalScopeBase. r=dom-worker-reviewers,asuth 2021-12-15 13:48:17 +00:00
PerformanceWorker.h Bug 1744025: Use CheckedUnsafePtr<WorkerPrivate> in PerformanceWorker. r=dom-worker-reviewers,edenchuang 2021-12-15 13:48:19 +00:00
moz.build Bug 1667836 - Implement EventCounts Interface r=smaug 2021-02-09 18:54:48 +00:00