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-14
LibWeb: Implement Node.cloneNode()
Linus Groh
2021-04-14
LibWeb: Add Element::prefix()
Linus Groh
2021-04-13
LibWeb: Actually return an empty value when an exception is thrown via
AnotherTest
2021-04-13
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
AnotherTest
2021-04-13
LibWeb: Make ExceptionOr work with non-JS::Value types
AnotherTest
2021-04-13
LibWeb: Use min-height in calculating height
Egor Ananyin
2021-04-13
LibWeb: Start parsing font property
Egor Ananyin
2021-04-13
LibWeb: Fix a TODO in the adoption agency algorithm
Linus Groh
2021-04-13
LibCore: Don't leak file descriptor inside AnonymousBuffer on Linux
Jean-Baptiste Boric
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-13
LibJS: Unset m_unwind_until_label in stop_unwind()
Linus Groh
2021-04-13
LibJS: Add set_exception() and change throw_exception() to take a reference
Linus Groh
2021-04-13
LibJS: Update empty TryStatement result value to undefined
Linus Groh
2021-04-13
LibJS: Fix return value of TryStatement with finalizer
Linus Groh
2021-04-13
LibJS: Replace two more uses of unwind(ScopeType::None) with stop_unwind()
Linus Groh
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-13
HackStudio+LibCpp: Include class members in Locator
Itamar
2021-04-13
LibJS: Array.from mapFn fixes + thisArg support
tuqqu
2021-04-13
LibGUI+HackStudio: Add way to tell FilePicker to open a folder
FalseHonesty
2021-04-13
LibC: getaddrinfo: Set addrinfo sin_port to 0 if service arg is NULL
Brendan Coles
2021-04-13
LibGUI: Allow GUI::ProgressBar to have min() == max()
Andreas Kling
2021-04-12
LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()
Gunnar Beutner
2021-04-12
LibC: The port numbers returned by getservby*() should be in network byte order
Gunnar Beutner
2021-04-12
LibC: Validate the len argument for inet_ntop()
Gunnar Beutner
2021-04-12
LibDebug: Stop parsing unhandled variable types
FalseHonesty
2021-04-12
LibDebug+HackStudio: Fix crashes relating to debugger variable preview
FalseHonesty
2021-04-12
LibC: Use dbgln() in strerror() and strsignal()
Gunnar Beutner
2021-04-12
LibC: Turn CRASH() into a function and add noreturn attribute
Gunnar Beutner
2021-04-12
LibWeb: Set border width to zero if style is none
Egor Ananyin
2021-04-12
LibWeb: Parse border-style correctly
Egor Ananyin
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
[next]