summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-31LibWeb: Accept array pairs in URLSearchParams constructorLuke Wilde
2022-01-31pape: Port to LibMainKenneth Myhra
2022-01-31open: Use more StringView instead of const char*Kenneth Myhra
2022-01-31open: Port to LibMainKenneth Myhra
2022-01-31ntpquery: Port to LibMainKenneth Myhra
2022-01-31notify: Port to LibMainKenneth Myhra
2022-01-31nl: Port to LibMainKenneth Myhra
2022-01-31mount: Use more StringView instead of const char*Kenneth Myhra
2022-01-31mount: Port to LibMainKenneth Myhra
2022-01-31lsof: Use more StringView instead of const char*Kenneth Myhra
2022-01-31lsof: Port to LibMainKenneth Myhra
2022-01-31lsirq: Port to LibMainKenneth Myhra
2022-01-31LibJS: Implement Intl.supportedValuesOfTimothy Flynn
2022-01-31LibJS: Provide public access to list of sanctioned unit identifiersTimothy Flynn
2022-01-31LibJS: Allow calling Array::create_from without allocating a VectorTimothy Flynn
2022-01-31LibUnicode: Generate a list of available currenciesTimothy Flynn
2022-01-31LibUnicode: Generate a list of available numbering systemsTimothy Flynn
2022-01-31LibUnicode: Generate a list of available calendarsTimothy Flynn
2022-01-31LibGUI: Remove `Window` background colorJelle Raaijmakers
2022-01-30LibJS: Implement ECMA-402 BigInt.prototype.toLocaleStringTimothy Flynn
2022-01-30LibJS: Support BigInt number formatting with Intl.NumberFormatTimothy Flynn
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-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-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-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-29LibJS: Implement Intl.Collator.prototype.resolvedOptionsTimothy Flynn
2022-01-29LibJS: Implement Intl.Collator.supportedLocalesOfTimothy Flynn
2022-01-29js: Implement pretty-printing of Intl.CollatorTimothy Flynn
2022-01-29LibJS: Implement the Intl.Collator constructorTimothy Flynn
2022-01-29LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocaleTimothy Flynn
2022-01-29LibJS: Implement a nearly empty Intl.Collator objectTimothy Flynn
2022-01-29WebContent: Switch scroll direction on shift modifierDmitry Petrov