summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-13Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 buildTimon Kruiper
2022-10-13LibVideo: Hide debug message behind MATROSKA_DEBUGAndrew Kaster
2022-10-13Fuzzers: Add VP9Decoder and MatroskaReader fuzzers for LibVideoAndrew 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-13Meta: Add links to GitHub sponsors under authorsXexxa
2022-10-12AK: Fix FreeBSD compilation for clockAl Hoang
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-12test262-runner: Use names for the different exit codesdavidot
2022-10-12test262-runner: Port to Core::Streamdavidot
2022-10-12test-test262: Port to Core::Stream and use TRY moredavidot
2022-10-12test-test262: Close the output file stream after writingdavidot
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-12Documentation: Add initial document about the Kernel graphics subsystemLiav A
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-12Kernel: Only use the TSC when it is invariantMarkus Pfeifenberger
2022-10-12Kernel: Make the ACPI DSDT table accessibleminus
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-12Documentation: Update CLion Configuration to use the x86-64 targetKenneth Myhra
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