summaryrefslogtreecommitdiffstats
path: root/dom/performance
Commit message (Collapse)AuthorAgeLines
* Issue #316 - Be more gentle with the CC and nursery.wolfbeast2020-02-20-9/+5
|
* Issue #316 - Make the memory GC performance object conditional (WIP)wolfbeast2020-02-20-0/+21
| | | | | This was only added for GCubench and likely interfering with building without devtools-server.
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-2/+0
|
* Clamp resolution in PerformanceNavigationTiming.wolfbeast2018-07-01-8/+9
|
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-0/+1
|
* Remove missed MOZ_WIDGET_GONK ifdefwolfbeast2018-05-13-4/+0
| | | | Tag #288
* moebius#161: The Performance Resource Timing (make timestamps be relative to ↵janekptacijarabaci2018-04-29-44/+295
| | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161
* Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get ↵janekptacijarabaci2018-04-29-3/+3
| | | | | | rid of NowBaseTimeStamp() https://hg.mozilla.org/mozilla-central/rev/301231f4165a
* Bug 1322292 - Some fixes for the Performance API in workers - part 1 - ↵janekptacijarabaci2018-04-29-23/+10
| | | | | | Centralized Performance.now() https://hg.mozilla.org/mozilla-central/rev/291a68ca4825
* Bug 1313420 - Implement Performance.timeOrigin - part 4 - testsjanekptacijarabaci2018-04-29-2/+2
| | | | https://hg.mozilla.org/mozilla-central/rev/49305a317143
* Bug 1313420 - Implement Performance.timeOrigin - part 3 - testsjanekptacijarabaci2018-04-29-2/+2
| | | | https://hg.mozilla.org/mozilla-central/rev/0f869d4c93ef
* Bug 1313420 - Implement Performance.timeOrigin - part 2 - testsjanekptacijarabaci2018-04-29-0/+69
| | | | https://hg.mozilla.org/mozilla-central/rev/c22f17e0db9d
* Bug 1313420 - Implement Performance.timeOrigin - part 1janekptacijarabaci2018-04-29-1/+114
| | | | https://hg.mozilla.org/mozilla-central/rev/cf0f72f0b0be
* Bug 1323941 - navigationStart should not be exposed to workers as timing ↵janekptacijarabaci2018-04-29-39/+20
| | | | | | attribute https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
* Bug 1322966 - Cleanup performance.cppjanekptacijarabaci2018-04-29-29/+7
| | | | https://hg.mozilla.org/mozilla-central/rev/0ad76084c4c3
* Bug 1317297 - nextHopProtocol is an empty string for local fetchjanekptacijarabaci2018-04-29-0/+12
| | | | https://hg.mozilla.org/mozilla-central/rev/9e5cd2bf4d66
* moebius#158: The Performance Resource Timing (added support for "workerStart")janekptacijarabaci2018-04-29-23/+82
| | | | https://github.com/MoonchildProductions/moebius/pull/158
* moebius#157: The Performance Observer (improvements)janekptacijarabaci2018-04-22-144/+100
| | | | https://github.com/MoonchildProductions/moebius/pull/157
* Set "secureConnectionStart" to 0 for pages with HTTP schemejanekptacijarabaci2018-03-17-4/+27
| | | | Issue #67
* Round down to the nearest 2ms (instead of 1ms)janekptacijarabaci2018-03-17-6/+2
| | | | | | | | | | Issue #67 https://github.com/MoonchildProductions/UXP/pull/34/commits/c8355b22c047c9737e32f096b816edbb8b0fa181 https://github.com/MoonchildProductions/UXP/commit/a32b7f7c4e4e31669e0787e6321d74e4db71e514 https://github.com/MoonchildProductions/UXP/commit/f0b727eac28244e0fa24a6107dee44e83ad0f561
* Bug 1437105 - Remove flaky timing tests from ESR branch that sometimes fail ↵Tom Ritter2018-03-14-47/+1
| | | | | | | | | | with time clamping. r=baku, a=test-only Because we hardcode time clamping in ESR (as opposed to having a pref) I don't see a way to guarentee that this test won't fail when we lose the race and clamp downwards. MozReview-Commit-ID: IMwejbOBmDu
* Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, ↵Tom Ritter2018-03-14-25/+27
| | | | | | | | | | | a=RyanVM Backport to ESR where we don't have the ResistFingerprinting component. MozReview-Commit-ID: 9bjycHjR3SF --HG-- extra : transplant_source : %EA%03%21%0A%E9%3F%8E%CD%7C%D79f%96%85%96%00%5D%7F%95X
* Rewrite the comment, use maxResolutionMsjanekptacijarabaci2018-03-02-2/+4
|
* Rounding to 1msjanekptacijarabaci2018-03-01-2/+4
|
* DevTools - network - implement the secureConnectionStart property for the ↵janekptacijarabaci2018-03-01-4/+54
| | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit)
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3956