summaryrefslogtreecommitdiff
path: root/Userland
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-19LibVT: Add movemouse support for triple clickbrapru
2021-09-19LibVT: Keep track of the buffer postiion on mousedown eventsbrapru
2021-09-19CrashReporter: Add some margin around the backtrace & register viewsAndreas Kling
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-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-19FontEditor: Add new tools to navigate code pointsthankyouverycool
2021-09-19FontEditor: Update editor to handle new font 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-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-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
2021-09-18LibDebug: Dont copy an AbbreviationEntry every time we retrieve a valueBrian Gianforcaro
2021-09-18LibDebug: Avoid short lived allocations in DIE::for_each_childBrian Gianforcaro
2021-09-18LibWeb: Avoid unnecessary padded_rect() call in Box::paint()Andreas Kling
2021-09-18LibJS: Always inline two hot (and trivial) functions in JS::LexerAndreas Kling
2021-09-18LibJS: Add fast failure path to try_parse_labelled_statement()Andreas Kling
2021-09-18LibJS: Make Lexer::s_keywords store keywords as FlyStringAndreas Kling
2021-09-18LibJS: Avoid a temporary AK::String when lexing already-seen identifiersAndreas Kling
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-18HackStudio: Make sure Window is destroyed before Application objectItamar
2021-09-18LibWeb: Flexbox: Assume Block when finding max main size of flex-columnTobias Christiansen
2021-09-18LibWeb: Also avoid setting definite size for heightTobias Christiansen
2021-09-18LibJS: Update step order in the InterpretTemporalDateTimeFields AOLinus Groh