summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-29Kernel/PCI: Propagate usage of DeviceIdentifier everywhereLiav A
2021-09-29Kernel: Rename two PCI componentsLiav A
2021-09-29Kernel/PCI: Cache more details about PCI devices when enumerating themLiav A
2021-09-29LibWeb: Add the missing EventInit property to Event constructorIdan Horowitz
2021-09-29LibWeb: Add support for converting IDL dictionaries to native structsIdan Horowitz
2021-09-29LibJS: Drop the Temporal prefix from TemporalMissingRequiredPropertyIdan Horowitz
2021-09-29LibWeb: Add support for parsing IDL dictionariesIdan Horowitz
2021-09-29LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtrIdan Horowitz
2021-09-29RequestServer: Correctly start preconnected TLS socketsAli Mohammad Pur
2021-09-29LibWeb: Support window.screen{X,Y,Left,Top}Andreas Kling
2021-09-28LibWeb: Expose CSSStyleDeclaration on the window objectAndreas Kling
2021-09-28WebContent: Coalesce paint invalidations to avoid spamming clientAndreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap copy in FunctionEnvironmentAndreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap growth in Interpreter::enter_scope()Andreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap copy in ECMAScriptFunctionObjectAndreas Kling
2021-09-28LibTLS: Mark the connection as finished and disconnected on TLS errorAli Mohammad Pur
2021-09-28LibWeb: Implement the dns-prefetch and preconnect link relationshipsAli Mohammad Pur
2021-09-28LibWeb: Use Document::parse_url() for preload linksAli Mohammad Pur
2021-09-28RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpointAli Mohammad Pur
2021-09-28LibDebug: Add missing `break` in AddressRanges::for_each_range()Andreas Kling
2021-09-28LibPthread: Add first test cases for RWlockRodrigo Tobar
2021-09-28AK: Accept StringView in LexicalPath::joinRodrigo Tobar
2021-09-28LibWeb: Fire "keyup" events as well :^)Andreas Kling
2021-09-28LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)Andreas Kling
2021-09-28LibDebug: Use DW_AT_ranges to get address ranges of DIEsItamar
2021-09-28LibDebug: Support parsing non-contiguous DWARF address rangesItamar
2021-09-28LibDebug: Add Dwarf::CompilationUnit::base_address()Itamar
2021-09-28LibWeb: Make URLSearchParams iterableIdan Horowitz
2021-09-28LibJS: Change create_iterator_result_object's return type to Object*Idan Horowitz
2021-09-28LibWeb: Add partial support for IDL Iterable declarationsIdan Horowitz
2021-09-28LibWeb: Add support for wrapping arbitrary values to WrapperGeneratorIdan Horowitz
2021-09-28LibWeb: Only consume [a-zA-Z0-9_] characters for IDL typesIdan Horowitz
2021-09-28LibPthread: Correct nonsensical loop exit condition in RWLock unlockAli Mohammad Pur
2021-09-28LibPthread: Calculate the correct lock value in RWLock {rd,un}lockAli Mohammad Pur
2021-09-28Meta: Explicitly disable caching in the Sonar Cloud workflowBrian Gianforcaro
2021-09-28Assistant: Zero initialize fuzzy match arrayBrian Gianforcaro
2021-09-28LibCpp: Remove redundant comparison to Token::Type::PipePipeBrian Gianforcaro
2021-09-28LibDSP: Remove unused Effects::Delay::m_old_delay_size memberBrian Gianforcaro
2021-09-28man: Add "-z seperate-code" to man7/Mitigations.mdBrian Gianforcaro
2021-09-28Documentation: Add `AK::SourceLocation` pattern to Patterns.mdBrian Gianforcaro
2021-09-28Documentation: Add operator"" sv pattern to Patterns.mdBrian Gianforcaro
2021-09-28SystemMonitor: Unveil /usr/local/libRodrigo Tobar
2021-09-28LibSymbolication: Look for libraries under /usr/local/libRodrigo Tobar
2021-09-28LibSymbolication: Return empty value on errorRodrigo Tobar
2021-09-28AK: Add missing AK/Types.h include to VirtIO/Protocol.hHendiadyoin1
2021-09-28AK: Eliminate avoidable strlen call in String::matchesIdan Horowitz
2021-09-27LibWeb: Add initial support for CustomEventLuke Wilde
2021-09-27LibWeb: Add some missing events in EventWrapperFactoryLuke Wilde
2021-09-27LibWeb: Add support for the any type in returning and parametersLuke Wilde
2021-09-27LibWeb: Add [CustomVisit] IDL interface extended attributeLuke Wilde