Andreas Kling
2530378f59
LibHTML+Browser: Add debug option to draw borders around line boxes
...
This will be very useful when debugging line layout.
2019-10-12 15:02:53 +02:00
Andreas Kling
bf79b198f6
Browser: Add a debug menu with actions to dump DOM and Layout trees
2019-10-12 13:44:17 +02:00
Andreas Kling
06113b4ffe
LibHTML+Browser: Show the number of pending resource loads
...
For now this is simply a counter+hook exposed by ResourceLoader and
shown in the Browser status bar.
This is not very nuanced, and it would be nice to expose more info so
we could eventually do something like a progress bar.
2019-10-10 22:07:08 +02:00
Andreas Kling
5da385c16e
Browser: Turn command-line path arguments into file:// URLs
2019-10-07 20:02:29 +02:00
Andreas Kling
b5a043cf42
Browser: Add a simple "Go home" button to the toolbar
...
Currently this just takes us to /home/anon/www/welcome.html :^)
2019-10-06 22:03:41 +02:00
Conrad Pankoff
15a016d3e3
Browser: Support opening a URL from the command line at startup
2019-10-06 14:25:58 +02:00
Andreas Kling
4173c77eb5
Browser: Show the page title in the window title bar :^)
2019-10-05 10:30:49 +02:00
Andreas Kling
31e361b827
Base: Add a little welcome page for the browser at ~/www/welcome.html
2019-10-05 10:29:52 +02:00
Andreas Kling
0a38e0028f
Browser: Start working on a simple browser using LibHTML
...
This was inevitable. :^)
2019-10-05 10:20:17 +02:00