summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-02-01Kernel+LibKeyboard: Enable querying the current keymapBen Wiederhake
2021-02-01LibTextCodec: Avoid duplicate definition of standard encodingsBen Wiederhake
2021-01-31LibX86: sanity check for Instruction read sizeThomas Mangin
2021-01-31LibLine: Only print ascii characters in caret formAnotherTest
2021-01-31LibWeb: Use URL::to_string_encoded() for the crash error page URL's hrefLinus Groh
2021-01-31LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE contextAndreas Kling
2021-01-31LibELF: Split the DynamicLoader's loading mechanism into two stepsAndreas Kling
2021-01-31LibELF: Assert on multiple calls to DynamicLoader::load_from_image()Andreas Kling
2021-01-31LibELF: Don't validate ELF twice in DynamicLoaderAndreas Kling
2021-01-31LibELF: Call mmap() before constructing the DynamicLoader objectAndreas Kling
2021-01-31LibC: Fix bad error check after open() in dlopen()Andreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-30LibWeb: Don't try to create GUI::TextBox inside multi-process web viewsAndreas Kling
2021-01-30Kernel: Add FIBMAP ioctl to Ext2FileSystemPeter Elliott
2021-01-30LibWeb: URL-encode/escape variables used in OOPWV's crash error pageLinus Groh
2021-01-30LibWeb: Handle WebContent process crashes gracefully :^)Andreas Kling
2021-01-30LibProtocol: Bump download stream buffer to PAGE_SIZEAnotherTest
2021-01-30LibGUI: Handle Window::hide() during Application teardown betterAndreas Kling
2021-01-30LibELF: Add a bunch of overflow checks in ELF validationAndreas Kling
2021-01-30LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBoxAndreas Kling
2021-01-30LibC: Protect the atexit() handler list when not writing to itAndreas Kling
2021-01-30LibC: Convert remaining String::format() to formatted()/number()Andreas Kling
2021-01-30LibELF: Avoid quadratic memory usage weaknessBen Wiederhake
2021-01-30LibGfx: Fix dynamic bitmasks in BMPsBen Wiederhake
2021-01-30DynamicLoader: load_program_headers use variables to store regions (#5173)Jorropo
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-29LibGfx: Don't use Gfx::Painter in GIF decoderAndreas Kling
2021-01-29LibWeb: Update the ICB's idea of the viewport rect after Frame resizeAndreas Kling
2021-01-29LibJS: Let RegExp.string get RegExp.prototype from the global object directlyLinus Groh
2021-01-29LibELF: Map text segments read-only at firstAndreas Kling
2021-01-29LibELF: Tidy up DynamicLoader::load_program_headers() a bitAndreas Kling
2021-01-29LibELF: perror on failed mmap in load_program_headers (#5159)Jorropo
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke
2021-01-28LibELF: Implement ASLR for shared libraries :^)Andreas Kling
2021-01-28Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()Andreas Kling
2021-01-28LibJS: Fix crash when printing error for missing class extends value prototypeLinus Groh
2021-01-28LibJS: Call the correct base class in LexicalEnvironment::visit_edges()Andreas Kling
2021-01-28LibWeb: Add simple implementation of Node.removeChild()Andreas Kling
2021-01-28LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...Andreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-28Vim: Add change word and delete word functionalityZac
2021-01-27DynamicLoader: Pass MAP_FIXED to mmap() where applicableAndreas Kling
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-27EditingEngine: Fix move_to_previous_word not working on last char of docZac
2021-01-27LibJS: Add overflow checks when creating TypedArray from ArrayBufferAndreas Kling
2021-01-27LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer()AnotherTest
2021-01-26LibGUI: Switch cancel/confirm button order on file picker dialogNico Weber