summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-30LibJS: Generalize Intl.NumberFormat to operate on Value typesTimothy Flynn
2022-01-30LibJS: Implement Intl %SegmentsPrototype%[@@iterator]Idan Horowitz
2022-01-30LibJS: Start implementing Intl Segment Iterator objectsIdan Horowitz
2022-01-30js: Implement pretty-printing of Intl Segments objectsIdan Horowitz
2022-01-30LibJS: Implement Intl.Segmenter.prototype.segmentIdan Horowitz
2022-01-30LibJS: Start implementing Intl Segments objectsIdan Horowitz
2022-01-30LibJS: Implement Intl.Segmenter.prototype.resolvedOptionsIdan Horowitz
2022-01-30LibJS: Implement Intl.Segmenter.supportedLocalesOfIdan Horowitz
2022-01-30js: Implement pretty-printing of Intl.SegmenterIdan Horowitz
2022-01-30LibJS: Start implementing Intl.SegmenterIdan Horowitz
2022-01-30Kernel/Interrupts: Initialize two spurious handlers when PIC is disabledLiav A
2022-01-30Kernel: Use a constexpr declaration for the disabled PIC IRQ baseLiav A
2022-01-30Ports: Update Python to 3.10.2Linus Groh
2022-01-30LibJS: Add support for JSON modulesdavidot
2022-01-30LibJS: Expose JSON.parse as an intrinsic value of the global objectdavidot
2022-01-30LibJS: Implement the import assertions proposaldavidot
2022-01-30LibJS: Follow the spec with storing im- and export entriesdavidot
2022-01-30AK+Tests: Make null strings compare less than non-null stringsDaniel Bertalan
2022-01-30Base: Add hieroglyph characters that have transliterations to PebbletonTobias Christiansen
2022-01-30Kernel: Don't mark current thread as inactive after successful exec()Andreas Kling
2022-01-30Kernel: Release page directory and MM locks sooner in space finalizationAndreas Kling
2022-01-30Kernel: Take scheduler lock before block lock in unblock_from_mutex()Andreas Kling
2022-01-30Kernel: Remove unused bool return values from scheduler functionsAndreas Kling
2022-01-30Kernel: Simplify x86 IOPL sanity checkAndreas Kling
2022-01-30Kernel: VERIFY that Scheduler::context_switch() always has a from-threadAndreas Kling
2022-01-30Kernel: Enforce that Thread::unblock_from_mutex() doesn't happen in IRQAndreas Kling
2022-01-30Kernel: Update terminology around Thread's "blocking mutex"Andreas Kling
2022-01-30Kernel: Make Thread::State an `enum class` and use it consistentlyAndreas Kling
2022-01-30Kernel: Don't dispatch signals in Thread::block_impl()Andreas Kling
2022-01-30Kernel: Don't dispatch signals in Processor::enter_current()Andreas Kling
2022-01-30Kernel: Remove unnecessary includes from Thread.hAndreas Kling
2022-01-30Kernel: Move Thread::block<BlockerType>() out of the Thread.h headerAndreas Kling
2022-01-30AK: Disable the empty-string-vs-null-string test until we have a fixAndreas Kling
2022-01-30LibGUI: Collect menu and submenu actions for CommandPalettenetworkException
2022-01-30LibGUI: Increase the width of a CommandPalette dialognetworkException
2022-01-30LibGUI: Add Menu column to CommandPalette :^)networkException
2022-01-30Tests: Add test for null string and empty string to be unequalnetworkException
2022-01-30Kernel: Support PS/2 right super keyJelle Raaijmakers
2022-01-30LibGUI: Flash menubar when using command palettebugreport0
2022-01-30LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxesnetworkException
2022-01-29LibJS: Visit m_async_from_sync_iterator_prototype in GlobalObjectIdan Horowitz
2022-01-29LibJS: Update spec numbers for ECMA-402Timothy Flynn
2022-01-29Shell: Use StringView instead of String const& where feasibleDaniel Bertalan
2022-01-29AK: Implement String's comparison operators in terms of StringView'sDaniel Bertalan
2022-01-29AK: Implement FlyString's comparison operators in terms of StringView'sDaniel Bertalan
2022-01-29AK: Implement all comparison operators for StringViewDaniel Bertalan
2022-01-29Kernel: Use HashCompatible HashMap lookups instead of specifying a hashIdan Horowitz
2022-01-29Kernel: Make {Nonnull,}OwnPtr<KString> hash compatible with StringViewIdan Horowitz
2022-01-29AK: Support using custom comparison operations for hash compatible keysIdan Horowitz
2022-01-29LibJS: Implement Intl.Collator.prototype.resolvedOptionsTimothy Flynn