mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Post layout, when a `Window` has all of the new `<iframe>` sizes, size any `Window`s for `Pipeline`s in the same `ScriptThread` synchronously. This ensures that when laying out from the outermost frame to the innermost frames, the frames sizes are set properly. There is still an issue where a non-same-`ScriptThread` `<iframe>` sits in between two `<iframe>`s of the same origin. According to the specification these frames should all be synchrnously laid out -- something quite difficult in Servo. This is issue #34655. This is the first change in a series of changes to improve the consistency of `<iframe>` loading and sizing. Fixes #14719. Fixes #24569. Fixes #24571. Fixes #25269. Fixes #25275. Fixes #25285. Fixes #30571. Signed-off-by: Martin Robinson <mrobinson@igalia.com> |
||
---|---|---|
.. | ||
api | ||
compression-dictionary | ||
connection-pool | ||
content-encoding | ||
content-length | ||
content-type | ||
corb | ||
cross-origin-resource-policy | ||
data-urls | ||
fetch-later | ||
h1-parsing | ||
http-cache | ||
metadata | ||
nosniff | ||
orb/tentative | ||
origin | ||
private-network-access | ||
range | ||
redirect-navigate | ||
redirects | ||
security | ||
stale-while-revalidate |