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-04-15
WindowServer: Fix window shadow rendering glitch
Tom
2021-04-15
LibWeb: Set Cookie header on remaining resource requests
Timothy Flynn
2021-04-15
LibWeb: Set Cookie header on <img> and <object> resource requests
Timothy Flynn
2021-04-15
LibWeb: Set Cookie header on <script> resource requests
Timothy Flynn
2021-04-15
LibWeb: Helper for creating load requests with a Cookie header
Timothy Flynn
2021-04-15
Browser: Implement spec-compliant cookie retrieval
Timothy Flynn
2021-04-15
LibJS: Use references in CallExpression::compute_this_and_callee()
Linus Groh
2021-04-15
LibPthread: Implement sem_getvalue()
Gunnar Beutner
2021-04-15
LibPthread: Don't hold sem->mtx after sem_wait()/sem_trywait()
Gunnar Beutner
2021-04-15
LibPthread: Improve error handling for the semaphore functions
Gunnar Beutner
2021-04-15
LibPthread: Ensure we're not overflowing the semaphore's value
Gunnar Beutner
2021-04-15
LibJS: Implement String.prototype.substr according to the spec
Timothy Flynn
2021-04-14
Browser+LibWeb: Add support for spoofing the browser user agent
Idan Horowitz
2021-04-14
LibWeb: Implement the CanvasRenderingContext2D::rect path method
Idan Horowitz
2021-04-14
LibWeb: Make CanvasRenderingContext2D::fill's fillRule argument optional
Idan Horowitz
2021-04-14
LibWeb: Request repaint on canvas path finalizaiton via fill/stroke
Idan Horowitz
2021-04-14
LibGfx: initialize winding number to 1 for NonZero winding rules
Idan Horowitz
2021-04-14
LibJS: Improve Reference::get() TypeError message for nullish base
Linus Groh
2021-04-14
LibJS: Use reference in MemberExpression::execute()
Linus Groh
2021-04-14
LibC: Use __inline_isascii() in isascii()
Gunnar Beutner
2021-04-14
LibC: Add support for isblank()
Gunnar Beutner
2021-04-14
LibC: Add missing macro for _SC_CLK_TCK
Gunnar Beutner
2021-04-14
LibC: Turn regex_t and regmatch_t into typedefs
Gunnar Beutner
2021-04-14
LibC: Change return type for sleep() to unsigned int
Gunnar Beutner
2021-04-14
Chess: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-14
Pong: Alt shortcuts in top-level menus
Andreas Kling
2021-04-14
2048: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-14
Browser: Respect the HttpOnly flag when storing cookies
Timothy Flynn
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-14
Browser+LibWeb: Move the cookie structure into LibWeb
Timothy Flynn
2021-04-14
Browser+LibWeb: Move cookie parser into LibWeb
Timothy Flynn
2021-04-14
LibJS: Implement the encode/decodeURI(Component) family of functions
Idan Horowitz
2021-04-14
LibDebug: Add support for parsing array types
FalseHonesty
2021-04-14
LibDebug: Support unnamed variables and types
FalseHonesty
2021-04-14
LibC: Add definition for the NI_NAMEREQD macro
Gunnar Beutner
2021-04-14
LibPthread: Implement semaphore functions
Gunnar Beutner
2021-04-14
LibELF: Improve error messages for missing shared libraries
Gunnar Beutner
2021-04-14
LibC: Add definitions for INTMAX_C and UINTMAX_C
Gunnar Beutner
2021-04-14
LibC: Add missing include in <syslog.h>
Gunnar Beutner
2021-04-14
LibELF: Add support for loading objects with multiple data and text segments
Gunnar Beutner
2021-04-14
LibCore: Use dbgln_if in EventLoop.cpp
Maciej Zygmanowski
2021-04-14
LibJS: Add name and message properties to NativeError prototypes
Linus Groh
2021-04-14
LibHTTP: Trim the whitespace around the Transfer-Encoding header value
AnotherTest
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
[next]