summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-04-13WindowServer: Refactor window geometry overlay rect calculation logicTom
2023-04-13WindowServer: Prevent some overdraw by the window geometry overlayTom
2023-04-13WindowServer: Move window geometry label into the tile overlay areaTom
2023-04-13WindowServer: Implement tile window overlayTom
2023-04-13WindowServer: Fix some gliches when overlays are moved or removedTom
2023-04-13WindowServer: Only register animations when they're runningTom
2023-04-13WindowServer: Fix calculating tile rect on secondary screensTom
2023-04-13WindowServer: Use enum class for Effects and ShowGeometryTom
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-02LookupServer: Put upstream DNS responses in cacheAli Mohammad Pur
2023-03-27WebServer: Propagate more errorsSam Atkins
2023-03-27WebServer: Use relative URLs for the directory listingSam Atkins
2023-03-27WebServer: Handle incomplete HTTP requestsSam Atkins
2023-03-26WindowServer: Allow updating the name of a menuMacDue
2023-03-26WindowServer: Rename menu_title to name in IPC APIMacDue
2023-03-26LibHTTP+WebDriver+WebServer: Return error from HTTP request parserAliaksandr Kalenik
2023-03-24Taskbar: Use Process::spawn_or_show_error() for shutdown actionsMacDue
2023-03-24Taskbar: Use Process::spawn_or_show_error() to open the "Run" dialogMacDue
2023-03-24Taskbar: Use GUI::Process::spawn_or_show_error() to launch appsMacDue
2023-03-24KeyboardPreferenceLoader: Use Core::Process::spawn() to set keymapMacDue
2023-03-24WebDriver: Use Core::Process::spawn() to launch browsersMacDue
2023-03-23WebDriver: Unlink server socket before binding to itAliaksandr Kalenik
2023-03-22FileSystemAccessServer: Implement FileTypeFilter to open_file()huttongrabiel
2023-03-22LibWeb+WebContent: Change the "noopener" storage type to a named enumTimothy Flynn
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21WebDriver: Activate the browser tab during the Switch To Window commandTimothy Flynn
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebDriver: Do not activate tabs created by the New Window endpointTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-19WebDriver: Fix handling of disconnected WebContent processAliaksandr Kalenik
2023-03-19WebDriver: Close all WebContent connections while destroying a sessionAliaksandr Kalenik
2023-03-19WebDriver: Inline `Sesssion::stop()` in session destructorAliaksandr Kalenik
2023-03-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-17LibWeb: Move initialization of the MainThreadVM to WebContent's main()Timothy Flynn
2023-03-16WebContent: Allow pop-ups when WebDriver is connectedAliaksandr Kalenik
2023-03-16WebContent+WebDriver: Get window handle from WebContent processAliaksandr Kalenik
2023-03-16LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new windowAliaksandr Kalenik
2023-03-16LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tabAliaksandr Kalenik
2023-03-16WebContent: Add IPC call to set window handle from WebContent clientAliaksandr Kalenik
2023-03-16WebContent: Add IPC call to get window handle from WebContent clientAliaksandr Kalenik
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-03-14WebContent: Coalesce multiple sequential MouseMove eventsAndreas Kling
2023-03-14WebContent: Give paint requests a chance to happen between input eventsAndreas Kling
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen