summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-05-19LibCrypto: Add the SHA-384 hash algorithmDexesTTP
2021-05-18LibWeb: Implement encoding sniffing algorithmMax Wipfli
2021-05-18LibWeb: Change Document's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Change Resource's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Use Optional<String> for encoding_from_content_typeMax Wipfli
2021-05-18LibTextCodec: Use Optional<String> for get_standardized_encodingMax Wipfli
2021-05-18LibCore+Userland: Add two more detectable formatsValtteri Koskivuori
2021-05-18LibCore: Add offsets to binary signature matchingValtteri Koskivuori
2021-05-18LibCore+Userland: Add 5 more detectable filetypesValtteri Koskivuori
2021-05-18LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunnerAli Mohammad Pur
2021-05-18LibJS+LibTest: Move out the test-js test runner into LibTestAli Mohammad Pur
2021-05-18LibPDF/PDFViewer: Support rotated pagesMatthew Olsson
2021-05-18LibGfx: Rename RotationDirection membersMatthew Olsson
2021-05-18Applications: Add a very simple PDFViewerMatthew Olsson
2021-05-18LibPDF: Fix bad resolve_to calls in DocumentMatthew Olsson
2021-05-18LibPDF: Add a bitmap rendererMatthew Olsson
2021-05-18LibPDF: Parse page crop box and user unitsMatthew Olsson
2021-05-18LibPDF: Parse graphics commandsMatthew Olsson
2021-05-18LibPDF: Don't rely on a stream's /Length key existingMatthew Olsson
2021-05-18LibPDF: Give Parser a reference to the DocumentMatthew Olsson
2021-05-18LibJS: Implement Object.hasOwn() :^)Andreas Kling
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling
2021-05-18LibCompress: Discard GZip NAME & COMMENT optional stringsIdan Horowitz
2021-05-18LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231)Gunnar Beutner
2021-05-18LibWebSocket: Fixed occasional infinite loop with TLS socketsDexesTTP
2021-05-18LibC: Remove static from function local constexpr variableLenny Maiorani
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-17LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()Linus Groh
2021-05-17LibJS: Make length_setter_generic_storage_threshold a global constantLinus Groh
2021-05-17LibWasm: Make clang happy by removing an 'extra' set of parenthesisAli Mohammad Pur
2021-05-17LibWasm: Implement memory.grow, memory.size and dropAli Mohammad Pur
2021-05-17LibWasm: Execute the start function, if one existsAli Mohammad Pur
2021-05-17LibWasm: Implement most of the remaining instructionsAli Mohammad Pur
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-17LibWasm: Do not resize() the function signature list to preallocateAli Mohammad Pur
2021-05-17LibWasm: Make structured_end() jump to the instruction after itselfAli Mohammad Pur
2021-05-17LibWeb: Resolve 2-part and 3-part border-color valuesTimothy Flynn
2021-05-17LibWeb: Resolve 3-part and 4-part border-width valuesTimothy Flynn
2021-05-17LibGUI: Reset TextEditor modified state on sucessful write_to_filefaxe1008
2021-05-17LibJS: Make the forward transition chain weakly cachedAndreas Kling
2021-05-17LibHTTP: Make sure we're not sending an empty path in requestsGunnar Beutner
2021-05-17LibCrypto: Change static constexpr array to function local constexprLenny Maiorani
2021-05-17LibJS: Don't consider cells in the lazy freelist in conservative scanAndreas Kling
2021-05-17LibJS: Always prefer freelist over lazy freelist if possibleAndreas Kling
2021-05-17LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/Andreas Kling
2021-05-17LibJS: Implement lazy freelist allocation for cellsAndreas Kling
2021-05-17Build: Stop using precompiled headers (PCH)Andreas Kling
2021-05-17Chess: Fix signed/unsigned issuesJean-Baptiste Boric
2021-05-17LibArchive: Move method implementations away from headerJean-Baptiste Boric