summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-13gml-format+Playground: Print GML parsing error on formatting failureIdan Horowitz
2022-02-13LibGUI: Enforce new GML newline and ordering guidelinesIdan Horowitz
2022-02-13LibWeb: Don't crash on unknown CSS display types, fall back to inlineAndreas Kling
2022-02-12LibWeb: Add stub implementation for Element's getClientRectsDerpyCrabs
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs
2022-02-12LibWeb: Stop sizing the context root box in formatting contextsAndreas Kling
2022-02-12LibWeb: Always rebuild stacking context tree during layoutAndreas Kling
2022-02-12LibWeb: Move initial containing block setup out of BFCAndreas Kling
2022-02-12RequestServer: Make value copy of the URL in ensure_connection()Andreas Kling
2022-02-12PixelPaint: Run gml-format on FilterGallery.gmlAndreas Kling
2022-02-12Meta: Suppress rule V1076 in PVS-Studio Static AnalysisBrian Gianforcaro
2022-02-12LibWeb: Fix comparing current position to quote in Mime Type quote parseLuke Wilde
2022-02-12LibWeb: Set response header cookies on redirectsIdan Horowitz
2022-02-12LibWeb: Pass cookie string by reference in Document::set_cookieIdan Horowitz
2022-02-12LibWeb: Ignore Location headers unless the response status code is 3xxIdan Horowitz
2022-02-12LibWeb: Add an enum for !importantSam Atkins
2022-02-12LibJS: Remove the name prefix for wrapped functionsLinus Groh
2022-02-12kill: Parse CLI arguments using Arguments.stringsitskarudo
2022-02-12kill: Port to LibMainitskarudo
2022-02-12FileManager: Add F6 alternate shortcut to "location" actionAatos Majava
2022-02-12LibWeb: Decode XHR text with the specified charset in the MIME typeLuke Wilde
2022-02-12LibTextCodec: Add x-user-defined decoderLuke Wilde
2022-02-12LibTextCodec: Add decoder function that overrides given decoder on BOMLuke Wilde
2022-02-12LibTextCodec: Add BOM snifferLuke Wilde
2022-02-12LibWeb: Implement XMLHttpRequest.overrideMimeTypeLuke Wilde
2022-02-12LibWeb: Implement spec-compliant MIME type struct and parserLuke Wilde
2022-02-12Utilities: Add update-cpp-test-results utilityItamar
2022-02-12PixelPaint: Add a preview in FilterGallerysnooze
2022-02-12Ports: Add a citron portAli Mohammad Pur
2022-02-12strace: Add a chdir formatterAli Mohammad Pur
2022-02-12Ports: Add a sparsehash portAli Mohammad Pur
2022-02-12LibC: Stub out fmemopen()Ali Mohammad Pur
2022-02-12Ports: Add a pre_install hookAli Mohammad Pur
2022-02-12LibPthread: Add PTHREAD_CANCELEDAli Mohammad Pur
2022-02-12LibWeb: Add support for 'arraybuffer' message types on WebSocketsserenitydev
2022-02-12Kernel: Increase attempts count when waiting before doing i8042 IOLiav A
2022-02-12Kernel: Increase delay and attempts count when checking i8042 existenceLiav A
2022-02-12HackStudio: Put the Build directory inside the Serenity repositoryItamar
2022-02-12Base: Add Cypro-Minoan characters to font Katica Regular 10Lady Gegga
2022-02-12HackStudio: Only query token information if semantic highlighting is onItamar
2022-02-12LibWeb: Ignore malformed at-rules in CSS parserGuilherme Gonçalves
2022-02-12PixelPaint: Implement IconBag to organize iconselectrikmilk
2022-02-12LibWebSocket: Don't try to send empty payload inside of frameDerpyCrabs
2022-02-12LibHTTP: Make reason phrase of HTTP response's status line optionalDerpyCrabs
2022-02-11Documentation: Add coreutils dep to Alpine Linux build instructionsGaven Rendell
2022-02-12LibHTTP: Remove redundant can_read_without_blocking callWesley Moore
2022-02-12LibHTTP: Remove attempt to read extra line after response headersWesley Moore
2022-02-11Meta: Add Tim Flynn to list of project maintainers :^)Andreas Kling
2022-02-11LibWeb: Rename Layout::Box absolute rect helpersAndreas Kling
2022-02-11LibWeb: Remove unused functions from Layout::BoxAndreas Kling