ladybird/Userland
Sam Atkins 9272c3283b LibWeb: Add missing StyleValue::equals() methods
Every StyleValue type now has its own `equals()` method, rather than
relying on the default "compare the to_string() output" method, which
has now been removed. This logic is still used by UnresolvedSV and
CalculatedSV, because it's probably the best option for them unless
performance becomes a real issue.

Also took this opportunity to move all the `equals()` implementations
into the .cpp file, which may or may not actually help with compile
times but StyleValue.h is huge and included everywhere, so it can't
hurt.
2022-04-18 21:30:51 +02:00
..
Applets Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Applications Spreadsheet: Sort functions by name in the help window 2022-04-18 17:36:34 +02:00
Demos LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DevTools Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Pong: Explicitly clear held keys in Game::reset() 2022-04-15 00:13:09 +02:00
Libraries LibWeb: Add missing StyleValue::equals() methods 2022-04-18 21:30:51 +02:00
Services Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Shell Shell: Make program-based completion with no actual token possible 2022-04-18 19:53:10 +04:30
Utilities Utilities/profile: Call split_view() using StringView for command parts 2022-04-18 14:17:01 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00