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
2022-12-10
LibJS: Add spec comments to Value::to_property_key()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_bigint_uint64()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_bigint_int64()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_bigint()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_number()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_numeric()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_object()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_primitive()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_boolean()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::to_string()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::typeof()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::is_regexp()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::is_function()
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::is_array()
Linus Groh
2022-12-10
PDFViewer: Let users change image rendering
Rodrigo Tobar
2022-12-10
LibPDF: Add initial image display support
Rodrigo Tobar
2022-12-10
LibPDF: Add first interpolation methods
Rodrigo Tobar
2022-12-10
LibGfx: Allow creating Bitmaps from ReadonlyBytes objects
Rodrigo Tobar
2022-12-10
LibPDF: Add facility to obtain Vector<float> from ArrayObject
Rodrigo Tobar
2022-12-10
LibPDF: Add new Error::Type for unsupported rendering features
Rodrigo Tobar
2022-12-10
LibPDF: Add more knowledge to ColorSpaces classes
Rodrigo Tobar
2022-12-10
LibPDF: Refactor parsing of ColorSpaces
Rodrigo Tobar
2022-12-10
LibPDF: Return results directly and avoid unpacking+packing
Rodrigo Tobar
2022-12-10
LibJS: Use ToPropertyKey AO for computed member expression value
Linus Groh
2022-12-10
LibWeb: Implement Selection.collapse_to_end
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse_to_start
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse
Rafał Babiarz
2022-12-10
LibJS: Remove redundant starts_with()s from is_less_than() string branch
Linus Groh
2022-12-10
LibWeb: Actually hit-test child stacking contents with z-index of 0
Luke Wilde
2022-12-10
LibWeb: Implement Selection.setBaseAndExtent
Luke Wilde
2022-12-10
LibWeb: Add Document.getSelection
Luke Wilde
2022-12-10
LibWeb: Stub Range.getBoundingClientRect
Luke Wilde
2022-12-10
LibWeb: Stub HTMLMediaElement.pause
Luke Wilde
2022-12-10
LibWeb: Add spec link to HTMLMediaElement::load
Luke Wilde
2022-12-10
LibJS/Bytecode: Implement yield*
Luke Wilde
2022-12-10
LibJS/Bytecode: Implement var/lexical binding destructuring in for/of
Luke Wilde
2022-12-09
SpaceAnalyzer: Display the current location in the window title :^)
Sam Atkins
2022-12-09
SpaceAnalyzer: Add a tooltip for the hovered tree node
Sam Atkins
2022-12-09
SpaceAnalyzer: Remove declaration for unimplemented method
Sam Atkins
2022-12-09
SQLServer: Add a hook to inform owners of disconnected SQL clients
Timothy Flynn
2022-12-09
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
Andreas Kling
2022-12-09
SpaceAnalyzer: Propagate possible errors up
Arda Cinar
2022-12-09
SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_event
Arda Cinar
2022-12-09
LibWeb: Display DragonFly in the user agent string
Undefine
2022-12-09
LibWeb: Fix child wrapping in table fix up
Aliaksandr Kalenik
2022-12-09
LibWeb: Consider specified cell widths in a table
Aliaksandr Kalenik
2022-12-09
LibWeb: Fix typo in TableFormattingContext.h
Aliaksandr Kalenik
2022-12-09
LibWeb: Layout table rows that do not belong to table row group
Aliaksandr Kalenik
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-08
LibJS: Call shrink_to_fit() on various Vectors created during parse
Andreas Kling
[next]