index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Layout
/
LayoutFrame.cpp
Age
Commit message (
Expand
)
Author
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-14
LibWeb: Add "focused frame" concept, one focused Frame per Page
Andreas Kling
2020-07-28
LibWeb: Make layout tree have non-const pointers to the DOM
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-06-24
LibWeb: Move border width and color into LayoutStyle
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-14
LibWeb: Don't choke when trying to render a document-less <iframe>
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-10
LibWeb: Rework the layout engine to use relative offsets
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-06
LibWeb: Use FrameLoader to load iframes :^)
Andreas Kling
2020-06-05
LibWeb: Start adding support for the <iframe> element! :^)
Andreas Kling