mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 11:41:01 +00:00
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()`). |
||
|---|---|---|
| .. | ||
| AccountHolder.cpp | ||
| AccountHolder.h | ||
| CMakeLists.txt | ||
| InboxModel.cpp | ||
| InboxModel.h | ||
| MailboxTreeModel.cpp | ||
| MailboxTreeModel.h | ||
| MailWidget.cpp | ||
| MailWidget.h | ||
| MailWindow.gml | ||
| main.cpp | ||