summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-10markdown-checker: New tool that checks document linksBen Wiederhake
2021-10-10LibMarkdown: Implement introspection of the document treeBen Wiederhake
2021-10-10LibMarkdown: Make href always a StringBen Wiederhake
2021-10-10LibGfx: Implement copy-assign for MatrixBen Wiederhake
2021-10-10LibUnicode: Generate standalone compile-time array for combining classTimothy Flynn
2021-10-10LibUnicode: Generate standalone compile-time array for special casingTimothy Flynn
2021-10-10LibUnicode: Generate standalone compile-time arrays for simple casingTimothy Flynn
2021-10-10LibWeb: Remove dead "outer loop" code in adoption agency algorithmBrian Gianforcaro
2021-10-10LibWeb: Use "= default" to declare empty constructors and descructorsBrian Gianforcaro
2021-10-10LibWeb: Optimize CSS::StyleDeclaration for sizeBrian Gianforcaro
2021-10-10LibJS: Optimize PropertyName and StringPrototype for sizeBrian Gianforcaro
2021-10-10LibELF: Use member initialization for AuxiliaryVector::optional_stringBrian Gianforcaro
2021-10-10Utilities: Fix null deref in `groupdel` when given a nonexistent groupBrian Gianforcaro
2021-10-10FileManager: Listen for changes to Desktop wallpaper in configMustafa Quraish
2021-10-10LibWeb: Handle JS exceptions slightly sooner in CSS.escape()Andreas Kling
2021-10-10LibHTTP: Quit the read loop when an incomplete chunk size line is seenAli Mohammad Pur
2021-10-10LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line()Ali Mohammad Pur
2021-10-09SpaceAnalyzer: Make files removable depending on directory permissionsKarol Kosek
2021-10-09LibCore: Display the correct allocation size in the debug lineKarol Kosek
2021-10-09LibJS: Convert delete_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_binding_value() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert set_mutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert initialize_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert create_immutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert create_mutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert has_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert bind_this_value() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_this_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_super_base() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Remove unused FunctionEnvironment::replace_this_binding()Linus Groh
2021-10-09LibWeb: Add a missing null check in StyleComputer::compute_font()Andreas Kling
2021-10-09LibJS: Add callee realm fallback to ordinary_call_bind_this()Linus Groh
2021-10-09LibRegex: Transform 0,1 min/unbounded max repetitions to * or +Ali Mohammad Pur
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-10-09LibJS: Decouple new_function_environment() from FunctionObjectLinus Groh
2021-10-09LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObjectLinus Groh
2021-10-09LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObjectLinus Groh
2021-10-09LibJS: Implement [[Call]] and [[Construct]] internal slots properlyLinus Groh
2021-10-09LibJS: Pop execution context after running queued jobs in run()Linus Groh
2021-10-09LibJS: Forward BoundFunction::has_constructor() to bound target functionLinus Groh
2021-10-09LibJS: Add Completion::is_abrupt()Linus Groh
2021-10-09LibWeb: Fix WebAssembly.Memory.prototype.buffer buildLinus Groh
2021-10-09LibJS: Use AllocateArrayBuffer where the spec tells us toLinus Groh
2021-10-09LibJS: Implement the AllocateArrayBuffer() AOLinus Groh
2021-10-09Utilities: Add way to get a storage devices block size in blockdevDavid Isaksson
2021-10-09Kernel: Add ioctl request for getting a storage device's block sizeDavid Isaksson
2021-10-09Utilities: Add blockdev utilityDavid Isaksson
2021-10-09Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl requestDavid Isaksson
2021-10-09LibMarkdown: Have one newline between lists in terminal rendersDavid Isaksson
2021-10-09LibJS: Elide empty declarative environments inside switch statementsAndreas Kling