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
2022-12-08
LibWeb/Fetch: Share validation logic in the Headers class
Linus Groh
2022-12-08
LibWeb/Fetch: Remove Authorization header upon cross-origin redirect
Linus Groh
2022-12-08
LibWeb/Fetch: Tweak wording in some spec comments
Linus Groh
2022-12-08
LibWeb/Fetch: Update spec comment to decode bytes to string
Linus Groh
2022-12-08
LibWeb/Fetch: Refactor forbidden request-headers
Linus Groh
2022-12-08
LibWeb/Fetch: Use tuple syntax for headers in spec comments
Linus Groh
2022-12-08
LibGfx: Use a FixedArray for the dummy scanline in PNGWriter
Andreas Kling
2022-12-08
LibGfx: Propagate errors that occur internally in PNGWriter
Andreas Kling
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-08
LibWeb: Introduce CSSPixels and DevicePixels classes
Sam Atkins
2022-12-08
LibGfx: Add int overloads for (AntiAliasing)Painter float methods
Sam Atkins
2022-12-08
LibPDF: Add missing character quirk for WinAnsiEncoding fonts
Andreas Kling
2022-12-07
LibWeb: Consider strut while calculating baseline for a line
Aliaksandr Kalenik
2022-12-07
LibJS: Protect CanonicalIndex against double-to-integer overflow
Timothy Flynn
2022-12-07
LibJS: Put CanonicalIndex in the JS namespace
Timothy Flynn
2022-12-07
LibJS: Change an error message used by %TypedArray%.prototype.with
Timothy Flynn
2022-12-07
LibJS: Replace standalone js_symbol() with Symbol::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-07
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
LibSQL: Add an IPC encoder/decoder for SQL::Value
Timothy Flynn
2022-12-07
LibSQL: Parse and execute sequential placeholder values
Timothy Flynn
2022-12-07
LibSQL: Partially implement the UPDATE command
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-07
LibGL: Generate GL_OUT_OF_MEMORY error in `glBufferData` when OOM
Marcus Nilsson
2022-12-07
LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol class
Linus Groh
2022-12-07
LibJS: Move creation of global symbols into Symbol.for()
Linus Groh
2022-12-07
LibJS: Add const/non-const VM::global_symbol_registry() getters
Linus Groh
2022-12-07
LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Rename m_global_symbol_map to m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Convert MarkupGenerator to the new String
Linus Groh
2022-12-07
LibJS: Move initialize_instance_elements() from VM to Object
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::execution_context_stack()
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::running_execution_context()
Linus Groh
2022-12-06
LibJS: Remove forgotten VM::construct() declaration
Linus Groh
2022-12-06
LibJS: Remove unused VM::join_arguments() function
Linus Groh
2022-12-06
LibWeb: Ignore -Wshadow in TRY_OR_RETURN_OOM()
Linus Groh
2022-12-06
LibJS: Intercept returns through finally blocks in Bytecode
Hendiadyoin1
2022-12-06
LibJS: Don't try to manage unwind contexts in the execution loop in BC
Hendiadyoin1
2022-12-06
LibJS: Remove FinishUnwind instruction
Hendiadyoin1
2022-12-06
LibJS: Leave unwind contexts on enter of finally blocks in Bytecode
Hendiadyoin1
[next]