serenity/Libraries/LibWeb
Andreas Kling 5abc03db0d Fonts: Rename font files consistently
Font files are now all named like this:

    <Family><Weight><Size>.font

This will make it much easier/sane to perform font lookup.
2020-10-25 10:12:03 +01:00
..
Bindings
CodeGenerators AK: Eradicate the uses of out(). 2020-10-24 12:56:25 +02:00
CSS Fonts: Rename font files consistently 2020-10-25 10:12:03 +01:00
DOM LibWeb: Fix Document construction mishap in <template> element 2020-10-23 08:33:16 +02:00
HighResolutionTime
HTML LibWeb: Fix Document construction mishap in <template> element 2020-10-23 08:33:16 +02:00
Layout
Loader LibWeb: Fix Document construction mishap in <template> element 2020-10-23 08:33:16 +02:00
Page LibWeb: Forget frame selection when changing documents 2020-10-22 23:23:57 +02:00
Painting
Scripts
SVG
Tests
UIEvents
CMakeLists.txt
DOMTreeModel.cpp
DOMTreeModel.h
Dump.cpp
Dump.h
FontCache.cpp
FontCache.h
Forward.h
InProcessWebView.cpp
InProcessWebView.h
LayoutTreeModel.cpp
LayoutTreeModel.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp LibWeb: Don't send OOPWV repaint requests for views without backing 2020-10-24 12:30:21 +02:00
OutOfProcessWebView.h
QualifiedName.h
StylePropertiesModel.cpp
StylePropertiesModel.h
TreeNode.h LibWeb: Break reference cycles so DOM::Document actually gets deleted 2020-10-22 23:41:32 +02:00
URLEncoder.cpp
URLEncoder.h
WebContentClient.cpp
WebContentClient.h
WebViewHooks.h