summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-11js: Implement pretty-printing of Intl.NumberFormatTimothy Flynn
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn
2021-09-11LibJS: Handle Unicode locale extensions in the ResolveLocale operationTimothy Flynn
2021-09-11LibUnicode: Add some data related to currency codesTimothy Flynn
2021-09-11LibUnicode: Extract canonicalization of Unicode extension valuesTimothy Flynn
2021-09-11LibUnicode: Generate numeric keyword values for each localeTimothy Flynn
2021-09-11Kernel/Devices: Defer creation of SysFS component after the constructorLiav A
2021-09-11WidgetGallery: Add GUI::ValueSlider widgetMustafa Quraish
2021-09-11Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()Brian Gianforcaro
2021-09-11Kernel: Fix off-by-one in Memory::is_user_range() checkAndreas Kling
2021-09-11UserspaceEmulator: Ignore perf_event and perf_register_string syscallsAndreas Kling
2021-09-11LibWeb: Ignore keydown events when there is no layout treeAndreas Kling
2021-09-11LibWeb: Stub out a dummy window.getComputedStyle()Andreas Kling
2021-09-11LibWeb+LibJS: Remember source filenames when using HTML::ScriptAndreas Kling
2021-09-11Ports: Build Python with --enable-optimizationsLinus Groh
2021-09-11Ports: Build Python with libuuidLinus Groh
2021-09-11Ports: Add libuuidLinus Groh
2021-09-11Kernel: Add _SC_HOST_NAME_MAXLinus Groh
2021-09-11PixelPaint: Add "Clear Guides" to remove all GuidesTobias Christiansen
2021-09-10LibJS: Implement Temporal.PlainMonthDay.prototype.equalsLuke Wilde
2021-09-10LibJS: Implement Temporal.PlainMonthDay.fromLuke Wilde
2021-09-10LibJS: Implement ToTemporalMonthDay AOLuke Wilde
2021-09-11LibGfx: Increase bit-width of variables used in do_draw_scaled_bitmapTobias Christiansen
2021-09-10LibJS: Share "parsed identifiers" between copied JS::Lexer instancesAndreas Kling
2021-09-10WindowServer: Fix 'sticky' mouse after resizeBen Wiederhake
2021-09-10Breakout: Improve collision response between ball and paddleDamien Firmenich
2021-09-10Kernel/CommandLine: Verify ACPI feature level cannot have invalid stringLiav A
2021-09-10Kernel/ACPI: Simplify parser initializationLiav A
2021-09-10Kernel: Add kernelearlyputstr and use it in dbgln in very-early bootIdan Horowitz
2021-09-10AK: Only try and get the Processor::current_id when it was initializedIdan Horowitz
2021-09-10Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSRIdan Horowitz
2021-09-10HexEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor/FileArgument: Remove file existance check for early exitMustafa Quraish
2021-09-10PDFViewer: Open CLI files through FileSystemAccessServer without promptMustafa Quraish
2021-09-10LibFileSystemAccessClient: Convert request paths to absolute if neededMustafa Quraish
2021-09-10FileSystemAccessServer: Allow read-only access without promptingMustafa Quraish
2021-09-10Documentation: Tweak IntrusiveList example to reflect new APIAli Mohammad Pur
2021-09-10AK+Kernel: Reduce the number of template parameters of IntrusiveRBTreeAli Mohammad Pur
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-10AK: Mark HashTable::size_in_bytes() as constexprHendiadyoin1
2021-09-10AK: Add OOM safe interface to HashTable/MapHediadyoin1
2021-09-10Documentation: Clarify Windows build instructionsSam Atkins
2021-09-10LibDebug: Use the first memory segment of a library as the ELF's baseItamar
2021-09-10AK: Remove a redundant double find-call in HashMap::ensureIdan Horowitz
2021-09-10CI: Add statement to ensure workflow runs only on serenityRodolfo Olivieri
2021-09-10Kernel: Fix null dereference in IPv4Socket::receive_packet_buffered()Andreas Kling
2021-09-10LibWeb: Make "top-level browsing context" concept more spec-compliantAndreas Kling
2021-09-09LibJS: Make default_merge_fields() {additional_,}fields Object a const&Linus Groh
2021-09-09LibJS: Make resolve_iso_month() fields Object a const&Linus Groh