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-02-15
LibWeb: Rename element_before() => element_immediately_above()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()
Andreas Kling
2022-02-15
LibJS: Correct an include in PrimitiveString
davidot
2022-02-15
LibJS: Use CopyDataProperties when spreading in object expressions
davidot
2022-02-15
LibJS: Use entire array of SimpleIndexedPropertyStorage before growing
davidot
2022-02-15
LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attribute
Linus Groh
2022-02-15
LibWeb: Implement BCC's "content document" concept according to spec
Linus Groh
2022-02-15
LibWeb: Implement Origin's "same origin-domain" concept
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_same() to Origin::is_same_origin()
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_null() to Origin::is_opaque()
Linus Groh
2022-02-14
LibJS: Add missing include for 'u32' to CanonicalIndex.h
Linus Groh
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-14
LibWeb: Add stacking contexts to Node::for_each_child_in_paint_order
Steven Schmoll
2022-02-14
LibGfx/PNG: Respect the tRNS chunk transparency with color type 2
Andreas Kling
2022-02-14
LibGfx/PNG: Collect tRNS (transparency chunk) info for all color types
Andreas Kling
2022-02-14
LibGfx: Remove unnecessary includes from PNGLoader.cpp
Andreas Kling
2022-02-14
LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888
Andreas Kling
2022-02-14
LibWeb: Paint inline-level and replaced elements on top of floats
Andreas Kling
2022-02-14
LibWeb: Support inline-level padding and border properly
Andreas Kling
2022-02-14
LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()
Andreas Kling
2022-02-14
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
James Puleo
2022-02-14
LibGfx: Support color blending in Painter::draw_bitmap
Steven Schmoll
2022-02-14
LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget
Mustafa Quraish
2022-02-14
LibCore: Remove Core::Socket :^)
sin-ack
2022-02-14
LibCore: Implement System::fchown
sin-ack
2022-02-14
LibCore+Tests: Remove Core::UDPSocket :^)
sin-ack
2022-02-14
LibCore: Add a timeout option to UDPSocket::connect
sin-ack
2022-02-14
LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching libraries
Sviatoslav Peleshko
2022-02-14
LibWeb: Add support for the record variant of URLSearchParams
Luke Wilde
2022-02-14
LibRegex: Correct the alternative matching order when one is empty
Ali Mohammad Pur
2022-02-14
LibWeb: Don't emit current token on EOF in HTML Tokenizer
Karol Kosek
2022-02-14
LibWeb: Fix highlighting HTML comments
Karol Kosek
2022-02-13
LibCore: Allow event loops on other threads to wake up
kleines Filmröllchen
2022-02-13
LibCore: Fix event loop stacks on non-main threads
kleines Filmröllchen
2022-02-13
LibVT: Fix triple click behavior
brapru
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-02-13
LibSQL: Convert binary SQL operations to be fallible
Timothy Flynn
2022-02-13
LibSQL: Short-circuit single-element tuple comparisons
Timothy Flynn
2022-02-13
LibSQL: Implement converting float and tuple values to a boolean
Timothy Flynn
2022-02-13
LibSQL: Use absolute value when comparing against floating point epsilon
Timothy Flynn
2022-02-13
LibSQL: Return a not-yet-implemented error for unimplemented expressions
Timothy Flynn
2022-02-13
LibJS: Add spec comments to ArrayBuffer.prototype.byteLength
Jamie Mansfield
2022-02-13
LibJS: Add spec comments to ArrayBuffer.prototype.slice
Jamie Mansfield
2022-02-13
LibGfx: Allow changing the default font path
Filiph Sandström
2022-02-13
LibCore: Add Darwin anon_create support
Filiph Sandström
2022-02-13
LibTLS: Add SHA-384 as supported certificate signing algorithm
Joaquim Monteiro
2022-02-13
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
Andreas Kling
2022-02-13
LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()
MacDue
2022-02-13
LibJS: More properly implement scoping rules in bytecode codegen
Ali Mohammad Pur
2022-02-13
LibJS: Implement ClassExpression::generate_bytecode()
Ali Mohammad Pur
[next]