-
8958fc20
by Gabriel Ivăncescu at 2025-07-05T11:27:23+02:00
mshtml: Clear the document before opening it for writing.
On open(), native always clears the document, but gecko only clears it if
it was closed.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
e47698ca
by Gabriel Ivăncescu at 2025-07-05T11:27:27+02:00
mshtml: Implement document.linkColor.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
ee68d3ab
by Gabriel Ivăncescu at 2025-07-05T11:27:27+02:00
mshtml: Implement document.vLinkColor.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>