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-11-04
LibJS: Use more accurate number-to-string method in Number toExponential
Timothy Flynn
2022-11-04
LibJS: Use more accurate number-to-string method in Number toPrecision
Timothy Flynn
2022-11-04
LibJS: Use more accurate number-to-string method in Intl.NumberFormat
Timothy Flynn
2022-11-04
LibJS: Publicly expose double_to_string and rename it number_to_string
Timothy Flynn
2022-11-04
LibJS: Rename ToShowCalendarOption to ToCalendarNameOption
Smrtnyk
2022-11-04
LibCore: Handle resolving executable paths even when PATH is null
meiskam
2022-11-04
LibWeb: Replace <svg> sizing hack with slightly smaller hack
Andreas Kling
2022-11-04
LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy
Andreas Kling
2022-11-04
LibWeb: Recurse into block-level children when hit testing a box
Andreas Kling
2022-11-04
LibWeb: Make hit testing traverse positioned descendants in right order
Andreas Kling
2022-11-03
LibJS: Implement precise double_to_string
Dan Klishch
2022-11-03
AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h
Dan Klishch
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's selected state
Timothy Flynn
2022-11-03
LibJS: Fix length of PlainDateTime.withPlainTime
Luke Wilde
2022-11-03
LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()
Luke Wilde
2022-11-03
LibJS: Add calendarName: "critical" option to toString() methods
Luke Wilde
2022-11-03
LibJS: Align ISO 8601 grammar with annotations from IXDTF
Luke Wilde
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's enabled state
Timothy Flynn
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's absolute rect
Timothy Flynn
2022-11-03
LibJS: Delegate to NumberFormat for DurationFormat unit formatting
Timothy Flynn
2022-11-03
LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units
Timothy Flynn
2022-11-03
LibJS: Format sanctioned units such that there is one unit per line
Timothy Flynn
2022-11-03
LibWeb: Treat unresolvable percentage sizes as auto on replaced elements
Andreas Kling
2022-11-03
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
Andreas Kling
2022-11-03
LibWeb: Don't include object addresses in layout tree dumps
Andreas Kling
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-03
LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical*
Timothy Flynn
2022-11-03
LibXML+LibWeb: Store the XML document's original source
Timothy Flynn
2022-11-03
LibWeb: Make it obvious that DOM::Document makes a copy of its source
Timothy Flynn
2022-11-03
LibXML: Convert some tab characters to spaces
Timothy Flynn
2022-11-03
LibWebView+WebContent: Add IPC to run the fragment serialization steps
Timothy Flynn
2022-11-03
LibWeb: Fully implement the fragment serializing algorithm
Timothy Flynn
2022-11-02
LibJS: Use the UnsignedBigInteger compare_to_double algorithm
Moustafa Raafat
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
2022-11-02
Browser+LibWebView: Add WebDriver IPC plumbing for executing scripts
Linus Groh
2022-11-02
LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
Linus Groh
2022-11-02
LibWeb: Resolve unresolved CSS calc() values in StyleComputer
Andreas Kling
2022-11-02
LibWeb: Add CSS::Parser helper for parsing a standalone "calc()" value
Andreas Kling
2022-11-02
LibWeb: Add helper functions to create CSS parser tokens
Andreas Kling
2022-11-02
LibWeb: Do CSS var() expansion in a separate pass
Andreas Kling
2022-11-02
LibWeb: Don't panic on unsupported text-decoration-line values
Andreas Kling
2022-11-02
LibWeb: Fix `justify-content: center` interaction with flex item margins
Andreas Kling
2022-11-03
LibLine: Avoid crashing on a 0x0 terminal
Ali Mohammad Pur
2022-11-02
Browser+LibWebView: Add a Tab hook to take a screenshot
Timothy Flynn
2022-11-02
LibGUI+WindowServer: Allow programatically minimizing windows
Timothy Flynn
2022-11-02
LibWeb: Support translate3d
Aliaksandr Kalenik
2022-11-02
LibWeb: Use more verbose input in CSS transform function generator
Aliaksandr Kalenik
2022-11-02
PixelPaint+LibGfx: Allow resizing images and layers
jack gleeson
2022-11-01
LibWeb: Paint `conic-gradient()`s
MacDue
2022-11-01
LibWeb: Parse `conic-gradient()`s
MacDue
[next]