ladybird/Userland/Libraries
Tim Ledbetter d5cddd4696 LibWeb: Unset stylesheet properties when removing from a StyleSheetList
Previously, the parent CSS stylesheet, owner node and owner CSS rule
properties were not unset when removing a sheet from a StyleSheetList.

This change moves the methods for adding and removing sheets to and
from a StyleSheetList, directly into the StyleSheetList class and
ensures they are called as required by the CSSOM specification.
2024-04-16 07:41:33 +02:00
..
LibAccelGfx LibAccelGfx+LibWeb+WebContent: Handle OpenGL Context init errors 2024-01-24 19:43:51 +01:00
LibArchive Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibAudio AK+Lagom: Make it possible to build for iOS 2024-03-03 13:13:42 -07:00
LibC LibC: Precompute directory_name length in ttyname_r_for_directory() 2024-04-03 09:48:05 -06:00
LibCards Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibChess Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
LibCMake LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
LibCodeComprehension Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibCompress AK+Lagom: Make it possible to build for iOS 2024-03-03 13:13:42 -07:00
LibConfig LibConfig+ConfigServer: Add permissive mode 2024-03-07 17:49:01 -05:00
LibCore LibCore: Add a rough abstraction class around Mach port rights 2024-04-09 16:43:27 -06:00
LibCoredump Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
LibCpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibCrypt Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibCrypto LibCrypto: Add OAEP 2024-04-08 09:34:49 -06:00
LibDebug Everywhere: Prefer {:#x} over 0x{:x} in format strings 2024-02-21 17:54:38 +01:00
LibDesktop LibDesktop: Avoid UAF when launching a process with escalation 2024-04-04 11:23:21 +02:00
LibDeviceTree LibDeviceTree: Add a simple DeviceTree class 2024-02-24 16:43:44 -07:00
LibDiff patch+LibDiff: Add support for applying patches with preprocessor macro 2024-03-03 08:56:00 +01:00
LibDNS Userland: Remove LibCore dependency from libraries that do not use it 2024-01-22 08:48:34 -05:00
LibDSP AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
LibEDID Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibELF LibELF: Prevent negative index when determining dynamic symbol count 2024-03-14 18:19:04 -06:00
LibFileSystem LibFileSystem: Depend on the minimal LibCore source set 2024-03-26 12:25:21 -04:00
LibFileSystemAccessClient LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
LibGemini AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LibGfx LibGfx/JPEG2000: Implement tag trees 2024-04-16 00:40:16 +02:00
LibGL LibGL+LibGPU+LibSoftGPU: Implement constant blending color 2024-04-10 21:12:25 +02:00
LibGLSL LibGLSL: Avoid UAF when creating a preprocessor instance 2024-04-04 11:23:21 +02:00
LibGPU LibGL+LibGPU+LibSoftGPU: Implement constant blending color 2024-04-10 21:12:25 +02:00
LibGUI IncrementalSearchBanner: Port to GML compilation 2024-04-15 14:01:13 +02:00
LibHTTP Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibIDL LibIDL+LibWeb: Add support for static readonly attributes 2024-04-03 07:55:51 +02:00
LibImageDecoderClient ImageViewer: Transform the image's dimension accordingly to the metadata 2024-02-21 08:31:17 +00:00
LibIMAP Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
LibIPC AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LibJIT Userland: Remove LibCore dependency from libraries that do not use it 2024-01-22 08:48:34 -05:00
LibJS LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
LibKeyboard Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibLine Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibLocale Userland: Remove LibCore dependency from libraries that do not use it 2024-01-22 08:48:34 -05:00
LibMain Meta: Remove serenity_lib_static() CMake helper function 2024-03-26 12:25:21 -04:00
LibManual Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibMarkdown AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
LibPartition
LibPCIDB Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibPDF LibPDF: Move CFF to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
LibProtocol AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LibRegex LibRegex: Account for extra explicit And/Or in class parser assertion 2024-03-24 08:24:46 +01:00
LibRIFF LibRIFF+LibGfx/ISOBMFF: Make ChunkID (de)serialization self-consistent 2024-03-22 18:31:15 +01:00
LibSanitizer LibSanitizer: Add _abort variants of UBSan handlers 2023-08-13 05:14:07 +02:00
LibSemVer Libraries: Implement SemVer for version parsing and comparisons 2024-02-15 18:23:05 +01:00
LibSoftGPU LibGL+LibGPU+LibSoftGPU: Implement constant blending color 2024-04-10 21:12:25 +02:00
LibSQL Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibSymbolication AK+Everywhere: Remove JsonValue APIs with implicit default values 2024-01-21 15:47:53 -07:00
LibSyntax Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibSystem
LibTest Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
LibTextCodec LibTextCodec+AK: Don't validate UTF-8 strings twice 2023-12-30 13:49:50 +01:00
LibThreading Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibTimeZone LibCore+LibTimeZone: Move TZDB utilities from LibTimeZone to LibCore 2024-03-26 12:25:21 -04:00
LibTLS Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibUnicode LibUnicode: Generate and use code point composition mappings 2024-04-06 14:21:04 -04:00
LibURL LibURL: Avoid expensive IDNA::to_ascii() for all-ASCII domain strings 2024-04-05 16:01:10 -06:00
LibUSBDB Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibVideo Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibVirtGPU LibGL+Lib*GPU: Set model view and projection matrices separately 2023-10-15 12:14:07 +02:00
LibVT Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibWasm LibWasm: Fix reference-to-stack-local from {Memory,Table}Instance 2024-03-30 21:21:23 +01:00
LibWeb LibWeb: Unset stylesheet properties when removing from a StyleSheetList 2024-04-16 07:41:33 +02:00
LibWebSocket Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibWebView LibWeb+LibWebView+WebContent: Remove now-unused history change IPC 2024-04-14 18:53:58 -07:00
LibX86 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LibXML LibXML: Don't emit a parser error for failing to resolve DTD URI 2024-03-30 07:36:50 +01:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00