serenity/Tests
Sam Atkins 9e99368694 LibWeb: Track quote-nesting level while building the layout tree
This makes multiple levels of quote actually use different quotation
marks, instead of always the first available pair of them.

Each Layout::Node remembers what the quote-nesting level was before its
content was evaluated, so that we can re-use this number in
`apply_style()`. This is a bit hacky, since we end up converting the
`content` value into a string twice.

`StyleProperties::content()` now takes an initial quote-nesting level,
and returns the final level after that content.
2023-09-28 14:49:10 +02:00
..
AK AK: Make writability violation of FixedMemoryStream non-fatal 2023-09-27 03:22:56 +02:00
Kernel
LibAudio LibAudio: Implement PlaybackStream for macOS using Audio Unit framework 2023-09-09 13:03:36 -04:00
LibC
LibCompress
LibCore LibCore: Make MappedFile a Stream 2023-09-27 03:22:56 +02:00
LibCpp
LibCrypto LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
LibDiff LibDiff: Fix wrong index used when prepending context lines 2023-09-11 12:10:50 +01:00
LibEDID
LibELF
LibGfx LibGfx/ILBM: Add support for uncompressed files 2023-09-14 21:00:54 +01:00
LibGL
LibGLSL
LibIMAP
LibJS Tests, LibTest: Implement disabling core dumps on GNU Hurd 2023-09-06 11:41:16 -06:00
LibLocale
LibMarkdown
LibPDF
LibRegex LibRegex: Don't add the Repeat instruction size to its jump target 2023-09-15 18:07:23 +03:30
LibSQL
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode LibUnicode: Update to Unicode version 15.1.0 2023-09-15 18:30:26 +02:00
LibVideo
LibWasm
LibWeb LibWeb: Track quote-nesting level while building the layout tree 2023-09-28 14:49:10 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt LibDiff: Fix wrong index used when prepending context lines 2023-09-11 12:10:50 +01:00