ladybird/Userland/Libraries/LibWeb
Andreas Kling 0c66e53544 LibWeb: Honor font sizes specified by CSS
Instead of trying to coerce them into some font size we think we might
have, let's just honor the request and do our best to find a font.
2021-02-07 10:57:07 +01:00
..
Bindings LibWeb: Move main thread JavaScript VM to its own file 2021-02-03 10:45:39 +01:00
CodeGenerators LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
CSS LibWeb: Honor font sizes specified by CSS 2021-02-07 10:57:07 +01:00
DOM LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
DumpLayoutTree
HighResolutionTime LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
HTML LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
Layout LibWeb: Anonymous table cells should have colspan=1 2021-02-06 23:27:03 +01:00
Loader ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
NavigationTiming LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Page LibWeb: Don't try to create GUI::TextBox inside multi-process web views 2021-01-30 23:16:41 +01:00
Painting Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Scripts
SVG Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
Tests
UIEvents
XHR LibWeb: Add XHREventTarget and have XHR inherit from it 2021-01-23 22:29:21 +01:00
CMakeLists.txt LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
DOMTreeModel.cpp
DOMTreeModel.h
Dump.cpp LibWeb: Parse "display: flex" and create BlockBox layout nodes for them 2021-01-18 20:20:00 +01:00
Dump.h
FontCache.cpp
FontCache.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Forward.h LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
InProcessWebView.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
InProcessWebView.h LibWeb: Don't try to create GUI::TextBox inside multi-process web views 2021-01-30 23:16:41 +01:00
LayoutTreeModel.cpp
LayoutTreeModel.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp LibWeb: Use URL::to_string_encoded() for the crash error page URL's href 2021-01-31 19:05:55 +01:00
OutOfProcessWebView.h Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process 2021-01-31 09:07:46 +01:00
QualifiedName.h
StylePropertiesModel.cpp
StylePropertiesModel.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
TreeNode.h
URLEncoder.cpp
URLEncoder.h
WebContentClient.cpp LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
WebContentClient.h LibWeb: Handle WebContent process crashes gracefully :^) 2021-01-30 18:27:39 +01:00
WebViewHooks.h