summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-19LibTLS: Don't close the underlying socket on EOFAli Mohammad Pur
2021-09-19LibWeb: Avoid introducing a reference cycle in ResourceLoader::load()Ali Mohammad Pur
2021-09-19RequestServer+LibHTTP+LibGemini: Cache connections to the same hostAli Mohammad Pur
2021-09-19LibHTTP: Exit the read loop early when there cannot be any further dataAli Mohammad Pur
2021-09-19Ports/glib: Bump GLib to 2.70.0Kenneth Myhra
2021-09-19Ports/glib: Maintain compatibility with meson < 0.57.0Kenneth Myhra
2021-09-19LibVT: Add movemouse support for triple clickbrapru
2021-09-19LibVT: Keep track of the buffer postiion on mousedown eventsbrapru
2021-09-19Kernel: Add a Mailbox class for aarch64Nico Weber
2021-09-19Kernel: Add a MMIO class for aarch64Nico Weber
2021-09-19Kernel: Use new halt() for all our halting needs in aarch64 PrekernelNico Weber
2021-09-19Kernel: Add __stack_chk_fail to aarch64 Prekernel initNico Weber
2021-09-19CrashReporter: Add some margin around the backtrace & register viewsAndreas Kling
2021-09-19Ports/glib: Remove patch 0008-add-missing-macro-IN6_IS_ADDR_V4MAPPEDKenneth Myhra
2021-09-19LibC: Declare IN6_IS_ADDR_V4MAPPED correctlyKenneth Myhra
2021-09-19LibWeb: Replace ScriptExecutionContext::interpreter() with realm()Andreas Kling
2021-09-19LibWeb: Use an enumerator macro for XMLHttpRequestEventTarget accessorsAndreas Kling
2021-09-19LibWeb: Keep XMLHttpRequest alive while handling load/error eventsAndreas Kling
2021-09-19LibWeb: Remove unnecessary WeakPtr creation in XMLHttpRequest::send()Andreas Kling
2021-09-19LibWeb: Remove duplicated event handler attribute code in WebSocketAndreas Kling
2021-09-19LibWeb: Implement basic retargeting of body/frameset event handlersAndreas Kling
2021-09-19LibWeb: Add DOM::Document::is_active()Andreas Kling
2021-09-19LibWeb: Flexbox: Use maximum size of container as available sizeTobias Christiansen
2021-09-19Kernel: Add support for O_NONBLOCK in pipe syscallEric Seifert
2021-09-19Kernel/VirtIO: Remove lazy allocation of VirtIO::Device BAR regionsSahan Fernando
2021-09-19LibWeb: Add event handler attributes to XMLHttpRequestEventTargetAndreas Kling
2021-09-19LibWeb: Implement XMLHttpRequest.onreadystatechangeAndreas Kling
2021-09-19LibWeb: Move `onfoo` attribute handling to EventTargetAndreas Kling
2021-09-19LibGfx: Paint replacement character, 0xFFFD, for unknown glyphsthankyouverycool
2021-09-19Tests: Conform font tests to new font formatthankyouverycool
2021-09-19FontEditor: Add new tools to navigate code pointsthankyouverycool
2021-09-19FontEditor: Update editor to handle new font formatthankyouverycool
2021-09-19Base: Convert fonts to new header formatthankyouverycool
2021-09-19LibGfx: Extend Unicode support for BitmapFontsthankyouverycool
2021-09-19TextEditor: Show total character and word count without selectionthankyouverycool
2021-09-19LibGUI: Add number_of_words() to TextEditorsthankyouverycool
2021-09-18Meta: Add my new serenityos.org email to .mailmap :^)Karol Kosek
2021-09-18LibJS: Convert ListFormat AOs to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert DisplayNames AOs to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert NumberFormat AOs to ThrowCompletionOrIdan Horowitz
2021-09-18Kernel: Let MouseDevice and KeyboardDevice write method return EINVALPrzemysław R. Kusiak
2021-09-18LibWeb: Add transform: translateY() supportTobias Christiansen
2021-09-18LibWeb: Add transform property to the systemTobias Christiansen
2021-09-18LibWeb: Implement window.location.portAndreas Kling
2021-09-18LibJS: Convert get_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert default_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert coerce_options_to_object() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert supported_locales() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert Intl::get_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert canonicalize_locale_list() to ThrowCompletionOrIdan Horowitz