ladybird/Userland/Libraries/LibWeb
Adam Hodgen b9c6059984 LibWeb: Correctly calculate height of TableRowGroupBox
As well as correctly calculating the height of TableRowBox, this change
calculates the heights of TableRowGroupBoxs also.

As before, this does not correctly take into consideration the 'height'
attribute.

Now the horizontal layout is approximately correct for the
TableRowGroupBoxs we can now see that the `layout_row` method will need
updating to correctly calculate cell width across all rows, not just the
current TableRowGroupBox.
2021-04-19 12:26:05 +02:00
..
Bindings LibWeb: Actually return an empty value when an exception is thrown via 2021-04-13 23:56:19 +02:00
CodeGenerators LibWeb: Add support for optional double arguments with no default value 2021-04-15 20:22:08 +02:00
Cookie Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
CSS Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
DOM Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
DumpLayoutTree
HighResolutionTime
HTML LibWeb: Don't load anything for <iframe> without src attribute 2021-04-17 21:38:38 +02:00
Layout LibWeb: Correctly calculate height of TableRowGroupBox 2021-04-19 12:26:05 +02:00
Loader LibWeb: Set Cookie header on remaining resource requests 2021-04-15 09:46:49 +02:00
NavigationTiming
Page Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
Painting
Scripts
SVG Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Tests Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
UIEvents LibWeb: Expose the MouseEvent::{clientX, clientY} attributes 2021-04-15 20:22:08 +02:00
XHR LibWeb: Set Cookie header on remaining resource requests 2021-04-15 09:46:49 +02:00
CMakeLists.txt LibWeb: Helper for creating load requests with a Cookie header 2021-04-15 09:46:49 +02:00
DOMTreeModel.cpp
DOMTreeModel.h
Dump.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Dump.h
FontCache.cpp
FontCache.h
Forward.h Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
InProcessWebView.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
InProcessWebView.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
LayoutTreeModel.cpp
LayoutTreeModel.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
OutOfProcessWebView.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
QualifiedName.h
StylePropertiesModel.cpp
StylePropertiesModel.h
TreeNode.h
URLEncoder.cpp
URLEncoder.h
WebContentClient.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
WebContentClient.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
WebViewHooks.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00