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
2023-03-15
LibWeb: Make sure `float: left` boxes get pushed down if they can't fit
Andreas Kling
2023-03-15
PartitionEditor: Add missing unveils
MacDue
2023-03-15
Meta: Download pci.ids and usb.ids to Build/caches
Timothy Flynn
2023-03-15
Kernel/Ramdisk: Propagate error during Ramdisk initialize
Pankaj Raghav
2023-03-15
Kernel/Storage: Use NonnullRefPtr for storage controllers
Pankaj Raghav
2023-03-15
Ports: Add taskwarrior port
Seal Sealy
2023-03-15
LibGUI: Do not attempt to close non-existent notifications
implicitfield
2023-03-15
Lagom: Remove debug line in LibJSGCVerifier
Matthew Olsson
2023-03-15
Spreadsheet: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-15
LibJS: Allow constructing a Handle<T> from a {Nonnull,}GCPtr<T>
Matthew Olsson
2023-03-15
LibJS: Allow constructing a GCPtr from another GCPtr of convertible type
Matthew Olsson
2023-03-15
LibJS: Allow GCPtr and NonnullGCPtr to be hashed
Matthew Olsson
2023-03-14
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
gustrb
2023-03-14
Ports: Add bzip3 port
Seal Sealy
2023-03-14
LibWeb: Implement the [PutForwards] IDL extended attribute
Timothy Flynn
2023-03-14
LibWeb: Invalidate styles on font load
Mathis Wiehl
2023-03-14
LibWeb/Tests: Remove image from a test
Andreas Kling
2023-03-14
LibWeb: Actually instantiate ::before/::after pseudo elements when found
Andreas Kling
2023-03-14
LibWeb: Prevent variadic arguments from reserving heaps of memory
Timothy Flynn
2023-03-14
LibWeb: Don't compute full style for ::before/::after unless matched
Andreas Kling
2023-03-14
WebContent: Coalesce multiple sequential MouseMove events
Andreas Kling
2023-03-14
AK: Add Queue::tail()
Andreas Kling
2023-03-14
WebContent: Give paint requests a chance to happen between input events
Andreas Kling
2023-03-14
LibWeb: Avoid inside layout of flex items during intrinsic sizing
Andreas Kling
2023-03-14
Ladybird: Rely on transparent text color for location highlighting
networkException
2023-03-14
LibWeb: Consider margins of atomic inlines in layout
Mathis Wiehl
2023-03-14
LibWeb: Port {set,clear}{Timeout,Interval} to IDL
Timothy Flynn
2023-03-14
LibWeb: Begin adding support for Function IDL types in unions
Timothy Flynn
2023-03-14
LibWeb: Support variadic "any..." parameters in IDL
Timothy Flynn
2023-03-14
LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String
Timothy Flynn
2023-03-14
LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin
Timothy Flynn
2023-03-14
LibWeb: Change HTML::Timer to store its owning window as a JS::Object
Timothy Flynn
2023-03-14
Documentation: Start documenting LibWeb code style & patterns
Linus Groh
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
Ladybird: Add a utility to create a QString from an AK::String
Timothy Flynn
2023-03-13
WebDriver: Fix typo in browser capabilities key parsing
Timothy Flynn
2023-03-13
Toolchain: Use '|' as sed delimiter in Build{Clang,It}.sh, not '@'
Linus Groh
2023-03-13
LibJS: Don't skip CPU registers when gathering conservative roots
Andreas Kling
2023-03-13
LibAudio: Update stream APIs used when reading audio metadata
Timothy Flynn
2023-03-13
SoundPlayer: Display title and artist in the window title if available
kleines Filmröllchen
2023-03-13
file: Read more metadata from audio files
kleines Filmröllchen
2023-03-13
LibAudio: Detect and read FLAC metadata
kleines Filmröllchen
2023-03-13
LibAudio: Add a generic audio metadata container
kleines Filmröllchen
2023-03-13
LibAudio: Add a formatter for LoaderError
kleines Filmröllchen
2023-03-13
Meta+Documentation: Allow cross-debugging x86_64 Serenity on M1 Macs
Daniel Bertalan
2023-03-13
Documentation: Add a note about running on Apple Silicon
Daniel Bertalan
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
LibSQL: Always read and write entire heap blocks
Tim Schumacher
2023-03-13
LibCore: Use length-checking stream reads and writes for SOCKS5
Tim Schumacher
[next]