mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 21:59:21 +00:00
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 :^)