Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling | |
2020-06-24 | LibWeb: Remove default Length constructor and add make_auto()/make_px() | Andreas Kling | |
To prepare for adding an undefined/empty state for Length, let's first move away from Length() creating an auto value. | |||
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling | |
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^) |