summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-04-20LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()Linus Groh
2023-04-20ChessEngine: Gracefully handle GUI disconnectionsTim Ledbetter
2023-04-20ChessEngine: Handle the UCI quit commandTim Ledbetter
2023-04-19WindowServer+LibGUI: Port WindowServer's Menu name to new StringKarol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-18LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlistTimothy Flynn
2023-04-18WindowServer: Show complete title when Window is not resizablethankyouverycool
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-14WindowServer: Fix alt shortcut navigation for non-default keymapsJulian Offenhäuser
2023-04-14LibTLS: Move AlertDescription to Extensions.hstelar7
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