summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-17LibWeb: Avoid needless copies during Blob constructionLinus Groh
2022-07-17LibWeb: Add support for XHR response type BlobKenneth Myhra
2022-07-17LibWeb: Introduce BlobKenneth Myhra
2022-07-16LibWeb: Add definitions from '2.2.6. Responses' in the Fetch specLinus Groh
2022-07-15LibJS: Update spec numbers from the array-find-from-last proposal mergeTimothy Flynn
2022-07-15LibJS: Sort TypedArray.prototype methods in spec orderTimothy Flynn
2022-07-15LibJS: Sort Array.prototype methods in spec orderTimothy Flynn
2022-07-15LibWeb: Add definitions from '2.2.5 Requests' in the Fetch specLinus Groh
2022-07-15LibWeb: Add a couple of missing includes to Fetch's Headers.hLinus Groh
2022-07-15LibWeb: Mark Origin::serialize() as constLinus Groh
2022-07-15LibWeb: Remove weird is_undefined_or_auto() helper in FFCAndreas Kling
2022-07-15LibWeb: Update flex line "remaining free space" when finishedAndreas Kling
2022-07-15LibGUI: Apply more padding to text on tabsnetworkException
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1
2022-07-15LibIPC: Retry post_message write on EAGAIN and yieldFrHun
2022-07-15LibCore: InspectorServerConnection send responses with multiple writesFrHun
2022-07-15WidgetGallery: Make inspectableFrHun
2022-07-15LibGUI: Sync ColorPicker's color slider with other color widgetsCodeforEvolution
2022-07-15KeyboardSettings: Improve KeymapDialog layoutFrHun
2022-07-15Applications: Make settings outer margins and spacing consistentFrHun
2022-07-15PixelPaint: Tweak FilterGallery layoutFrHun
2022-07-15CrashReporter: Tweak layoutFrHun
2022-07-15Taskbar: Center buttons again by fixing marginsFrHun
2022-07-15LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditorLucas CHOLLET
2022-07-15LibGUI: Add a helper for VerticalDirectionLucas CHOLLET
2022-07-15LibGUI: Explicitly default initialize class membersLucas CHOLLET
2022-07-15LibJS: Allow specifying keyword values not directly defined for a localeTimothy Flynn
2022-07-15LibUnicode: Remove obsolete Unicode::get_default_number_systemTimothy Flynn
2022-07-15LibJS: Remove hard-coded lists of collation typesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup locale-preferred keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup available keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate available values for the keywords co, kf, kn, hcTimothy Flynn
2022-07-15Userland: Introduce the lsblk utility to show list of storage devicesLiav A
2022-07-14Kernel+Userland: Rename prefix of user_physical => physicalLiav A
2022-07-14Kernel+Userland: Remove supervisor pages conceptLiav A
2022-07-14Utilities: Add "pledge" utility for launching a sandboxed commandAndreas Kling
2022-07-14NetworkServer: Use sv suffixes to avoid strlen at runtimeMaciej
2022-07-14NetworkSettings: Remove warning about rebootMaciej
2022-07-14NetworkServer: Disable interface if Enabled = falseMaciej
2022-07-14NetworkServer: Kill DHCPServer as the first thing doneMaciej
2022-07-14Browser: Make "Go Home" open a new tab on middle mouse clicknetworkException
2022-07-14Browser: Allow opening bookmarks in new tab on middle mouse clicknetworkException
2022-07-14Browser: Use OpenInNewTab parameter in on_bookmark_click handlernetworkException
2022-07-14LibGUI: Add button handler for middle mouse clicksnetworkException
2022-07-14LibGUI: Allow specifying the mouse buttons able to press down a buttonnetworkException
2022-07-14LibVT: Remove Vector<Kernel::KString> title stackLiav A
2022-07-14LibVT: Show application display name when hovered over, if availableWuzado
2022-07-14LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequestLinus Groh