summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-06-03SystemServer: Ensure service drop privileges could fail only when rootLiav A
2023-06-03LibWeb: Make pseudo-elements inspectableSimon Wanner
2023-06-03SpiceAgent: Exit early if `SPICE_DEVICE` doesn't existCaoimhe
2023-06-03SpiceAgent: Don't pledge `cpath` or open SPICE_DEVICE as `rwc`Caoimhe
2023-06-02WebContent: Prevent renderer crash on partially invalid imageNico Weber
2023-06-01WindowServer: Don't crash when trying to set invalid effectsBen Wiederhake
2023-05-31NotificationServer: Stop notifications showing in the top left at firstRummskartoffel
2023-05-30WebContent: Wait for Resource to load in wait_for_navigation_to_completeAliaksandr Kalenik
2023-05-29FileSystemAccessServer: Don't transmit unused dataBen Wiederhake
2023-05-29Ladybird+Browser: Add a 'Dump All Resolved Styles' debug optionAli Mohammad Pur
2023-05-28WebContent+headless-browser: Use document.body.innerText for text testsAndreas Kling
2023-05-27Chess+ChessEngine: Fix stockfish by setting correct blocking flagBen Wiederhake
2023-05-25LibWeb: Make `property_id_from_string()` return OptionalSam Atkins
2023-05-24Everywhere: Use MonotonicTime instead of Durationkleines Filmröllchen
2023-05-24Userland: Remove remaining users of Duration::now_realtime()kleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-23SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabledCaoimhe
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-22SpiceAgent: Gracefully exit when the Spice server disconnectsTimothy Flynn
2023-05-22SpiceAgent: Reduce copying of potentially large byte buffersTimothy Flynn
2023-05-21SpiceAgent: Handle file transfer requests properly :^)Caoimhe
2023-05-21SpiceAgent: Implement `FileTransferData` messagesCaoimhe
2023-05-21SpiceAgent: Implement `FileTransferStatus` messagesCaoimhe
2023-05-21SpiceAgent: Implement `FileTransferStart` messagesCaoimhe
2023-05-21SpiceAgent: Implement sending clipboard data to the spice serverCaoimhe
2023-05-21SpiceAgent: Add support for copying images to the clipboardCaoimhe
2023-05-21SpiceAgent: Add support for reading chunks larger than 2048 bytesCaoimhe
2023-05-21SpiceAgent: Implement setting the user's clipboard contents for textCaoimhe
2023-05-21SpiceAgent: Implement `ClipboardRequest` messagesCaoimhe
2023-05-21SpiceAgent: Implement `ClipboardGrab` messagesCaoimhe
2023-05-21SpiceAgent: Let's start rewriting the messaging system :^)Caoimhe
2023-05-21SpiceAgent: Minor formatting changesCaoimhe
2023-05-21SpiceAgent: Use `ErrorOr<T>` for `on_message_received`Caoimhe
2023-05-21WebSocket: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21RequestServer: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21Clipboard: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21WebServer: Convert document_root_path from DeprecatedString to StringBen Wiederhake
2023-05-21WebServer: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21FileSystemAccessServer: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-20SystemServer: Print useful information when failing to drop privilegesLiav A
2023-05-19LookupServer: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-05-19LibIPC: Explicitly mark HashMap copy, offer move interfaceBen Wiederhake
2023-05-19WindowServer: Prefer File::read_until_eof over DeprecatedFile::read_allBen Wiederhake
2023-05-19FileSystemAccessServer: Return EPERM for denied promptsthankyouverycool
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-16LibWeb+WebContent: Add APIs to control video playback stateTimothy Flynn
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-15WindowServer: Catch more Window stealing misbehaviorthankyouverycool