serenity/Base
Andreas Kling 422bbe98a5 LibWeb: Start adding support for the <iframe> element! :^)
This patch introduces a bunch of things:

- Subframes (Web::Frame::create_subframe())
- HTMLIFrameElement (loads and owns the hosted Web::Frame)
- LayoutFrame (layout and rendering of the hosted frame)

There's still a huge number of things missing, like scrolling, overflow
handling, event handling, scripting, etc. But we can make a little
iframe in a document and it actually renders another document there.
I think that's pretty cool! :^)
2020-06-05 23:36:02 +02:00
..
etc Kernel+Base: Mount root filesystem read-only :^) 2020-05-29 07:53:30 +02:00
home/anon LibWeb: Start adding support for the <iframe> element! :^) 2020-06-05 23:36:02 +02:00
res Base: Use new app-pixel-paint.png for app icon in system menu 2020-06-04 12:34:31 +02:00
usr Base: Fix misspelling in getopt(3) (#2473) 2020-06-02 07:40:26 +02:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00