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
..
2020-05-22 21:45:00 +02:00
2020-06-03 22:06:52 +02:00
2020-06-03 21:53:00 +02:00
2020-05-09 23:25:39 +02:00
2020-05-21 01:24:36 +02:00
2020-05-24 23:54:22 +02:00
2020-03-22 19:12:10 +01:00
2020-06-04 16:06:32 +02:00
2020-06-05 19:15:20 +02:00
2020-03-28 09:13:29 +01:00
2020-05-24 00:12:00 +02:00
2020-06-05 21:48:46 +02:00
2020-06-03 21:53:00 +02:00
2020-06-05 23:36:02 +02:00
2020-03-22 19:12:10 +01:00
2020-04-06 11:09:01 +02:00
2020-04-29 12:46:20 +02:00
2020-04-29 12:46:20 +02:00
2020-03-22 19:53:22 +01:00
2020-03-22 19:53:22 +01:00
2020-03-22 19:12:10 +01:00
2020-06-03 21:53:00 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-06-04 16:04:52 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-06-03 21:53:00 +02:00
2020-04-15 12:29:21 +02:00
2020-03-22 19:12:10 +01:00
2020-06-03 21:53:00 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-05-28 18:22:54 +02:00
2020-06-03 21:53:00 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-06-05 23:36:02 +02:00
2020-06-05 23:36:02 +02:00
2020-06-04 16:04:52 +02:00
2020-06-03 21:53:00 +02:00
2020-06-03 21:53:00 +02:00
2020-06-03 21:53:00 +02:00
2020-06-04 16:06:32 +02:00
2020-06-04 16:06:32 +02:00
2020-06-03 21:53:00 +02:00
2020-05-27 23:02:03 +02:00
2020-06-04 16:06:32 +02:00
2020-04-03 23:06:09 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-04-21 23:49:51 +02:00
2020-04-21 23:49:51 +02:00
2020-04-06 11:09:01 +02:00
2020-05-30 13:06:26 +02:00
2020-05-24 23:54:22 +02:00
2020-05-26 23:45:43 +02:00
2020-03-25 18:52:03 +01:00
2020-03-25 18:52:03 +01:00
2020-03-22 19:12:10 +01:00
2020-05-28 18:22:54 +02:00
2020-05-18 22:05:13 +02:00
2020-06-01 20:42:50 +02:00
2020-04-23 11:03:17 +02:00