summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-01LibWeb: Register PendingResponse with a Request to keep it aliveLinus Groh
2022-11-01LibSQL: Replace DownPointer copy constructor with move constructorTimothy Flynn
2022-11-01LibSQL: Fix typo in debugging statementTimothy Flynn
2022-11-01LibSQL: Compute byte buffer offsets using size_tTimothy Flynn
2022-11-01LibSQL: Port the backend SQL file to use Core::StreamTimothy Flynn
2022-11-01Utilities: Clean up CMakeLists.txtTim Schumacher
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01LibC: Properly implement stack protectorsTim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-11-01LibC: Link against the full LibSystem targetTim Schumacher
2022-11-01LibCrypt: Define it as a normal libraryTim Schumacher
2022-11-01LibJS: Map DurationFormat's list style to "short" when it is "digital"Timothy Flynn
2022-11-01LibJS: Alphabetically sort the collations returned by CollationsOfLocaleTimothy Flynn
2022-11-01Browser: Update Storage Inspector's cookie model when deleting cookiesTimothy Flynn
2022-11-01HexEditor: Implement undo and redo actionskamp
2022-11-01HexEditor: Only mark window as modified when document is actually dirtykamp
2022-11-01WebDriver: Implement `GET /session/{id}/element/{id}/text` endpointmartinfalisse
2022-11-01WebContent+Friends: Add get_element_text IPC and plumbingmartinfalisse
2022-11-01LibJS: Disable bytecode optimizations againAndreas Kling
2022-11-01LibJS: Set default bytecode optimization level to OptimizeHendiadyoin1
2022-11-01LibJS: Add a sanity check to bytecodes argument_list_evaluationHendiadyoin1
2022-11-01LibJS: Add a note about inaccuracies to UnifySameBlocksHendiadyoin1
2022-11-01LibJS: Fix MergeBlocks emitting some blocks twiceHendiadyoin1
2022-11-01LibJS: Minor cleanups in MergeBlocksHendiadyoin1
2022-11-01LibJS: Don't memcpy NewBigInt instructionHendiadyoin1
2022-11-01LibJS: Expose some information about the bytecode interpreters stateHendiadyoin1
2022-11-01LibWeb+Base: Use line names for positioning grid itemsmartinfalisse
2022-11-01LibWeb: Parse line names in grid track position propertiesmartinfalisse
2022-11-01LibWeb: Parse line names in grid track size declarationsmartinfalisse
2022-11-01LibWeb: Use w3.org for specs and include new onesmartinfalisse
2022-11-01LibWeb: Refactor GridTrackPlacementmartinfalisse
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-11-01LibWeb: Rename GridTrackSizedConstraintsmartinfalisse
2022-11-01LibWeb: Fix bug in placing grid itemsmartinfalisse
2022-10-31Utilities+LibArchive: Don't follow symlinksPeter Elliott
2022-10-31LibCore: Add Core::System::readlinkPeter Elliott
2022-10-31LibArchive: Support writing paths up to 255 charactersPeter Elliott
2022-10-31LibArchive: Refactor null-termination logic in TarFileHeaderPeter Elliott
2022-10-31ntpquery: Unveil paths after parsing argumentsTimothy Flynn
2022-10-31LibELF: Drop the "resolve and map" all-in-oneTim Schumacher
2022-10-31LibELF: Track libraries using their full pathTim Schumacher
2022-10-31LibELF: Handle absolute and relative paths for all resolve requestsTim Schumacher
2022-10-31LibELF: Sift down "library name only"-strings as far as possibleTim Schumacher
2022-10-31LibELF: Use a bit of `TRY` in `DynamicLinker`Tim Schumacher
2022-10-31LibELF: Prepend `resolve_and` to one of the `map_library` overloadsTim Schumacher
2022-10-31LibELF: Drop the separate file name member from DynamicLoaderTim Schumacher
2022-10-31LibELF: Ensure that DynamicLoader only receives absolute pathsTim Schumacher
2022-10-31LibWeb: Use proper origins in Request::has_redirect_tainted_origin()Linus Groh
2022-10-31HexEditor: Specify page skip size in multiples of the line heightpremek
2022-10-31nologin: Use proper format strings with out() and outln()Timothy Flynn