mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
The concept of a "resource header" is not well specced, since it is unclear what a "resource" is. That said, it most closely matches a "response" as part of the navigation params. With this change, we now delay loading the document until either two things happen: 1. We reached the end of the file 2. We processed 1445 bytes (as defined by spec) We initially store bytes in the resource header and then after loading parse the stored bytes. Any subsequent loading will process as before. Part of #14024 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> |
||
---|---|---|
.. | ||
buffered-flag.window.js.ini | ||
content-encoding.https.html.ini | ||
idlharness.window.js.ini | ||
nav2-test-attributes-exist.html.ini | ||
nav2-test-attributes-values.html.ini | ||
nav2-test-document-replaced.html.ini | ||
nav2-test-instance-accessors.html.ini | ||
nav2-test-navigation-type-backforward.html.ini | ||
nav2-test-navigation-type-navigate.html.ini | ||
nav2-test-navigation-type-reload.html.ini | ||
nav2-test-redirect-none.html.ini | ||
nav2-test-redirect-server.html.ini | ||
nav2-test-response-end-and-duration-before-during-and-after-load-event.html.ini | ||
nav2-test-timing-persistent.html.ini | ||
nav2-test-unique-nav-instances.html.ini | ||
navigation-type-post-backforward.html.ini | ||
nested-unload-timing.html.ini | ||
po-navigation.html.ini | ||
secure-connection-start-non-zero.https.html.ini | ||
secure-connection-start-reuse.https.html.ini | ||
supported-navigation-type.window.js.ini | ||
test-document-onload.html.ini | ||
test-navigation-type-backforward.html.ini | ||
test-navigation-type-reload.html.ini | ||
test-performance-attributes-exist-in-object.html.ini | ||
test-performance-attributes.sub.html.ini | ||
test-timing-attributes-dependent-on-document-load.html.ini | ||
test-timing-attributes-exist.html.ini | ||
test-timing-attributes-order.html.ini | ||
test-timing-reload.html.ini | ||
test-timing-server-redirect.html.ini | ||
test-timing-xserver-redirect.html.ini | ||
unload-event-same-origin-check.html.ini |