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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-04-12
LibArchive: Support POSIX.1-1988 tar files
Peter Elliott
2021-04-12
LibJS: Memoize failed calls of try_parse_arrow_function_expression()
Stephan Unverwerth
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-12
LibJS: Add Object::get_without_side_effects()
Linus Groh
2021-04-12
LibWeb: Add Window.parent and fix Window.top attributes
Luke
2021-04-12
LibRegex: Generate a 'Compare' op for empty character classes
AnotherTest
2021-04-12
LibHTTP: Handle running out of input between chunk body and ending CRLF
AnotherTest
2021-04-11
LibJS: Removed a fixme in a test of BigInt.prototype.valueOf
tuqqu
2021-04-11
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
Luke
2021-04-11
LibWeb: Add Event.initEvent
Luke
2021-04-11
LibWeb: Add support for optional default values and optional bools in IDL
Luke
2021-04-11
LibWeb: Store cookies sent via the Set-Cookie HTTP header
Timothy Flynn
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
2021-04-11
Browser+LibWeb: Add hooks for getting and setting cookies
Timothy Flynn
2021-04-11
LibJS: Fix array hole and string object indexing prototype indirection
Linus Groh
2021-04-11
LibWeb+WebContent: Support image context menus in OOPWV
Andreas Kling
2021-04-11
LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProvider
Andreas Kling
2021-04-11
LibGUI: Add convenient helpers for getting the sibling of a ModelIndex
Andreas Kling
2021-04-11
LibGUI: Remove an unused AK/Debug.h include
Brian Gianforcaro
2021-04-11
LibWeb: Remove trailing ';' from WrapperGenerator functions.
Brian Gianforcaro
2021-04-11
LibC: getopt() and getopt_long() shouldn't modify argv
Gunnar Beutner
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-04-11
LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...
Gunnar Beutner
2021-04-11
LibWeb: Add implementation of Node.compareDocumentPosition()
Brian Gianforcaro
2021-04-11
LibWeb: Connect existing implementation of Node::is_connected to JS.
Brian Gianforcaro
2021-04-11
LibC: Provide macros for the <ctype.h> functions
Gunnar Beutner
2021-04-11
LibC: Include additional headers in <arpa/inet.h>
Gunnar Beutner
2021-04-11
LibGfx: Add a count to FontTypes and a helper to return type names
thankyouverycool
2021-04-11
LibGUI: Move FontPickerWeightModel and helpers to their own header
thankyouverycool
2021-04-11
LibGfx: Make sure draw_ui_text() paints underlines with text color
Andreas Kling
2021-04-11
LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip texts
Andreas Kling
2021-04-11
LibJS: Replace Vector with MarkedValueList in RegExpPrototype::symbol_replace
Luke
2021-04-10
LibCore: Save errno before it gets clobbered in Core::IODevice::write()
Andreas Kling
2021-04-10
LibGUI/ScrollBar: Only paint buttons as pressed when also hovered
Jelle Raaijmakers
2021-04-10
LibTLS: Remove excessive CloseNotify logging
Jelle Raaijmakers
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-10
LibWeb: Add a basic implementation of Document.createEvent()
Linus Groh
2021-04-10
LibWeb: Support nullable EventListener parameters in WrapperGenerator
Linus Groh
2021-04-10
LibJS: Implicitly break for..in loop if the RHS result is nullish
Linus Groh
2021-04-10
LibJS: Implement Object.create()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-10
LibJS: Update Object::define_accessor() to take both getter and setter
Linus Groh
2021-04-10
LibJS: Let Object::delete_property() return a bool, not Value
Linus Groh
2021-04-10
LibJS: Remove superfluous exception check from get_own_property_descriptor()
Linus Groh
2021-04-10
LibGUI: Ignore right-clicks on HeaderViews
Andreas Kling
2021-04-10
LibTLS: Convert some #ifs to dbgln_if()
Jelle Raaijmakers
2021-04-10
LibTLS: Support empty SNI data in ServerHello
Jelle Raaijmakers
2021-04-10
LibGUI: List directories before files in FileSystemModel
Andreas Kling
2021-04-10
LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed
AnotherTest
2021-04-10
LibRegex: Treat brace quantifiers with invalid contents as literals
AnotherTest
[next]