summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-09-26LibWeb: Fix destination bitmap edge clip case in transform paintingMacDue
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Fix shadow painting when the target painter is translatedMacDue
2022-09-25LibWeb: Sample the destination when painting element opacity/transformMacDue
2022-09-25LibWeb: Add PaintableBox::absolute_paint_rect()MacDue
2022-09-25LibWeb: Use CSS::Size for computed size and max-size valuesAndreas Kling
2022-09-25LibWeb: Teach CSS::StyleProperties to create CSS::Size valuesAndreas Kling
2022-09-25LibWeb: Add CSS::Size to represent the full range of CSS size valuesAndreas Kling
2022-09-25LibWeb: Only notify PageClient about top-level browsing context loadsAndreas Kling
2022-09-25LibGUI: Add Model::unsafe_create_index()Andreas Kling
2022-09-25LibWebView: Make DOMTreeModel usable outside of SerenityOSAndreas Kling
2022-09-25LibWeb: Invalidate layout when a DOM node is removed from the treeAndreas Kling
2022-09-24LibWeb: Compute StackingContext transform origin only onceAndreas Kling
2022-09-24LibGUI: Update calculated_min_size() for TextEditorthankyouverycool
2022-09-24LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size()thankyouverycool
2022-09-24LibGUI: Don't draw Scrollbar button triangles if they'd be off-centerthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for StackWidgetthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for ListViewthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for AbstractScrollableWidgetthankyouverycool
2022-09-24LibWeb: Make CSS Grid work againmartinfalisse
2022-09-24LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'Linus Groh
2022-09-24LibWeb: Move WindowProxy from Bindings/ to HTML/Linus Groh
2022-09-24LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/Linus Groh
2022-09-24LibWeb: Restore clipping of positioned descendantsMacDue
2022-09-24LibGfx: Fix affine transformations in TrueType composite glyphsItamar
2022-09-24WindowServer: Fallback to safe mode-setting in case of mapping overflowLiav A
2022-09-24Kernel+Userland: Provide bytes count for a DisplayConnector framebufferLiav A
2022-09-24LibEDID: Remove head index when retrieving an EDID from DisplayConnectorLiav A
2022-09-24LibWeb: Treat replaced % sizes as 0 if containing block is indefiniteAndreas Kling
2022-09-24LibWeb: Bring flex basis calculation a little closer to specAndreas Kling
2022-09-24LibWeb: Remove awkward BFC::compute_theoretical_height() functionAndreas Kling
2022-09-24LibWeb: Avoid overflow and OOB indexing in get_buffer_source_copy()MacDue
2022-09-24LibWeb: Remove unused capture in queue_a_microtask()Andreas Kling
2022-09-24LibWeb: Use automatic_content_height() in flex item internal layoutsAndreas Kling
2022-09-24LibWeb: Use automatic_content_height() when computing intrinsic heightsAndreas Kling
2022-09-24LibWeb: Add FormattingContext::automatic_content_height()Andreas Kling
2022-09-24LibWeb+LibGfx: Move the blit image through 2D transfrom to Gfx::PainterAndreas Kling
2022-09-24LibWeb: Remove now-unnecessary JS::Handles in microtask capture listsAndreas Kling
2022-09-24LibWeb: Make queue_an_element_task() use JS::SafeFunctionAndreas Kling
2022-09-24LibWeb: Remove now-unnecessary JS::Handles in HTML task capture listsAndreas Kling
2022-09-24LibWeb: Use JS::SafeFunction in the HTML task queuesAndreas Kling
2022-09-24LibJS: Add JS::SafeFunction, like Function but protects captures from GCAndreas Kling
2022-09-24LibWeb: Don't trigger page_did_layout() on non-active documentsMacDue
2022-09-23LibWeb: Set HTMLParser::m_scripting_enabled as according to the specLuke Wilde
2022-09-23LibWeb: Keep message alive in postMessage task callback lambdaLuke Wilde
2022-09-23WindowServer: Fix mapping the correct framebuffer sizeLiav A