summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-06LibWeb: Don't dump all stylesheets with CSS_PARSER_DEBUG enabledSam Atkins
2022-02-06Meta: Don't override SERENITY_QEMU_DISPLAY_DEVICE if it is already setAndrew Pietila
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-02-06Soundplayer: Use exp() instead of pow(E, n)Hendiadyoin1
2022-02-06Userland: Use AK::pow<I> where applicableHendiadyoin1
2022-02-06AK: Use integral power for FixedPoint formattingHendiadyoin1
2022-02-06AK: Introduce IntegralMath.h starting with pow<I>Hendiadyoin1
2022-02-06LibCore+Userland: Remove Core::TCPSocket :^)sin-ack
2022-02-06LibJS: Implement BigInt.asUintNTimothy Flynn
2022-02-06LibJS: Implement BigInt.asIntNTimothy Flynn
2022-02-06LibJS: Enable Temporal tests that now passTimothy Flynn
2022-02-06LibCrypto: Do not allow signed big integers to be negative zeroTimothy Flynn
2022-02-06LibJS: Mark Completion constructors with ALWAYS_INLINEAndreas Kling
2022-02-06LibWeb: Rename "frame" to "browsing_context" in various placesAndreas Kling
2022-02-06LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macroAndreas Kling
2022-02-06CrashReporter: Capture backtrace progress callback's arguments by valueSviatoslav Peleshko
2022-02-06less: Add hotkeys f and b to scroll screen up/downMiika Hämynen
2022-02-06LibHTTP: Propagate and gracefully handle errors in Jobsin-ack
2022-02-06LibWebSocket: Switch to using Core::StreamAli Mohammad Pur
2022-02-06Base: Replace the WebSocket demo target URL with a working oneAli Mohammad Pur
2022-02-06Base: Format the WebSocket demo page with prettierAli Mohammad Pur
2022-02-06WebSocket: Pledge rpath and unveil /etc/timezoneAli Mohammad Pur
2022-02-06LibTLS: Remove some unused/unimplemented declarationsAli Mohammad Pur
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-02-06LibCore: Stop buffering when a zero-size slice is read regardless of EOFAli Mohammad Pur
2022-02-06LibCore: Rewrite BufferedStream::read_until_any_of() with memmemAli Mohammad Pur
2022-02-06LibCore: Make sure BufferedSocket takes the buffer into accountAli Mohammad Pur
2022-02-06LibCore: Add Core::Stream::Socket::set_notifications_enabled()Ali Mohammad Pur
2022-02-06LibCore: Take StringViews by value in Stream::* function argumentsAli Mohammad Pur
2022-02-06LibCore: Add a pure virtual parent to Core::Stream::BufferedSocket<T>Ali Mohammad Pur
2022-02-06AK: Replace 'consteval' with 'constexpr' in some Variant helpersAli Mohammad Pur
2022-02-06LibCore: Remove Core::LocalSocket :^)sin-ack
2022-02-06LibCore: Use Core::Stream::LocalSocket in InspectorServerConnectionsin-ack
2022-02-06LibCore: Use SystemServerTakeover functionality in LocalServersin-ack
2022-02-06LibCore: Implement LocalSocket::release_fdsin-ack
2022-02-06LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCoresin-ack
2022-02-06PixelPaint: Don't overwrite images with project file on saveMatthias-Sleurink
2022-02-06Ports: Update nano to version 6.0BodgeMaster
2022-02-06Ports: Update wget to version 1.21.2BodgeMaster
2022-02-06LibGfx: Avoid inclusion of xmmintrin.h on non-X86 architecturesMorten Larsen
2022-02-06Lagom: Exclude libraries with X86 code when building for macOS on ArmMorten Larsen
2022-02-06LibWeb: Remove unnecessary check for 0-sized fragments in InlineNodeAndreas Kling
2022-02-06LibWeb: Only compute containing block rect once in InlineNode::paint()Andreas Kling
2022-02-06Kernel: Propagate sys$profiling_enable() buffer allocation failureAndreas Kling
2022-02-06LibWeb: Make window.inner{Width,Height} return *viewport* sizeAndreas Kling
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2022-02-05LibWeb: Keep tree order of sibling stacking contexts with same z-indexAndreas Kling
2022-02-05Browser: Add Debug menu action for dumping the stacking context treeAndreas Kling
2022-02-05LibWeb: Add a partial implementation of Element.setAttributeNS()Andreas Kling
2022-02-05LibJS: Explicitly initialize primitive IndexedPropertyIterator membersAndreas Kling