summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-05-29Browser: Add title to go back/forward context menuMarcus Nilsson
2021-05-29LibGUI: Make HeaderView act only on the visible sectionsAli Mohammad Pur
2021-05-29LibTLS: Allow using other hash algorithms for HMACDexesTTP
2021-05-29LibTLS: Use a more precise KeyExchangeAlgorithm enumDexesTTP
2021-05-29LibTLS: Add IANA Hex codes for all recommended cipher suitesDexesTTP
2021-05-29Meta: Update FUNDING.yml againAndreas Kling
2021-05-29Meta: Update FUNDING.ymlAndreas Kling
2021-05-29AK+Kernel: Hide AK::adopt_own from usage in the KernelBrian Gianforcaro
2021-05-29Kernel: Make Region creation API OOM safeBrian Gianforcaro
2021-05-29Kernel: Make PerformanceEventBuffer creation API OOM safeBrian Gianforcaro
2021-05-29Kernel: Make Space::create API OOM safeBrian Gianforcaro
2021-05-29Kernel: Make CoreDump::create API OOM safeBrian Gianforcaro
2021-05-29Kernel: Remove usage of adopt_own in MultiProcessorParserBrian Gianforcaro
2021-05-29Kernel: Remove usage of adopt_own in KStringBrian Gianforcaro
2021-05-29Kernel: Make KBuffer APIs OOM safeBrian Gianforcaro
2021-05-29Kernel: Make ContiguousVMObject factory API OOM safeBrian Gianforcaro
2021-05-29Kernel: Make AnonymousVMObject::clone() API OOM safeBrian Gianforcaro
2021-05-29Kernel: Make PrivateInodeVMObject factory APIs OOM safeBrian Gianforcaro
2021-05-29LibWeb: Also call page_did_start_loading() for FrameLoader::Type::ReloadLinus Groh
2021-05-29LibWeb: Call page_did_start_loading() before load_resource()Linus Groh
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-29Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookieLinus Groh
2021-05-29LibWeb: Improve performance of CSS custom property resolutionTobias Christiansen
2021-05-29LibWeb: Avoid unnecessary String copy in parsing CSS custom propertiesTobias Christiansen
2021-05-28Kernel: Allow building the kernel with -O0Gunnar Beutner
2021-05-28SystemMonitor: Disable menu items for inaccessible processMarcus Nilsson
2021-05-28Meta: Add `LibGL` to README :^)Jesse Buhagiar
2021-05-28Ports: Install mbedtls into the right directory and build shared libsGunnar Beutner
2021-05-28SystemMonitor: Use u64 for disk sizesJesse Buhagiar
2021-05-28LibGUI: Add u64 type to LibGUI::VariantJesse Buhagiar
2021-05-28Kernel: Don't crash when writing a coredump with an unnamed regionGunnar Beutner
2021-05-28LibWeb: Resolve custom propertiesTobias Christiansen
2021-05-28LibWeb: StyleResolver: Keep track of specificity of matched selectorTobias Christiansen
2021-05-28LibWeb: Add parsing for custom propertiesTobias Christiansen
2021-05-28LibWeb: Store custom properties in CSSStyleDeclarationTobias Christiansen
2021-05-28LibWeb: Add CustomStyleValueTobias Christiansen
2021-05-28LibWeb: Add PropertyID::Custom to code generatorTobias Christiansen
2021-05-28Kernel: Rename Custody::create() => try_create()Andreas Kling
2021-05-28Kernel: Use a KString for Custody::m_nameAndreas Kling
2021-05-28Kernel: Use KString for Region namesAndreas Kling
2021-05-28Kernel: Add missing AK/Format.h include in KResult.hAndreas Kling
2021-05-28Kernel: Add try_copy_kstring_from_user()Andreas Kling
2021-05-28Kernel: Add KString, a single-owner string with OOM failure exposionAndreas Kling
2021-05-28Kernel: Ignore duplicate SYN packetsGunnar Beutner
2021-05-28Kernel: Release packet buffer in TCPSocket::send_tcp_packetGunnar Beutner
2021-05-28Profiler: Use a more reasonable default event maskGunnar Beutner
2021-05-28LibJS: Poison unused heap blocks until they are re-allocatedAndrew Kaster
2021-05-28AK: Add platform macros to detect presence of AddressSanitizerAndrew Kaster
2021-05-28LibGfx: Make sure we use unique class namesGunnar Beutner