1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Tests/LibWeb/Text/expected/HTML
Luke Wilde fc42c75a0c LibWeb: Make Window.postMessage closer to the spec
The main issues are using Structured{Serialize,Deserailize} instead of
Structured{Serialize,Deserialize}WithTransfer and the temporary
execution context usage for StructuredDeserialize.

Allows Discord to load once again, as it uses a postMessage scheduler
to render components, including the main App component. The callback
checked the (previously) non-existent source attribute of the
MessageEvent and returned if it was not the main window.

Fixes the Twitch cookie consent banner saying "failed integrity check"
for unknown reasons, but presumably related to the source and origin
attributes.
2023-11-08 09:55:24 +01:00
..
button-attributes.txt Tests: Add test for button type attribute 2023-11-07 11:34:21 +01:00
Navigation-object-properties.txt LibWeb: Don't assert when calling navigation properties 2023-08-26 07:35:50 +01:00
navigator-beacon.txt LibWeb: Add basic Navigator send beacon support 2023-09-18 11:08:26 -06:00
StructuredClone-array-buffer-views.txt LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews 2023-09-13 08:49:09 +02:00
StructuredClone-object-primitives.txt LibWeb: Add {de}serialization steps for ArrayBuffers 2023-09-12 22:14:39 +02:00
StructuredClone-primitives.txt Tests/LibWeb: Add primitives test for structuredClone() 2023-07-23 06:37:14 +02:00
Window-named-properties-elements.txt LibWeb: Implement named property access AOs on Window 2023-09-22 19:55:59 -06:00
Window-named-properties-iframe.txt LibWeb: Implement document-tree child navigable target name property set 2023-09-22 19:55:59 -06:00
Window-postMessage.txt LibWeb: Make Window.postMessage closer to the spec 2023-11-08 09:55:24 +01:00
Window-prototype.txt LibWeb: Insert WindowProperties object into Window's prototype chain 2023-09-22 19:55:59 -06:00