ladybird/Ladybird/AppKit
Aliaksandr Kalenik 3c675e3f25 Userland+Ladybird: Always specify url to be about:srcdoc in load_html()
After moving to navigables, we started reusing the code that populates
session history entries with the srcdoc attribute value from iframes
in `Page::load_html()` for loading HTML.

This change addresses a crash in `determine_the_origin` which occurred
because this method expected the URL to be `about:srcdoc` if we also
provided HTML content (previously, it was the URL passed along with the
HTML content into `load_html()`).
2023-09-17 21:08:59 +02:00
..
Application Ladybird: Add more items to the debug menu of the AppKit chrome 2023-09-13 19:33:07 -04:00
System Ladybird: Implement an AppKit chrome for macOS :^) 2023-08-22 21:36:19 -04:00
UI Userland+Ladybird: Always specify url to be about:srcdoc in load_html() 2023-09-17 21:08:59 +02:00
Utilities Ladybird: Implement an AppKit chrome for macOS :^) 2023-08-22 21:36:19 -04:00
main.mm Ladybird: Hide the WebDriver-to-WebContent IPC path from the help menu 2023-09-05 06:51:16 -04:00