summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-14VideoPlayer: Pledge the "VideoPlayer" configuration domainCaoimhe
2023-05-14ls: Migrate away from DeprecatedFileBen Wiederhake
2023-05-14LibCore: Remove standard I/O from DeprecatedFileBen Wiederhake
2023-05-14test-imap: Prefer Core::File over DeprecatedFileBen Wiederhake
2023-05-14LookupServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-14Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error())Ben Wiederhake
2023-05-14LibWeb: Start implementing sizing for tracks with span > 1 items in GFCAliaksandr Kalenik
2023-05-14LibWeb: Separate grid tracks from gaps in GFCAliaksandr Kalenik
2023-05-14LibWeb: Make the dblclick event bubble, cancelable and composedLuke Wilde
2023-05-14Ladybird: Send the double click event to WebContentLuke Wilde
2023-05-14LibELF: Only call IFUNC resolvers after populating the PLTDaniel Bertalan
2023-05-14LibELF: Split `do_relocation` into `do_{direct,plt}_relocation`Daniel Bertalan
2023-05-14LibC+LibELF: Handle the R_AARCH64_IRELATIVE relocation typeDaniel Bertalan
2023-05-14SystemMonitor: Prefer Core::File, poll ProcessStatisticsReader correctlyBen Wiederhake
2023-05-14LibWeb: Remove unused line in calculate_min_content_size() in GFCAliaksandr Kalenik
2023-05-14LibWeb: Remove excessive spec referencing in GridFormattingContextAliaksandr Kalenik
2023-05-14LibWeb: Remove dead code in resolve_intrinsic_track_sizes() in GFCAliaksandr Kalenik
2023-05-14LibWeb: Change implicit background-size height to autoRimvydas Naktinis
2023-05-14LibWeb: Protect against dereferencing a null pending image requestAndreas Kling
2023-05-14Meta: Enable DWARF 5 debug informationMacDue
2023-05-14LibDebug: Stub out LocListX and remove stub expression evaluatorMacDue
2023-05-14LibJS/Bytecode: Restore old environments when an exception is caughtAndreas Kling
2023-05-14LibJS/Bytecode: Fix bogus program termination after `try` with `catch`Andreas Kling
2023-05-13Userland+Base: Don't run NetworkSettings in elevated modeFabian Dellwing
2023-05-13NetworkSettings: Use helper script to write configFabian Dellwing
2023-05-13Escalator: Major rework and enable forwarding of stdin/stdoutFabian Dellwing
2023-05-13Userland: Allow our access check to pass flags to faccessat syscallFabian Dellwing
2023-05-13Userland+Meta: Add new helper program for network settingsFabian Dellwing
2023-05-13Ports: Add chocolate-doom 3.0.1Mike Swanson
2023-05-13Ports: Add libsamplerate 0.2.2Mike Swanson
2023-05-13LibWeb: Flesh out basic support of min-width/height for grid itemsAliaksandr Kalenik
2023-05-13AK: Fix typo in instructions for adopt_nonnull_REF_or_enomemBen Wiederhake
2023-05-13pledge: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13which: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13test-pthread: Check for correct return value from sem_trywait()Tim Ledbetter
2023-05-13Base: Add man page for topTim Ledbetter
2023-05-13top: Add -p option to filter by pidTim Ledbetter
2023-05-13tar: Convert from DeprecatedFile to Core::File and FileSystemBen Wiederhake
2023-05-13HackStudio: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13aplay: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13abench: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13LibJS/Bytecode: Variable declarators should always prefer lexical envAndreas Kling
2023-05-13LibWeb: Implement performance.{measure,clearMeasures}Luke Wilde
2023-05-13LibWeb: Capture realm in dictionary to C++ conversionLuke Wilde
2023-05-13LibWeb: Specify snake case names for navigation timing entries tooLuke Wilde
2023-05-13Ladybird: Add common handy actions to context menuMacDue
2023-05-13Base: Add a test page to load a video element with <source> childrenTimothy Flynn
2023-05-13LibWeb: Partially implement HTMLSourceElement's insertion/removal stepsTimothy Flynn
2023-05-13LibWeb: Implement the HTMLMediaElement child <source> selection stepsTimothy Flynn
2023-05-13LibWeb: Change Document::parse_url to accept a StringViewTimothy Flynn