serenity/Userland/DevTools/HackStudio
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
..
Debugger Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Dialogs Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Git HackStudio: Change fg color of staged/unstaged file list in Git tab 2023-08-29 10:00:13 +02:00
LanguageClients
LanguageServers
AutoCompleteResponse.h
ClassViewWidget.cpp
ClassViewWidget.h
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
CodeDocument.cpp
CodeDocument.h HackStudio+LibGUI: Remove TextDocument::is_code_document() 2023-07-24 16:39:02 +01:00
Editor.cpp Userland+Ladybird: Always specify url to be about:srcdoc in load_html() 2023-09-17 21:08:59 +02:00
Editor.h HackStudio: Remove Editor::gutter_icon_rect() 2023-07-24 16:39:02 +01:00
EditorWrapper.cpp HackStudio: Make use of existing TextEditor::on_focusin callback 2023-07-24 16:39:02 +01:00
EditorWrapper.h
FindInFilesWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
FindInFilesWidget.h
GMLPreviewWidget.cpp LibGUI: Replace DeprecatedString usage in Widget 2023-08-18 10:43:37 +01:00
GMLPreviewWidget.h
HackStudio.h
HackStudioWidget.cpp HackStudio+LibGUI: Make fallible TabWidget::add_tab() non-fallible 2023-09-16 11:06:50 +02:00
HackStudioWidget.h HackStudio: Add option to open file in single click 2023-07-29 17:07:38 -06:00
LanguageClient.cpp Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
LanguageClient.h
Locator.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Locator.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
main.cpp Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
Project.cpp
Project.h
ProjectBuilder.cpp
ProjectBuilder.h
ProjectConfig.cpp
ProjectConfig.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ProjectDeclarations.cpp
ProjectDeclarations.h
ProjectFile.cpp
ProjectFile.h
ProjectTemplate.cpp
ProjectTemplate.h
TerminalWrapper.cpp
TerminalWrapper.h
ToDoEntries.cpp
ToDoEntries.h
ToDoEntriesWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
ToDoEntriesWidget.h