index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-09-19
LibTLS: Don't close the underlying socket on EOF
Ali Mohammad Pur
2021-09-19
LibWeb: Avoid introducing a reference cycle in ResourceLoader::load()
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-09-19
LibHTTP: Exit the read loop early when there cannot be any further data
Ali Mohammad Pur
2021-09-19
LibVT: Add movemouse support for triple click
brapru
2021-09-19
LibVT: Keep track of the buffer postiion on mousedown events
brapru
2021-09-19
CrashReporter: Add some margin around the backtrace & register views
Andreas Kling
2021-09-19
LibC: Declare IN6_IS_ADDR_V4MAPPED correctly
Kenneth Myhra
2021-09-19
LibWeb: Replace ScriptExecutionContext::interpreter() with realm()
Andreas Kling
2021-09-19
LibWeb: Use an enumerator macro for XMLHttpRequestEventTarget accessors
Andreas Kling
2021-09-19
LibWeb: Keep XMLHttpRequest alive while handling load/error events
Andreas Kling
2021-09-19
LibWeb: Remove unnecessary WeakPtr creation in XMLHttpRequest::send()
Andreas Kling
2021-09-19
LibWeb: Remove duplicated event handler attribute code in WebSocket
Andreas Kling
2021-09-19
LibWeb: Implement basic retargeting of body/frameset event handlers
Andreas Kling
2021-09-19
LibWeb: Add DOM::Document::is_active()
Andreas Kling
2021-09-19
LibWeb: Flexbox: Use maximum size of container as available size
Tobias Christiansen
2021-09-19
LibWeb: Add event handler attributes to XMLHttpRequestEventTarget
Andreas Kling
2021-09-19
LibWeb: Implement XMLHttpRequest.onreadystatechange
Andreas Kling
2021-09-19
LibWeb: Move `onfoo` attribute handling to EventTarget
Andreas Kling
2021-09-19
LibGfx: Paint replacement character, 0xFFFD, for unknown glyphs
thankyouverycool
2021-09-19
FontEditor: Add new tools to navigate code points
thankyouverycool
2021-09-19
FontEditor: Update editor to handle new font format
thankyouverycool
2021-09-19
LibGfx: Extend Unicode support for BitmapFonts
thankyouverycool
2021-09-19
TextEditor: Show total character and word count without selection
thankyouverycool
2021-09-19
LibGUI: Add number_of_words() to TextEditors
thankyouverycool
2021-09-18
LibJS: Convert ListFormat AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert DisplayNames AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert NumberFormat AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibWeb: Add transform: translateY() support
Tobias Christiansen
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-18
LibWeb: Implement window.location.port
Andreas Kling
2021-09-18
LibJS: Convert get_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert default_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert coerce_options_to_object() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert supported_locales() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert Intl::get_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibDebug: Dont copy an AbbreviationEntry every time we retrieve a value
Brian Gianforcaro
2021-09-18
LibDebug: Avoid short lived allocations in DIE::for_each_child
Brian Gianforcaro
2021-09-18
LibWeb: Avoid unnecessary padded_rect() call in Box::paint()
Andreas Kling
2021-09-18
LibJS: Always inline two hot (and trivial) functions in JS::Lexer
Andreas Kling
2021-09-18
LibJS: Add fast failure path to try_parse_labelled_statement()
Andreas Kling
2021-09-18
LibJS: Make Lexer::s_keywords store keywords as FlyString
Andreas Kling
2021-09-18
LibJS: Avoid a temporary AK::String when lexing already-seen identifiers
Andreas Kling
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-18
LibWeb: Remove the unused LayoutTreeModel
Andreas Kling
2021-09-18
HackStudio: Make sure Window is destroyed before Application object
Itamar
2021-09-18
LibWeb: Flexbox: Assume Block when finding max main size of flex-column
Tobias Christiansen
2021-09-18
LibWeb: Also avoid setting definite size for height
Tobias Christiansen
2021-09-18
LibJS: Update step order in the InterpretTemporalDateTimeFields AO
Linus Groh
[next]