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
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
2021-09-29
LibWeb: Add the missing EventInit property to Event constructor
Idan Horowitz
2021-09-29
LibWeb: Add support for converting IDL dictionaries to native structs
Idan Horowitz
2021-09-29
LibJS: Drop the Temporal prefix from TemporalMissingRequiredProperty
Idan Horowitz
2021-09-29
LibWeb: Add support for parsing IDL dictionaries
Idan Horowitz
2021-09-29
LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtr
Idan Horowitz
2021-09-29
RequestServer: Correctly start preconnected TLS sockets
Ali Mohammad Pur
2021-09-29
LibWeb: Support window.screen{X,Y,Left,Top}
Andreas Kling
2021-09-28
LibWeb: Expose CSSStyleDeclaration on the window object
Andreas Kling
2021-09-28
WebContent: Coalesce paint invalidations to avoid spamming client
Andreas Kling
2021-09-28
LibJS: Avoid unnecessary HashMap copy in FunctionEnvironment
Andreas Kling
2021-09-28
LibJS: Avoid unnecessary HashMap growth in Interpreter::enter_scope()
Andreas Kling
2021-09-28
LibJS: Avoid unnecessary HashMap copy in ECMAScriptFunctionObject
Andreas Kling
2021-09-28
LibTLS: Mark the connection as finished and disconnected on TLS error
Ali Mohammad Pur
2021-09-28
LibWeb: Implement the dns-prefetch and preconnect link relationships
Ali Mohammad Pur
2021-09-28
LibWeb: Use Document::parse_url() for preload links
Ali Mohammad Pur
2021-09-28
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
Ali Mohammad Pur
2021-09-28
LibDebug: Add missing `break` in AddressRanges::for_each_range()
Andreas Kling
2021-09-28
LibPthread: Add first test cases for RWlock
Rodrigo Tobar
2021-09-28
AK: Accept StringView in LexicalPath::join
Rodrigo Tobar
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-28
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
Andreas Kling
2021-09-28
LibDebug: Use DW_AT_ranges to get address ranges of DIEs
Itamar
2021-09-28
LibDebug: Support parsing non-contiguous DWARF address ranges
Itamar
2021-09-28
LibDebug: Add Dwarf::CompilationUnit::base_address()
Itamar
2021-09-28
LibWeb: Make URLSearchParams iterable
Idan Horowitz
2021-09-28
LibJS: Change create_iterator_result_object's return type to Object*
Idan Horowitz
2021-09-28
LibWeb: Add partial support for IDL Iterable declarations
Idan Horowitz
2021-09-28
LibWeb: Add support for wrapping arbitrary values to WrapperGenerator
Idan Horowitz
2021-09-28
LibWeb: Only consume [a-zA-Z0-9_] characters for IDL types
Idan Horowitz
2021-09-28
LibPthread: Correct nonsensical loop exit condition in RWLock unlock
Ali Mohammad Pur
2021-09-28
LibPthread: Calculate the correct lock value in RWLock {rd,un}lock
Ali Mohammad Pur
2021-09-28
Meta: Explicitly disable caching in the Sonar Cloud workflow
Brian Gianforcaro
2021-09-28
Assistant: Zero initialize fuzzy match array
Brian Gianforcaro
2021-09-28
LibCpp: Remove redundant comparison to Token::Type::PipePipe
Brian Gianforcaro
2021-09-28
LibDSP: Remove unused Effects::Delay::m_old_delay_size member
Brian Gianforcaro
2021-09-28
man: Add "-z seperate-code" to man7/Mitigations.md
Brian Gianforcaro
2021-09-28
Documentation: Add `AK::SourceLocation` pattern to Patterns.md
Brian Gianforcaro
2021-09-28
Documentation: Add operator"" sv pattern to Patterns.md
Brian Gianforcaro
2021-09-28
SystemMonitor: Unveil /usr/local/lib
Rodrigo Tobar
2021-09-28
LibSymbolication: Look for libraries under /usr/local/lib
Rodrigo Tobar
2021-09-28
LibSymbolication: Return empty value on error
Rodrigo Tobar
2021-09-28
AK: Add missing AK/Types.h include to VirtIO/Protocol.h
Hendiadyoin1
2021-09-28
AK: Eliminate avoidable strlen call in String::matches
Idan Horowitz
2021-09-27
LibWeb: Add initial support for CustomEvent
Luke Wilde
2021-09-27
LibWeb: Add some missing events in EventWrapperFactory
Luke Wilde
2021-09-27
LibWeb: Add support for the any type in returning and parameters
Luke Wilde
2021-09-27
LibWeb: Add [CustomVisit] IDL interface extended attribute
Luke Wilde
2021-09-27
LibWeb: Make SVG <path> tolerate relative first path coordinates
Andreas Kling
[next]