summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-25LibWeb: When painting, reduce computation cost by using the reciprocalJames Bellamy
2022-03-25LibWeb: Attach BackgroundAttachment::Fixed to the window view portTimothy Flynn
2022-03-25LibJS: Fix number types in GetISOPartsFromEpochLinus Groh
2022-03-25LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeForLinus Groh
2022-03-25LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTYkleines Filmröllchen
2022-03-25LibCore: Make EventLoop connect to InspectorServer if requestedkleines Filmröllchen
2022-03-25LibWeb: Show correct element margin values in Inspector "Box Model" viewAndreas Kling
2022-03-24Utilities: Use default constructors/destructorsLenny Maiorani
2022-03-24Shell: Use default constructors/destructorsLenny Maiorani
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-25LibVT: Fix tooltip condition, properly reset when tooltip not availableBen Wiederhake
2022-03-25LibWeb: Improve vertical margin collapse between adjacent blocksAndreas Kling
2022-03-24WebContent: Remove accidentally committed unveil() callAndreas Kling
2022-03-24LibWeb: Support CSS vertical-align values "top" and "bottom"Andreas Kling
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-24LibWeb: Weakly store a reference to the Window object in timer tasksTimothy Flynn
2022-03-24LibWeb: Handle XML MIME types in HTMLObjectElementIdan Horowitz
2022-03-24LibWeb: Discard ObjectElement's nested browsing context on image loadIdan Horowitz
2022-03-24LibWeb: Implement getSVGDocument() for BrowsingContextContainerIdan Horowitz
2022-03-24LibWeb: Expose contentDocument on HTMLObjectElementIdan Horowitz
2022-03-24LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUGIdan Horowitz
2022-03-24LibWeb: Align text shadows the same way we align textSam Atkins
2022-03-243DFileViewer: Enable smooth shading in viewer + teapot modelSahan Fernando
2022-03-24LibWeb: Align baseline of inline-block with non-zero top border/paddingAndreas Kling
2022-03-24LibWeb: Fix missing line-height & font-size on some anonymous blocksAndreas Kling
2022-03-24LibWeb: Treate SVG paintable coordinates as relative to <svg> elementAndreas Kling
2022-03-24LibWeb: Add fast-path for absolute lengths in Length::to_px()Andreas Kling
2022-03-24LibWeb: Rename "specified_style" to "computed_style" in Layout::NodeAndreas Kling
2022-03-24LibWeb: Add margin box helpers to Layout::FormattingStateAndreas Kling
2022-03-24LibWeb: Add Layout::Node::line_height()Andreas Kling
2022-03-24LibWeb+Base: Fix `An+B of foo` parsingSam Atkins
2022-03-24LibWeb: Implement text-shadow paintingSam Atkins
2022-03-24LibWeb: Parse and compute text-shadow propertySam Atkins
2022-03-24LibWeb: Implement disallowing `inset` when parsing shadowsSam Atkins
2022-03-24LbWeb: Rename BoxShadowFoo => ShadowFooSam Atkins
2022-03-24LibWeb: Ignore application objects until we can support themTimothy Flynn
2022-03-24LibWeb: Discard an object's nested browsing contexts when falling backTimothy Flynn
2022-03-24LibWeb: Implement falling back early to an object's child representationTimothy Flynn
2022-03-24LibWeb: Conditionally update an object's children when its state changesTimothy Flynn
2022-03-24LibWeb: Correctly handle unknown MIME types in HTMLObjectElementTimothy Flynn
2022-03-24LibGfx: TrueTypeFont cleanupJelle Raaijmakers
2022-03-24LibGfx: Implement TTF kerning tablesJelle Raaijmakers
2022-03-24Profiler: Render signposts behind histogramsSimon Wanner
2022-03-24LibWeb: Emit signposts for resource loadsSimon Wanner
2022-03-24LibWeb: Add missing spec comment in focusing logicNukiloco
2022-03-24sql: Re-prompt user for input after unrecognized commandNicholas Cellino
2022-03-24readlink: Use StringView instead of const char*Kenneth Myhra
2022-03-24readlink: Port to LibMainKenneth Myhra
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-24LibWeb: Begin supporting non-image HTMLObjectElement data representationTimothy Flynn