mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #18324 - ferjm:performance.workers, r=jdm
Make Performance Timeline API work in Workers - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #18286 and #18308 This patch makes the Performance Timeline API work in workers, removes the exposure of `Performance.timing` in workers and sets the appropriate value of `Performance.now()` in workers. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18324) <!-- Reviewable:end -->
This commit is contained in:
commit
42de8e3d3f
20 changed files with 146 additions and 128 deletions
|
@ -27996,7 +27996,7 @@
|
|||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
"5fb0da8a22a5afe00d1232c700720c080f5dff44",
|
||||
"fb5537ec0753e3a1c56dff957bcc1c0660dcb7b9",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/iterable.html": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue