summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-12-30SQLServer: Mark a deferred invocation lambda as mutableTimothy Flynn
2022-12-30SQLServer: Explicitly return empty optionals over IPC upon errorsTimothy Flynn
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-28NotificationServer: Use `Optional` for last rect in `NotificationWindow`Jelle Raaijmakers
2022-12-27Taskbar: Propagate more errors on widget populationthankyouverycool
2022-12-27Taskbar: Load Assistant's AppFile on window creationthankyouverycool
2022-12-26WebServer: Use new String type internally as much as possibleThomas Keppler
2022-12-26WebServer: Use new String type for default option valuesThomas Keppler
2022-12-26WebServer: Require document root and credentials as config init paramsThomas Keppler
2022-12-26WebServer: Rename {real_}root_path to {real_}document_root_pathThomas Keppler
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-26Taskbar: Handle errors when adding/changing quick launch entriesArda Cinar
2022-12-26Taskbar: Add a factory function for TaskbarWindowArda Cinar
2022-12-26Taskbar: Add a factory function for QuickLaunchWidgetArda Cinar
2022-12-25WebDriver: Implement stub for .../element/{element id}/clickBaitinq
2022-12-25LibWeb: Propagate errors in Element::scroll_into_view()Baitinq
2022-12-23LibConfig+LibCore+ConfigServer: Support u32 configuration entriesTimothy Flynn
2022-12-23Taskbar: Propagate errors while loading bmpericLemanissier
2022-12-23WindowServer: Remove overcropping for magnifierFrHun
2022-12-23WindowServer: Allow overriding position when getting bitmapFrHun
2022-12-20LookupServer: Propagate the errors from MulticastDNS::handle_packet()Alexander Narsudinov
2022-12-20LookupServer: Propagate the errors from MulticastDNS::lookup()Alexander Narsudinov
2022-12-20LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>Alexander Narsudinov
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-19Browser+WebContent: Fixup some DOM inspector weirdnessMacDue
2022-12-16LibJS: Convert new_object_environment() to NonnullGCPtrLinus Groh
2022-12-15LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`Federico Guerinoni
2022-12-15WebContent: Disallow creating WebDriverConnections with existing socketsTimothy Flynn
2022-12-15WebDriver: Remove the WebContent socket file when closing the sessionTimothy Flynn
2022-12-15WebDriver: Specify callbacks for clients to launch browser windowsTimothy Flynn
2022-12-15WebContent+WebDriver: Move WebDriver socket to the standard runtime pathTimothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibWeb: Split PaintContext::viewport_rect() into device/css variantsSam Atkins
2022-12-14LibWeb: Make PaintContext aware of CSS and DevicePixelsSam Atkins
2022-12-14LaunchServer: Return if read_link fails in for_each_handler_for_pathMaciej
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-11WindowServer: Remove unused bools in Menu::draw()thankyouverycool
2022-12-11WindowServer: Include missing visibility argument when making MenuItemthankyouverycool
2022-12-11SQLServer: Re-use already opened SQL::Database objectsTimothy Flynn
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10LibGUI+WindowServer: Add "visible" state to GUI actionsAndreas Kling
2022-12-10WindowServer: Update checked state of m_window_menu_always_on_top_itemthankyouverycool
2022-12-10LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()Sam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Make Page aware of the display scaleSam Atkins
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-09SQLServer: Add a hook to inform owners of disconnected SQL clientsTimothy Flynn