Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-25 | LibWeb: Compress specificity into a 32-bit unsigned int | Andreas Kling | |
Instead of storing the three-part specificy for every selector, just mash them together into a 32-bit value instead. This saves both space and time, and matches the behavior of other browser engines. | |||
2020-06-13 | LibWeb: Fix broken Specificity::operator== | Andreas Kling | |
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. :^) |