summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-15LibJS: Add spec comments to ObjectConstructorLinus Groh
2023-04-15LibJS: Add spec comments to ObjectLinus Groh
2023-04-15LibJS: Add spec comments to NumberConstructorLinus Groh
2023-04-15LibJS: Add spec comments to MathObjectLinus Groh
2023-04-15LibJS: Add spec comments to MapPrototypeLinus Groh
2023-04-15LibJS: Add spec comments to GlobalObjectLinus Groh
2023-04-15LibWeb: Add missing properties from latest spec in SessionHistoryEntryAliaksandr Kalenik
2023-04-15LibWeb: Add HTML::DocumentStateAndreas Kling
2023-04-15LibWeb: Make SessionHistoryEntry GC-allocatedAndreas Kling
2023-04-15Kernel/HID: Don't use *LockRefPtrs in the I8042Controller codeLiav A
2023-04-15Kernel: Re-organize header includes in the HID subsystem codeLiav A
2023-04-15Kernel: Disable interrupt signaling for the SD driverMarco Cutecchia
2023-04-15Assistant: Replace usages of adopt_ref() with make_ref_counted()Tim Ledbetter
2023-04-15Assistant: Do not log cancellation errors from FileProvider queriesTim Ledbetter
2023-04-15Assistant: Cache AppFile objects on AppProvider creationTim Ledbetter
2023-04-15Assistant: Avoid creating unnecessary FileResult objectsTim Ledbetter
2023-04-15LibTLS: Change CertificateKeyAlgorithm from enum to structstelar7
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-04-15AK+Everywhere: Replace URL::paths() with path_segment_at_index()MacDue
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-15AK+Everywhere: Add ApplyPercentDecoding option to URL gettersMacDue
2023-04-15AK: Remove unnecessary parameter names in URL.hMacDue
2023-04-14Tests: Add a test for LZMA repetition lengths beyond the distanceTim Schumacher
2023-04-14Ports/openrtc2: Update OpenRTC2 to version 0.4.4EWouters
2023-04-14Base: Complete Mathematical Operators in Katica Regular 10Cubic Love
2023-04-14Kernel/Net: Iron out the locking mechanism across the subsystemLiav A
2023-04-14Kernel/Net: Make the LoopbackAdapter initializer to use ErrorOr patternLiav A
2023-04-14Kernel/Net: Convert initializers to return NonnullRefPtr<NetworkAdapter>Liav A
2023-04-14Kernel: Get rid of *LockRefPtr in the SysFS filesystem codeLiav A
2023-04-14Kernel/Audio: Propagate errors when creating AudioChannelsLiav A
2023-04-14Kernel/Audio: Simplify initialization sequence for driversLiav A
2023-04-14Kernel/Storage: Modernize ATA IDE controller initialization codeLiav A
2023-04-14Kernel/Storage: Remove unused IDEController::initialize() methodLiav A
2023-04-14Kernel: Stop using LockRefPtrs in the Jail codeLiav A
2023-04-14Kernel: Make Jail class to be AtomicRefCounted instead of RefCountedLiav A
2023-04-14AK: Remove workaround for old macOS SDKNico Weber
2023-04-14AK: Remove unused AK_ARCH_ definesNico Weber
2023-04-14Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64Nico Weber
2023-04-14Documentation: Add build dependencies for SerenityOS :^)Tim Schumacher
2023-04-14LibWeb: Do not dereference empty Optional in ReadableStream::visit_edgesTimothy Flynn
2023-04-14Kernel: Also search the main program for stack size requestsTim Schumacher
2023-04-14Kernel: Pick the maximum out of the requested stack sizesTim Schumacher
2023-04-14Lagom: Add an option for standalone fuzzers to BuildFuzzers.shTim Schumacher
2023-04-14LibMarkdown: Avoid catastrophic backtracking in thematic break regexTim Ledbetter
2023-04-14LibWeb/Streams: Rename one instance of 'e' to 'exception'Linus Groh
2023-04-14LibWeb/Streams: Add FIXMEs to incorrect invoke_callback() invocationsLinus Groh
2023-04-14LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptionsLinus Groh
2023-04-14LibWeb/Streams: Make most algorithms return a NonnullGCPtrLinus Groh
2023-04-14AK: Make math work on arm hosts againNico Weber
2023-04-14PixelPaint: Correct gradient tool's position during previewEthan Yeager