ladybird/Applications/Browser
Andreas Kling 029455cb40 Browser: Add a simple "view source" menu action
This opens the source of the current document in TextEditor.
For file:// URLs, we open the local file, but for all other protocols,
a temporary file is generated, containing the document source.

Longer-term we should build some kind of viewer into the Browser app
instead. That would avoid silly problems like how this forgets to
delete the temporary files, for instance :^)
2019-11-25 00:28:18 +01:00
..
History.h Browser: Add basic back/forward history 2019-10-17 23:39:31 +02:00
main.cpp Browser: Add a simple "view source" menu action 2019-11-25 00:28:18 +01:00
Makefile Browser: Start working on a simple browser using LibHTML 2019-10-05 10:20:17 +02:00