Andreas Kling
|
e1a24edfa9
LibWeb: Reorganize layout system in terms of formatting contexts
|
4 years ago |
Ben Wiederhake
|
08f9bc26a6
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
|
4 years ago |
Andreas Kling
|
86a4eaca38
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
|
4 years ago |
Andreas Kling
|
56c3748dcc
LibWeb: Rename PageView => InProcessWebView
|
4 years ago |
Andreas Kling
|
6b4a7d1ee3
LibWeb: Add "focused frame" concept, one focused Frame per Page
|
4 years ago |
Andreas Kling
|
fffc5896d8
LibWeb: Make layout tree have non-const pointers to the DOM
|
5 years ago |
Andreas Kling
|
ef711f501e
LibWeb: Move the Page/Frame/EventHandler classes into Page/
|
5 years ago |
Luke
|
a2b40de0cc
LibWeb: Add a whole bunch of HTML DOM bindings
|
5 years ago |
Matthew Olsson
|
335916d8db
LibGfx: Templatize Point, Size, and Rect
|
5 years ago |
Andreas Kling
|
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
|
5 years ago |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
5 years ago |
Andreas Kling
|
440b4ece22
LibWeb: Move border width and color into LayoutStyle
|
5 years ago |
Andreas Kling
|
8c82d26668
LibWeb: Rename LayoutNode::render() to paint()
|
5 years ago |
Andreas Kling
|
cfab53903f
LibWeb: Separate layout tree rendering into phases
|
5 years ago |
Andreas Kling
|
a93fb7299f
LibWeb: Don't choke when trying to render a document-less <iframe>
|
5 years ago |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 years ago |
Andreas Kling
|
656b01eb0f
LibWeb: Rework the layout engine to use relative offsets
|
5 years ago |
Andreas Kling
|
896db187e5
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
|
5 years ago |
Andreas Kling
|
5c0ee72b30
LibWeb: Use FrameLoader to load iframes :^)
|
5 years ago |
Andreas Kling
|
422bbe98a5
LibWeb: Start adding support for the <iframe> element! :^)
|
5 years ago |