summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-14WindowServer: Avoid `window` nullptr exceptionleeight
2022-10-14Base: Launch Clipboard at session start-upLucas CHOLLET
2022-10-14LibJS: Make sure to exactly add nanoseconds in add_durationdavidot
2022-10-14LibJS: Disallow one day long time zone offsetsdavidot
2022-10-14LibWeb: Make `LoadRequest` headers case insensitiveleeight
2022-10-14Settings: Support for launching settings apps as rootne0ndrag0n
2022-10-14LibDesktop: Add support for RequiresRoot option to AppFilene0ndrag0n
2022-10-14Escalator: Add new method to privilege escalate within GUIne0ndrag0n
2022-10-13LibJS: Add spec comments to String.prototype.atSimon Rask
2022-10-13LibJS: Add spec comments to String.prototype.substringSimon Rask
2022-10-13LibWeb: Make navigator.languages an attribute instead of a functionLuke Wilde
2022-10-13CatDog: Make it always on topdemostanis
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-13LibVideo: Hide debug message behind MATROSKA_DEBUGAndrew Kaster
2022-10-13LibVideo: Check parsed superframe sizes when decoding VP9 framesAndrew Kaster
2022-10-13LibVideo: Always check byte length before reading first byte in StreamerAndrew Kaster
2022-10-13LibWeb: Fix position: fixed canvases/images disappearing when scrollingMacDue
2022-10-13Utilities: Add pkillMaxwell Trussell
2022-10-13LibWeb: Implement navigator.webdriverLinus Groh
2022-10-13LibWeb: Update Navigator.idl to use 4 spaces for indentationLinus Groh
2022-10-13Browser: Set 'webdriver-active flag' when creating a new TabLinus Groh
2022-10-13LibWeb+WebContent: Add plumbing for 'webdriver-active flag'Linus Groh
2022-10-12WebDriver: Implement `GET /session/{id}/url` endpointSam Atkins
2022-10-12WebDriver: Implement `GET /status` endpointSam Atkins
2022-10-12WebDriver: Add new WebDriver serviceSam Atkins
2022-10-12Browser: Add a basic WebDriver APISam Atkins
2022-10-12LibC+LibCore: Fix file argument name in posix_spawnpFlorent Castelli
2022-10-12checksum: Support the '--check' optionimplicitfield
2022-10-12LibCore: Add standard_{output, input, error} functions to File::Streamdavidot
2022-10-12LibCore: Add option to Stream::File to not close the file on destructiondavidot
2022-10-12HexEditor: Fix two off-by-one errorsMart G
2022-10-12LibGUI: Delete from current position to end of line in VimEditingEnginehuttongrabiel
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-12PixelPaint: Call update after clearing guidesMart G
2022-10-12TextEditor: Set window title before showing the main windowGunnar Beutner
2022-10-12LibWeb: Remove code duplication in computing height for abs-pos elementsTimon Kruiper
2022-10-12LibWeb: Add missing else's in absolutely positioned height computationSamuel Bowman
2022-10-12LibC: Declare _setjmp and _longjmp on non i386 platformsJan200101
2022-10-12LibVideo: Allow the VP9 decoder to decode ultra high resolution videoZaggy1024
2022-10-12shot: Add ability to edit in PixelPaintJeremy Borgman
2022-10-11test: Guard code paths that may lead to a null pointer dereferenceimplicitfield
2022-10-11LibCompress: Brotli support metadata of skip_length=0Tommy Murphy
2022-10-11LibWeb: Constrain abspos element heights by min-height and max-heightAndreas Kling
2022-10-11LibWeb: Fix dumb typos in solver helpers for abspos heightAndreas Kling
2022-10-11LibHTTP: Include request body in HttpRequest::from_raw_request()Sam Atkins
2022-10-11pro: Stop closing stdout earlySam Atkins
2022-10-11LibProtocol: Remove redundant return statementSam Atkins
2022-10-11pro: Add argument `--method/-m` for controlling the HTTP methodSam Atkins
2022-10-11pro: Print the response code if it's an errorSam Atkins
2022-10-11LibHTTP: Make HTTP method names more accessibleSam Atkins