summaryrefslogtreecommitdiff
path: root/lib/internal/perf
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas in `internal/perf`Antoine du Hamel2023-02-208-29/+29
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-142-2/+2
* tools: add `ArrayPrototypeConcat` to the list of primordials to avoidAntoine du Hamel2022-12-171-2/+4
* perf_hooks: align toStringTag with other Web Performance implementationsDaeyeon Jeong2022-10-272-12/+15
* perf_hooks: convert maxSize to IDL value in setResourceTimingBufferSizeChengzhong Wu2022-10-131-0/+3
* perf_hooks: fix webperf idlharnesslegendecas2022-10-046-207/+390
* perf_hooks: add resourcetiming buffer limitChengzhong Wu2022-08-214-8/+106
* src: per-environment time origin valuelegendecas2022-07-162-14/+41
* perf_hooks: add initiatorType getterRafael Gonzaga2022-06-301-0/+4
* perf_hooks: fix function wrapped by `timerify` to work correctlyKohei Ueno2022-06-121-8/+3
* perf_hooks: use `kEmptyObject`LiviaMedeiros2022-06-114-6/+18
* net,dns: move hasObserver out of perf functiontheanarkh2022-06-091-16/+15
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-033-0/+29
* perf_hooks: fix start_time of perf_hookstheanarkh2022-05-261-4/+5
* perf_hooks: add PerformanceResourceTimingRafaelGSS2022-05-133-3/+213
* perf_hooks: return different functions in timerifyHimself652022-05-011-18/+0
* net,dns: trace tcp connection and dns by perf_hookstheanarkh2022-03-291-0/+34
* lib: use class fields in observe.jsJoyee Cheung2022-03-231-39/+36
* perf_hooks: do not return all entries with getEntriesBy[Name|Type]Xuguang Mei2022-02-261-4/+7
* perf_hooks: use arrays to store EntryBuffersXuguang Mei2022-02-202-74/+24
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-2/+2
* perf_hooks: multiple fixes for HistogramJames M Snell2021-12-191-7/+34
* perf_hooks: use spec-compliant `structuredClone`Michaƫl Zasso2021-11-291-1/+2
* perf_hooks: fix PerformanceObserver gc crashJames M Snell2021-08-021-0/+1
* lib: use ERR_ILLEGAL_CONSTRUCTORMestery2021-08-013-9/+21
* perf_hooks: fix performance timeline wpt failureslegendecas2021-07-301-7/+30
* perf_hooks: web performance timeline compliancelegendecas2021-07-254-42/+255
* perf_hooks: refactor perf_hooks for snapshot buildingJoyee Cheung2021-06-288-58/+189
* lib: refactor to reuse validatorsRongjian Zhang2021-05-191-3/+3
* perf_hooks: fix PerformanceObserver 'gc' crashJames M Snell2021-04-271-1/+6
* http: fixup perf regressionJames M Snell2021-04-091-32/+18
* perf_hooks: add histogram option to timerifyJames M Snell2021-03-051-4/+29
* doc,lib: add missing deprecation codecjihrig2021-03-011-2/+2
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-227-0/+962