summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-10-11LibWeb: Calculate height of absolute-position elements according to specAndreas Kling
2022-10-11LibWeb: Implement a large chunk of the Selection APIAndreas Kling
2022-10-11LibWeb: Make Range's boundary point comparison a public functionAndreas Kling
2022-10-11LibWeb: Add spec link for DOM::Document::m_selectionAndreas Kling
2022-10-11LibWeb: Scroll elements into view when they become focusedAndreas Kling
2022-10-11LibWeb: Update layout in Element.getClientRects()Andreas Kling
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
2022-10-11HackStudio: Set proper action scope for editor shortcutsTimothy Slater
2022-10-10LibWeb: Fix two uninitialized variables in FormattingContextAndreas Kling
2022-10-10LibWeb: Make Window.getSelection() forward to Document.getSelection()Andreas Kling
2022-10-10LibWeb: Split intrinsic heights cache based on available widthAndreas Kling
2022-10-10LibWeb: Resolve vertical margins against containing block widthAndreas Kling
2022-10-10LibWeb: Use *outside* available space for fit-content sizing in FFCAndreas Kling
2022-10-10LibWeb: Update FFC for spec change to intrinsic min-content cross sizeAndreas Kling
2022-10-10LibWeb: Put HTML parser encoding sniffing debug logging behind a flagAndreas Kling
2022-10-10LibWeb: Make DOMStringMap a LegacyPlatformObjectAndreas Kling