ladybird/Libraries/LibHTML/CSS
Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C
I've been wanting to do this for a long time. It's time we start being
consistent about how this stuff works.

The new convention is:

- "LibFoo" is a userspace library that provides the "Foo" namespace.

That's it :^) This was pretty tedious to convert and I didn't even
start on LibGUI yet. But it's coming up next.
2020-02-02 15:15:30 +01:00
..
.gitignore LibHTML: Start building a simple code generator for CSS properties 2019-11-18 11:48:41 +01:00
Default.css LibHTML: Let's display <basefont> as block-level elements for now 2019-12-18 12:44:06 +01:00
Length.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LengthBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Properties.json LibHTML: Add the CSS "position" property to CSS/Properties.json 2019-11-19 18:20:54 +01:00
Selector.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Selector.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
SelectorEngine.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
SelectorEngine.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Specificity.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleDeclaration.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleDeclaration.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleProperties.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
StyleProperties.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleResolver.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleResolver.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleRule.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleRule.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleSheet.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleSheet.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleValue.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
StyleValue.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00