ladybird/Userland
Sam Atkins 8b3bcf9c0f
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-14, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-22.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-22.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Reduce unnecessary debug spam from parse_as_sizes_attribute()
Logging a parse error when the attribute is not present, is not useful,
but does fill the debug log with errors that hide any real parsing
errors. This patch introduces an early-out in this situation to prevent
this spam.
2024-09-12 07:39:11 +02:00
..
Libraries LibWeb: Reduce unnecessary debug spam from parse_as_sizes_attribute() 2024-09-12 07:39:11 +02:00
Services Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
Utilities Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00