summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08AudioServer: Use `AK::Stream` to serialize mixed samplesTim Schumacher
2023-02-08TelnetServer: Use `AK::Stream` to serialize commandsTim Schumacher
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-05Revert "SQLServer: Unveil /etc/passwd"MacDue
2023-02-05Revert "ConfigServer: Unveil "/etc/passwd""MacDue
2023-02-05SystemServer: Revert back to inheriting environments againMacDue
2023-02-04Kernel+SystemServer+Base: Introduce the RAMFS filesystemLiav A
2023-02-03LibSQL+SQLServer: Send result column names over IPC to SQL clientsTimothy Flynn
2023-02-03SystemServer: Propagate errors properly in the main codeLiav A
2023-02-02WebContent: Remove pending file requests before invoking their callbacksTimothy Flynn
2023-02-02LibWeb: Rename DOM::shadow_root() to shadow_root_internal()Karol Kosek
2023-02-02LibWeb+LibWebSocket: DOM WebSocket subprotocol supportGuilherme Gonçalves
2023-02-02FileSystemAccessServer: Send correct error code for failed file accessTimothy Flynn
2023-02-02SQLServer: Unveil /etc/passwdMacDue
2023-02-01SystemServer: Propagate errorsLucas CHOLLET
2023-02-01ConfigServer: Unveil "/etc/passwd"Lucas CHOLLET
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-29LibWeb: Move ARIA-related code into the Web::ARIA namespaceLinus Groh
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-28LibWeb: Replace ARIA role static FlyStrings with an enumMacDue
2023-01-28ImageDecoder: Actually set `is_animated` and `loop_count` variablesKarol Kosek
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27WindowServer: Remove declarations for non-existent methodsSam Atkins
2023-01-27TelnetServer: Remove declarations for non-existent methodsSam Atkins
2023-01-27Taskbar: Remove declarations for non-existent methodsSam Atkins
2023-01-27WebContent: Implement more of WebDriver element-click algorithmSam Atkins
2023-01-27WebContent: Bring existing WebDriver element-click code closer to specSam Atkins
2023-01-27WebDriver+LibWeb: Rename "click" to "element_click"Sam Atkins
2023-01-27Services: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-24WindowServer: Reuse existing `WindowManager::desktop_rect()` methodSam Atkins
2023-01-24WindowServer: Double click a window's frame to latch to screen's edgeJelle Raaijmakers
2023-01-24WindowServer: Always process double clicks for mouse eventsJelle Raaijmakers
2023-01-21Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.hAndrew Kaster
2023-01-21AK: Remove `FileStream`Tim Schumacher
2023-01-20WebServer: Use `Core::Stream` to read served filesTim Schumacher
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-20LibGfx: Re-work the abstractions of sending image for decoding over IPCLiav A
2023-01-18LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytesLiav A
2023-01-18LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlagsTimothy Flynn
2023-01-18Userland: Add missing limits.h header includesTimothy Flynn
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17LibGUI+WindowServer: Improve window resizing performanceJelle Raaijmakers
2023-01-16WebDriver: Add computedrole endpointJonah