perf_hooks: add PerformanceResourceTiming#42725
Closed
RafaelGSS wants to merge 1 commit into
Closed
Conversation
16c6250 to
e23178d
Compare
RafaelGSS
commented
Apr 16, 2022
RafaelGSS
commented
Apr 16, 2022
e23178d to
bfa9754
Compare
fc94f0d to
4904cc8
Compare
Collaborator
Collaborator
Collaborator
jasnell
approved these changes
Apr 20, 2022
22 tasks
Collaborator
19 tasks
Qard
approved these changes
Apr 22, 2022
Collaborator
Member
Author
|
It keeps failing in windows compilation |
Member
You need to pick up the latest V8 update from #42740. Try starting a fresh CI (not resuming). If that doesn't work you may have to rebase this on top of current master. |
Collaborator
21 tasks
Collaborator
Collaborator
4904cc8 to
2173e92
Compare
25 tasks
BethGriggs
pushed a commit
that referenced
this pull request
May 16, 2022
perf_hooks: create clearResourceTimings perf_hooks: add resourcetiming test parallel perf_hooks: add markResourceTiming perf_hooks: fix observable when using resource perf_hooks: fix observable when using resource perf_hooks: add class comments perf_hooks: add PerformanceResourceTiming perf_hooks: create clearResourceTimings perf_hooks: add resourcetiming test parallel perf_hooks: add markResourceTiming perf_hooks: fix observable when using resource perf_hooks: fix observable when using resource perf_hooks: add class comments perf_hooks: add Resource Timing documentation benchmark: measure resource timing module perf_hooks: add check avoiding new PerformanceResourceTiming perf_hooks: adjust doc PR-URL: #42725 Fixes: nodejs/undici#952 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Merged
RafaelGSS
added a commit
that referenced
this pull request
May 16, 2022
Notable changes: * This release updates OpenSSL to 3.0.3. This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. * *Revert*_ "deps: add template for generated headers" (Daniel Bevenius)
Fixes: nodejs/undici#952
I'm opening it as a draft to get some feedback from the comments I added to the code that is unclear to me reading the W3C Spec.
This PR contains the implementation of:
EDIT1: Moving it to ready-to-review. I'll add a few questions inlined in the review.