summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-06Kernel: Implement ScopedAddressSpaceSwitcher using PageDirectoryTimon Kruiper
2023-04-06Kernel/aarch64: Flush entire TLB cache when changing TTBR0_EL1Timon Kruiper
2023-04-06Kernel: Implement TimeManagement::boot_time() for aarch64Timon Kruiper
2023-04-06Kernel: Extend the lifetime of Regions during page fault handlingIdan Horowitz
2023-04-06Kernel: Store a pointer to the owner process in PageDirectoryIdan Horowitz
2023-04-06Kernel: Restructure execve to ensure Process::m_space is always in useIdan Horowitz
2023-04-06Kernel: Mark sys$msync as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$mremap as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$munmap as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$set_mmap_name as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$mprotect as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$mmap as not needing the big lockIdan Horowitz
2023-04-06Kernel: Remove unused credentials() call in validate_inode_mmap_protIdan Horowitz
2023-04-06Kernel: Mark sys$map_time_page as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$madvise as not needing the big lockIdan Horowitz
2023-04-06LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule)Luke Wilde
2023-04-06LibWeb: Ignore preferred width when calculating intrinsic width of blockAndreas Kling
2023-04-06Tests/LibWeb: Move block & inline layout tests into own directoryAndreas Kling
2023-04-06LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFFEmily Trau
2023-04-06LibGfx/JPEG: Use a smaller type to store coefficientsLucas CHOLLET
2023-04-06LibWeb: Implement the `:defined` pseudo classLuke Wilde
2023-04-06LibWeb: Implement the HTMLConstructor extended attributeLuke Wilde
2023-04-06LibWeb: Implement the CEReactions extended attributeLuke Wilde
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke Wilde
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-04-06LibWeb/WebIDL: Add the `construct` abstract operationLuke Wilde
2023-04-06LibWeb/WebIDL: Move call_user_object_operation out of lineLuke Wilde
2023-04-06LibWeb: Support returning a callback function in IDLLuke Wilde
2023-04-06HackStudio: Add configuration domain pledge for FileManagerEvan Smal
2023-04-06LibGfx: Fix out of bounds read in BitmapFont::masked_character_set()Julian Offenhäuser
2023-04-06GMLPlayground: Pledge Calendar domainCameron Youell
2023-04-06LibWeb: Port AbstractBrowsingContext to StringKenneth Myhra
2023-04-06LibWeb: Port KeyboardEvent to new StringKenneth Myhra
2023-04-06LibWeb: Port FocusEvent to new StringKenneth Myhra
2023-04-06LibTLS: Change Certificate parsing to use ErrorOrstelar7
2023-04-06LibCrypto: Add ability to rewrite current tag kindstelar7
2023-04-06LibCrypto: Add missing ASN1 tag kindsstelar7
2023-04-06AK: Add to_string() for IPv4Addressstelar7
2023-04-06LibGfx: Pass in format and size to webp image decoding functionNico Weber
2023-04-06LibGfx: Teach webp image reading function to read entropy coded imagesNico Weber
2023-04-06LibGfx: Move webp image decoding function up a bitNico Weber
2023-04-06LibGfx: Move webp bitmap decoding code into its own functionNico Weber
2023-04-06LibGfx: Implement hopefully correct max_symbol handling in webp decoderNico Weber
2023-04-06LibGfx: Read transform type in webp lossless decoderNico Weber
2023-04-06LibGfx: Remove some noisy dbgln_if()s in webp decoderNico Weber
2023-04-05LibWeb: Use intrinsic aspect ratio when calculating max content heightmatcool
2023-04-05tar: Use BufferedFile for reading inputsTim Schumacher
2023-04-05lzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-05xzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-05LibCompress: Copy LZMA repetitions from the buffer in sequenceTim Schumacher