summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-12SpiceAgent: Remove unused BMPWriter.h includeNico Weber
2023-03-11LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()Linus Groh
2023-03-10Everywhere: Support overriding the system color schemeimplicitfield
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09WebServer: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09TelnetServer: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-08WebContent: Wait for navigation to complete in WebDriverAliaksandr Kalenik
2023-03-07WebContent+WebDriver: Ensure Get Window Handle checks for closed BCsTimothy Flynn