Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPerformanceObserver.supportedEntryTypes #25697
Conversation
highfive
commented
Feb 5, 2020
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try=wpt |
PerformanceObserver.supportedEntryTypes <!-- Please describe your changes on the following line: --> It felt odd to cache these directly in GlobalScope, but they need to be [SameObject] and the global scope is where the spec implies they go. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25587 <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
Where in the spec is the implication that the same frozen array should be returned from two different PerformanceObserver objects? |
|
"Each global object has..." in https://w3c.github.io/performance-timeline/#supportedentrytypes-attribute |
|
@bors-servo r+ |
|
|
|
|
|
@bors-servo r+ |
|
|
PerformanceObserver.supportedEntryTypes <!-- Please describe your changes on the following line: --> It felt odd to cache these directly in GlobalScope, but they need to be [SameObject] and the global scope is where the spec implies they go. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25587 <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
PerformanceObserver.supportedEntryTypes <!-- Please describe your changes on the following line: --> It felt odd to cache these directly in GlobalScope, but they need to be [SameObject] and the global scope is where the spec implies they go. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25587 <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
PerformanceObserver.supportedEntryTypes <!-- Please describe your changes on the following line: --> It felt odd to cache these directly in GlobalScope, but they need to be [SameObject] and the global scope is where the spec implies they go. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25587 <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
PerformanceObserver.supportedEntryTypes <!-- Please describe your changes on the following line: --> It felt odd to cache these directly in GlobalScope, but they need to be [SameObject] and the global scope is where the spec implies they go. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25587 <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
pshaughn commentedFeb 5, 2020
It felt odd to cache these directly in GlobalScope, but they need to be [SameObject] and the global scope is where the spec implies they go.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors