summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-04LibJS: Use more accurate number-to-string method in Number toExponentialTimothy Flynn
2022-11-04LibJS: Use more accurate number-to-string method in Number toPrecisionTimothy Flynn
2022-11-04LibJS: Use more accurate number-to-string method in Intl.NumberFormatTimothy Flynn
2022-11-04LibJS: Publicly expose double_to_string and rename it number_to_stringTimothy Flynn
2022-11-04LibJS: Rename ToShowCalendarOption to ToCalendarNameOptionSmrtnyk
2022-11-04LibCore: Handle resolving executable paths even when PATH is nullmeiskam
2022-11-04LibWeb: Replace <svg> sizing hack with slightly smaller hackAndreas Kling
2022-11-04LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxyAndreas Kling
2022-11-04LibWeb: Recurse into block-level children when hit testing a boxAndreas Kling
2022-11-04LibWeb: Make hit testing traverse positioned descendants in right orderAndreas Kling
2022-11-03LibJS: Implement precise double_to_stringDan Klishch
2022-11-03AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.hDan Klishch
2022-11-03LibWebView+WebConent: Add an IPC to get an element's selected stateTimothy Flynn
2022-11-03LibJS: Fix length of PlainDateTime.withPlainTimeLuke Wilde
2022-11-03LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()Luke Wilde
2022-11-03LibJS: Add calendarName: "critical" option to toString() methods Luke Wilde
2022-11-03LibJS: Align ISO 8601 grammar with annotations from IXDTFLuke Wilde
2022-11-03LibWebView+WebConent: Add an IPC to get an element's enabled stateTimothy Flynn
2022-11-03LibWebView+WebConent: Add an IPC to get an element's absolute rectTimothy Flynn
2022-11-03LibJS: Delegate to NumberFormat for DurationFormat unit formattingTimothy Flynn
2022-11-03LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned unitsTimothy Flynn
2022-11-03LibJS: Format sanctioned units such that there is one unit per lineTimothy Flynn
2022-11-03LibWeb: Treat unresolvable percentage sizes as auto on replaced elementsAndreas Kling
2022-11-03LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContextAndreas Kling
2022-11-03LibWeb: Don't include object addresses in layout tree dumpsAndreas Kling
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-03LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical*Timothy Flynn
2022-11-03LibXML+LibWeb: Store the XML document's original sourceTimothy Flynn
2022-11-03LibWeb: Make it obvious that DOM::Document makes a copy of its sourceTimothy Flynn
2022-11-03LibXML: Convert some tab characters to spacesTimothy Flynn
2022-11-03LibWebView+WebContent: Add IPC to run the fragment serialization stepsTimothy Flynn
2022-11-03LibWeb: Fully implement the fragment serializing algorithmTimothy Flynn
2022-11-02LibJS: Use the UnsignedBigInteger compare_to_double algorithmMoustafa Raafat
2022-11-02LibCrypto: Add a way to compare UnsignedBigInteger with doubleMoustafa Raafat
2022-11-02Browser+LibWebView: Add WebDriver IPC plumbing for executing scriptsLinus Groh
2022-11-02LibWeb+WebContent: Add WebDriver infrastructure for executing scriptsLinus Groh
2022-11-02LibWeb: Resolve unresolved CSS calc() values in StyleComputerAndreas Kling
2022-11-02LibWeb: Add CSS::Parser helper for parsing a standalone "calc()" valueAndreas Kling
2022-11-02LibWeb: Add helper functions to create CSS parser tokensAndreas Kling
2022-11-02LibWeb: Do CSS var() expansion in a separate passAndreas Kling
2022-11-02LibWeb: Don't panic on unsupported text-decoration-line valuesAndreas Kling
2022-11-02LibWeb: Fix `justify-content: center` interaction with flex item marginsAndreas Kling
2022-11-03LibLine: Avoid crashing on a 0x0 terminalAli Mohammad Pur
2022-11-02Browser+LibWebView: Add a Tab hook to take a screenshotTimothy Flynn
2022-11-02LibGUI+WindowServer: Allow programatically minimizing windowsTimothy Flynn
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik
2022-11-02LibWeb: Use more verbose input in CSS transform function generatorAliaksandr Kalenik
2022-11-02PixelPaint+LibGfx: Allow resizing images and layersjack gleeson
2022-11-01LibWeb: Paint `conic-gradient()`sMacDue
2022-11-01LibWeb: Parse `conic-gradient()`sMacDue