ladybird/Userland/Libraries/LibWebView
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
..
AccessibilityTreeModel.cpp
AccessibilityTreeModel.h
AriaPropertiesStateModel.cpp
AriaPropertiesStateModel.h
CMakeLists.txt Browser+Ladybird: Let the list of user agent strings be shared 2023-09-13 19:33:07 -04:00
ConsoleClient.cpp Ladybird+LibWebView: Move console history tracking to ConsoleClient 2023-08-31 12:20:10 +02:00
ConsoleClient.h Ladybird+LibWebView: Move console history tracking to ConsoleClient 2023-08-31 12:20:10 +02:00
CookieJar.cpp Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView 2023-08-31 19:19:45 +02:00
CookieJar.h Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView 2023-08-31 19:19:45 +02:00
Database.cpp Ladybird+LibWebView: Move creation of the SQL client to LibWebView 2023-08-31 19:19:45 +02:00
Database.h Ladybird+LibWebView: Move creation of the SQL client to LibWebView 2023-08-31 19:19:45 +02:00
DOMTreeModel.cpp
DOMTreeModel.h
Forward.h Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView 2023-08-31 19:19:45 +02:00
History.cpp Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView 2023-08-31 19:19:45 +02:00
History.h Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView 2023-08-31 19:19:45 +02:00
Native.css LibWebView: Add a standard "look like the OS" style sheet 2023-08-25 20:30:20 +01:00
OutOfProcessWebView.cpp Ladybird+LibWeb: Add MouseEvent screenX and screenY support 2023-09-15 22:12:56 +02:00
OutOfProcessWebView.h LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
RequestServerAdapter.cpp
RequestServerAdapter.h
SourceHighlighter.cpp LibWebView: Create a method to syntax-highlight page source with HTML 2023-08-29 08:11:11 -04:00
SourceHighlighter.h LibWebView: Create a method to syntax-highlight page source with HTML 2023-08-29 08:11:11 -04:00
StylePropertiesModel.cpp
StylePropertiesModel.h
UserAgent.cpp Browser+Ladybird: Let the list of user agent strings be shared 2023-09-13 19:33:07 -04:00
UserAgent.h Browser+Ladybird: Let the list of user agent strings be shared 2023-09-13 19:33:07 -04:00
ViewImplementation.cpp Userland+Ladybird: Always specify url to be about:srcdoc in load_html() 2023-09-17 21:08:59 +02:00
ViewImplementation.h Userland+Ladybird: Always specify url to be about:srcdoc in load_html() 2023-09-17 21:08:59 +02:00
WebContentClient.cpp LibWeb+WebContent+headless-browser: Support async text tests 2023-09-15 08:52:25 +02:00
WebContentClient.h LibWeb+WebContent+headless-browser: Support async text tests 2023-09-15 08:52:25 +02:00
WebSocketClientAdapter.cpp
WebSocketClientAdapter.h