mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement performance interface extension for PerformanceResourceTiming <!-- Please describe your changes on the following line: --> (There is a previous closed pull for this #22431) Implemented the following : a) Added the maxSize Field to the PerformanceEntryList structure. b) Implemented the clearResourceTimings, setResourceTimingBufferSize, onresourcetimingbufferfull fuctions for the Performance Structure according to the Interface Specification given at : https://w3c.github.io/resource-timing/#sec-extensions-performance-interface --- <!-- 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 #22307 (GitHub issue number if applicable) <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- 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. --> <!-- 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/22599) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
buffer-full-add-after-full-event.html.ini | ||
buffer-full-add-entries-during-callback-that-drop.html.ini | ||
buffer-full-add-entries-during-callback.html.ini | ||
buffer-full-add-then-clear.html.ini | ||
buffer-full-decrease-buffer-during-callback.html.ini | ||
buffer-full-increase-buffer-during-callback.html.ini | ||
buffer-full-inspect-buffer-during-callback.html.ini | ||
buffer-full-set-to-current-buffer.html.ini | ||
buffer-full-store-and-clear-during-callback.html.ini | ||
buffer-full-then-increased.html.ini | ||
buffer-full-when-populate-entries.html.ini | ||
clear_resource_timing_functionality.html.ini | ||
document-domain-no-impact-loader.sub.html.ini | ||
idlharness.any.js.ini | ||
resource-timing-level1.sub.html.ini | ||
resource-timing-tojson.html.ini | ||
resource-timing.html.ini | ||
resource_cached.htm.ini | ||
resource_connection_reuse.html.ini | ||
resource_dedicated_worker.html.ini | ||
resource_dynamic_insertion.html.ini | ||
resource_ignore_data_url.html.ini | ||
resource_ignore_failures.html.ini | ||
resource_initiator_types.html.ini | ||
resource_memory_cached.sub.html.ini | ||
resource_redirects.html.ini | ||
resource_reparenting.html.ini | ||
resource_script_types.html.ini | ||
resource_subframe_self_navigation.html.ini | ||
resource_TAO_cross_origin_redirect_chain.html.ini | ||
resource_TAO_null.htm.ini | ||
resource_TAO_origin.htm.ini | ||
resource_TAO_origin_uppercase.htm.ini | ||
resource_TAO_space.htm.ini | ||
resource_TAO_zero.htm.ini | ||
resource_timing.worker.js.ini | ||
resource_timing_buffer_full_when_populate_entries.html.ini | ||
resource_timing_buffer_full_when_shrink_buffer_size.html.ini | ||
resource_timing_cross_origin_redirect.html.ini | ||
resource_timing_cross_origin_redirect_chain.html.ini | ||
resource_timing_same_origin_redirect.html.ini | ||
resource_timing_store_and_clear_during_callback.html.ini | ||
resource_timing_TAO_cross_origin_redirect.html.ini | ||
single-entry-per-resource.html.ini | ||
supported_resource_type.any.js.ini | ||
test_resource_timing.html.ini | ||
test_resource_timing.https.html.ini |