| .. |
|
tests
|
Issue #2282 - - Properly implement Performance Timeline Level 2 w3c spec. https://bugzilla.mozilla.org/show_bug.cgi?id=1539006 Do not throw from PerformanceObserver.observe when none of the entryTypes are known. https://bugzilla.mozilla.org/show_bug.cgi?id=1403027 Implement PerformanceObserver::takeRecords(). https://bugzilla.mozilla.org/show_bug.cgi?id=1436692 "server" is not a valid PerformanceEntry type. https://bugzilla.mozilla.org/show_bug.cgi?id=1463065 Fix a null ptr crash in PerformanceObserver::Observe. https://bugzilla.mozilla.org/show_bug.cgi?id=1631346
|
2023-08-08 09:42:31 +08:00 |
|
moz.build
|
Issue #80 - reinstated unified building for some large chunks of our code.
|
2022-09-07 10:36:23 +08:00 |
|
Performance.cpp
|
Merge remote-tracking branch 'origin/tracking' into custom
|
2023-08-08 10:09:40 +08:00 |
|
Performance.h
|
Merge remote-tracking branch 'origin/tracking' into custom
|
2023-07-14 10:22:44 +08:00 |
|
PerformanceEntry.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceEntry.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceMainThread.cpp
|
Issue #2053 - Part 4a: Align IsPerformanceTimingAttribute to user-timing spec
|
2023-04-12 10:03:17 +08:00 |
|
PerformanceMainThread.h
|
Bug 1159003 - Remove Performance::GetAsISupports(), r=bz
|
2023-04-13 16:43:07 +08:00 |
|
PerformanceMark.cpp
|
Issue UXP#2053: fix deprots
|
2023-04-12 10:35:49 +08:00 |
|
PerformanceMark.h
|
Issue UXP#2053: fix deprots
|
2023-04-12 10:35:49 +08:00 |
|
PerformanceMeasure.cpp
|
Issue UXP#2053: fix deprots
|
2023-04-12 10:35:49 +08:00 |
|
PerformanceMeasure.h
|
Issue #2053 - Part 2: Update PerformanceMeasure to User Timing L3
|
2023-04-12 10:02:42 +08:00 |
|
PerformanceNavigation.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceNavigation.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceNavigationTiming.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceNavigationTiming.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceObserver.cpp
|
Issue #2282 - - Properly implement Performance Timeline Level 2 w3c spec. https://bugzilla.mozilla.org/show_bug.cgi?id=1539006 Do not throw from PerformanceObserver.observe when none of the entryTypes are known. https://bugzilla.mozilla.org/show_bug.cgi?id=1403027 Implement PerformanceObserver::takeRecords(). https://bugzilla.mozilla.org/show_bug.cgi?id=1436692 "server" is not a valid PerformanceEntry type. https://bugzilla.mozilla.org/show_bug.cgi?id=1463065 Fix a null ptr crash in PerformanceObserver::Observe. https://bugzilla.mozilla.org/show_bug.cgi?id=1631346
|
2023-08-08 09:42:31 +08:00 |
|
PerformanceObserver.h
|
Issue #2282 - - Properly implement Performance Timeline Level 2 w3c spec. https://bugzilla.mozilla.org/show_bug.cgi?id=1539006 Do not throw from PerformanceObserver.observe when none of the entryTypes are known. https://bugzilla.mozilla.org/show_bug.cgi?id=1403027 Implement PerformanceObserver::takeRecords(). https://bugzilla.mozilla.org/show_bug.cgi?id=1436692 "server" is not a valid PerformanceEntry type. https://bugzilla.mozilla.org/show_bug.cgi?id=1463065 Fix a null ptr crash in PerformanceObserver::Observe. https://bugzilla.mozilla.org/show_bug.cgi?id=1631346
|
2023-08-08 09:42:31 +08:00 |
|
PerformanceObserverEntryList.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceObserverEntryList.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceResourceTiming.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceResourceTiming.h
|
[DOM] Add extra check for performance API Next Hop protocol
|
2022-07-30 08:43:44 +08:00 |
|
PerformanceService.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceService.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceTiming.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
PerformanceTiming.h
|
Merge remote-tracking branch 'origin/master' into custom
|
2020-09-25 22:18:48 +08:00 |
|
PerformanceWorker.cpp
|
[DOM] Add some null checks for PerformanceWorkers
|
2023-01-19 09:41:54 +08:00 |
|
PerformanceWorker.h
|
Bug 1159003 - Remove Performance::GetAsISupports(), r=bz
|
2023-04-13 16:43:07 +08:00 |