ladybird/Libraries/LibWeb/Page
Andreas Kling 9d442ba606 LibWeb: Store layout box model metrics as floats
Instead of storing them as CSS::Lengths, we now store the resolved
values for margin/padding/border/offset top/right/bottom/left with
each Layout::NodeWithStyleAndBoxModelMetrics.

This simplifies a lot of code since it's no longer necessary to
resolve values before using them.
2020-12-12 21:28:29 +01:00
..
EditEventHandler.cpp LibWeb: Make DOM::Range more suitable for JS. 2020-12-09 21:05:06 +01:00
EditEventHandler.h LibWeb: Make DOM::Range more suitable for JS. 2020-12-09 21:05:06 +01:00
EventHandler.cpp LibWeb: Make DOM::Range more suitable for JS. 2020-12-09 21:05:06 +01:00
EventHandler.h LibWeb: Move editing stuff into EditEventHandler. 2020-12-09 21:05:06 +01:00
Frame.cpp LibWeb: Store layout box model metrics as floats 2020-12-12 21:28:29 +01:00
Frame.h LibWeb: Layout viewport rect was lagging behind when resizing 2020-12-02 23:50:19 +01:00
Page.cpp LibWeb: Add OutOfProcessWebView::load_html() 2020-10-08 23:20:52 +02:00
Page.h LibWeb+WebContent: Add on_load_finish hook to web views 2020-12-08 23:36:19 +01:00