ladybird/Userland
Max Wipfli 44c438d0ca LibWeb: Fix off-by-one error in SyntaxHighlighter
This changes the HTML SyntaxHighlighter to conform to the now-fixed
rendering of syntax highlighting spans in GUI::TextEditor. It also
avoids emitting tokens if they have a zero or negative length.

This fixes a bug where single-character tokens were not highlighted
properly.
2021-06-05 00:32:28 +04:30
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications LibVT+Terminal: Add color scheme support 2021-06-04 09:02:43 +01:00
Demos Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
DevTools LibGUI: Fix off-by-one error in Lexer tokens 2021-06-05 00:32:28 +04:30
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Hearts: Don't destroy the animation handler while running it 2021-06-04 19:32:25 +02:00
Libraries LibWeb: Fix off-by-one error in SyntaxHighlighter 2021-06-05 00:32:28 +04:30
Services Taskbar: Make sure LibGUI/Desktop.h is usable in ports 2021-06-04 19:11:13 +02:00
Shell Shell: Fix off-by-one error in SyntaxHighlighter 2021-06-05 00:32:28 +04:30
Utilities hostname: Handle 'sethostname' errors 2021-06-04 19:11:27 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00