summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-23LibWeb: Resolve numeric line-heights against element's own font sizeAndreas Kling
2022-03-23LibWeb: Parse CSS "font-variant" as part of "font"Andreas Kling
2022-03-23LibWeb: Pass font sizes in pt rather than px to Gfx::FontDatabaseAndreas Kling
2022-03-23LibWeb: Implement HTMLObjectElement's data URL according to the specTimothy Flynn
2022-03-23LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResourceTimothy Flynn
2022-03-23LibWeb: Make margins in the main dimension work for flex itemsJohannes Laudenberg
2022-03-23LibGUI: Simplify AbstractZoomPanWidget codeJelle Raaijmakers
2022-03-23Applications: Round layer rect before drawing outline in PixelPaintJelle Raaijmakers
2022-03-23LibGfx: Implement `Rect::to_rounded<U>()`Jelle Raaijmakers
2022-03-23LibGfx: Calculate source rect once in `do_draw_scaled_bitmap`Jelle Raaijmakers
2022-03-23LibGfx: Draw last row and column of scaled bitmaps in PainterJelle Raaijmakers
2022-03-23LibWeb: Make NodeIterator behave like other browser enginesAndreas Kling
2022-03-23LibWeb: Minor cleanups in NodeIterator and TreeWalkerAndreas Kling
2022-03-22LibWeb: Expose SVGEllipseElement attributes to JSSam Atkins
2022-03-22LibWeb: Expose SVGCircleElement attributes to JSSam Atkins
2022-03-22LibWeb: Expose SVGLineElement attributes to JSSam Atkins
2022-03-22Kernel: Don't assume paths of TTYs and pseudo terminals anymoreLiav A
2022-03-22LibC: Don't rely on ptsname and ttyname syscallsLiav A
2022-03-22Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTYLiav A
2022-03-22SystemServer: Create /dev/tty as a character device instead of a symlinkLiav A
2022-03-22Kernel: Create SelfTTYDevice class to help replace /dev/tty symlinkLiav A
2022-03-22LibWeb: Implement Range.deleteContents()Andreas Kling
2022-03-22LibWeb: Implement Range.cloneContents()Andreas Kling
2022-03-22LibWeb: Support CSS floats in inline flowAndreas Kling
2022-03-22LibWeb: Relax "all children must be either inline or block" invariantAndreas Kling
2022-03-22LibWeb: Move Layout::Box::is_out_of_flow() to Layout::NodeAndreas Kling
2022-03-22Kernel: Add and use bitwise operators to CPUFeatureHendiadyoin1
2022-03-22LibWeb: Convert URL to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Text to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ShadowRoot to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ParentNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert NodeOperations to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Node to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert InnerHTML to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Element to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMTokenList to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMImplementation to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Document to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ChildNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert CRC2D to use TRY for error propagationLinus Groh
2022-03-22Kernel: Use the pre-image kernel memory range introduced by KASLRIdan Horowitz
2022-03-22Kernel: Keep kernel base load address 2 MiB alignedIdan Horowitz
2022-03-22Base: Add Slovakian and Ukrainian flagsLady Gegga
2022-03-22LibWeb: Handle input element value setting & getting closer to the specTimothy Flynn
2022-03-22LibWeb: Remove now-unused null values from Selector enumsSam Atkins
2022-03-22LibWeb: Tidy up CSS::Token::to_debug_string()Sam Atkins
2022-03-22LibWeb: Remove separate Token::m_unit fieldSam Atkins
2022-03-22LibWeb: Use CSS::Number for CalculatedStyleValue numbersSam Atkins
2022-03-22LibWeb: Use CSS::Number for Token numeric valuesSam Atkins
2022-03-22LibWeb: Implement a CSS::Number classSam Atkins