index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-02-06
LibJS: Implement BigInt.asUintN
Timothy Flynn
2022-02-06
LibJS: Implement BigInt.asIntN
Timothy Flynn
2022-02-06
LibJS: Enable Temporal tests that now pass
Timothy Flynn
2022-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
2022-02-06
LibJS: Mark Completion constructors with ALWAYS_INLINE
Andreas Kling
2022-02-06
LibWeb: Rename "frame" to "browsing_context" in various places
Andreas Kling
2022-02-06
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Andreas Kling
2022-02-06
CrashReporter: Capture backtrace progress callback's arguments by value
Sviatoslav Peleshko
2022-02-06
less: Add hotkeys f and b to scroll screen up/down
Miika Hämynen
2022-02-06
LibHTTP: Propagate and gracefully handle errors in Job
sin-ack
2022-02-06
LibWebSocket: Switch to using Core::Stream
Ali Mohammad Pur
2022-02-06
Base: Replace the WebSocket demo target URL with a working one
Ali Mohammad Pur
2022-02-06
Base: Format the WebSocket demo page with prettier
Ali Mohammad Pur
2022-02-06
WebSocket: Pledge rpath and unveil /etc/timezone
Ali Mohammad Pur
2022-02-06
LibTLS: Remove some unused/unimplemented declarations
Ali Mohammad Pur
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-02-06
LibCore: Stop buffering when a zero-size slice is read regardless of EOF
Ali Mohammad Pur
2022-02-06
LibCore: Rewrite BufferedStream::read_until_any_of() with memmem
Ali Mohammad Pur
2022-02-06
LibCore: Make sure BufferedSocket takes the buffer into account
Ali Mohammad Pur
2022-02-06
LibCore: Add Core::Stream::Socket::set_notifications_enabled()
Ali Mohammad Pur
2022-02-06
LibCore: Take StringViews by value in Stream::* function arguments
Ali Mohammad Pur
2022-02-06
LibCore: Add a pure virtual parent to Core::Stream::BufferedSocket<T>
Ali Mohammad Pur
2022-02-06
AK: Replace 'consteval' with 'constexpr' in some Variant helpers
Ali Mohammad Pur
2022-02-06
LibCore: Remove Core::LocalSocket :^)
sin-ack
2022-02-06
LibCore: Use Core::Stream::LocalSocket in InspectorServerConnection
sin-ack
2022-02-06
LibCore: Use SystemServerTakeover functionality in LocalServer
sin-ack
2022-02-06
LibCore: Implement LocalSocket::release_fd
sin-ack
2022-02-06
LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore
sin-ack
2022-02-06
PixelPaint: Don't overwrite images with project file on save
Matthias-Sleurink
2022-02-06
Ports: Update nano to version 6.0
BodgeMaster
2022-02-06
Ports: Update wget to version 1.21.2
BodgeMaster
2022-02-06
LibGfx: Avoid inclusion of xmmintrin.h on non-X86 architectures
Morten Larsen
2022-02-06
Lagom: Exclude libraries with X86 code when building for macOS on Arm
Morten Larsen
2022-02-06
LibWeb: Remove unnecessary check for 0-sized fragments in InlineNode
Andreas Kling
2022-02-06
LibWeb: Only compute containing block rect once in InlineNode::paint()
Andreas Kling
2022-02-06
Kernel: Propagate sys$profiling_enable() buffer allocation failure
Andreas Kling
2022-02-06
LibWeb: Make window.inner{Width,Height} return *viewport* size
Andreas Kling
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-02-05
LibWeb: Keep tree order of sibling stacking contexts with same z-index
Andreas Kling
2022-02-05
Browser: Add Debug menu action for dumping the stacking context tree
Andreas Kling
2022-02-05
LibWeb: Add a partial implementation of Element.setAttributeNS()
Andreas Kling
2022-02-05
LibJS: Explicitly initialize primitive IndexedPropertyIterator members
Andreas Kling
2022-02-05
LibJS: Cache valid indices in IndexedPropertyIterator
Andreas Kling
2022-02-05
LibWeb: Put ClassicScript debug spam behind HTML_SCRIPT_DEBUG
Andreas Kling
2022-02-05
LibWeb: Put CSS parser debug spam behind CSS_PARSER_DEBUG
Andreas Kling
2022-02-05
Browser: Don't log every content filter string when loaded
Andreas Kling
2022-02-05
Kernel: Put kmalloc heap expansion debug spam behind KMALLOC_DEBUG
Andreas Kling
2022-02-05
LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update
Andreas Kling
2022-02-05
LibWeb: Implement CanvasGradient.addColorStop() according to spec
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
[next]