summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2022-03-19LibWeb: Rename the LayoutMode enum values and explain themAndreas Kling
2022-03-18LibWeb: Invalidate layout after setting Element.innerHTMLAndreas Kling
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Don't discard update_style_recursively() return valueAndreas Kling
2022-03-16LibWeb: Invalidate less style when moving between hovered nodesAndreas Kling
2022-03-16LibWeb: Avoid layout invalidation for some CSS property changesAndreas Kling
2022-03-16LibWeb: Schedule a relayout after setting CharacterData.dataAndreas Kling
2022-03-16LibWeb: Schedule a relayout after setting Element.innerHTMLAndreas Kling
2022-03-16LibWeb: Make Element::set_shadow_root() disconnect any previous rootAndreas Kling
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-15LibWeb: Fix mistake in Node::invalidate_style()Andreas Kling
2022-03-15LibWeb: Make invalidate_style() set child-needs-update on shadow hostsAndreas Kling
2022-03-15LibWeb: Improvements to Node::invalidate_style()Andreas Kling
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-15LibWeb: Rename Element::computed_style() to resolved_css_values()Andreas Kling
2022-03-15LibWeb: Invalidate document style after Node.insertBefore()Andreas Kling
2022-03-15LibWeb: Invalidate style on media query evaluation changeAndreas Kling
2022-03-15LibWeb: Actually connect ShadowRoot to its host elementAndreas Kling
2022-03-15LibWeb: Add fast_is<ParentNode>()Andreas Kling
2022-03-15LibWeb: Recurse into shadow trees when updating styleAndreas Kling
2022-03-15LibWeb: Make style invalidation cross shadow boundariesAndreas Kling
2022-03-15LibWeb: Use a WeakPtr for DocumentFragment's "host" fieldAndreas Kling
2022-03-13LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)Andreas Kling
2022-03-13LibWeb: Make Element::recompute_style() really compare propertiesAndreas Kling
2022-03-13LibWeb: Add fast_is<SVG::SVGSVGElement>()Andreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Hang StackingContext off of the paint boxesAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-10LibWeb: Display pseudo-elements in the DOM inspectorSam Atkins
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-09LibWeb: Always relayout document on element style changeAndreas Kling
2022-03-09LibWeb: Always call update_style() in update_layout()Andreas Kling
2022-03-09LibWeb: Invalidate document style when a node is removedAndreas Kling
2022-03-09LibWeb: Implement "NodeIterator pre-removing steps"Andreas Kling
2022-03-09LibWeb: Add support for DOM's TreeWalkerAndreas Kling
2022-03-09LibWeb: Add basic support for DOM's NodeIterator and NodeFilterAndreas Kling
2022-03-08LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extractnetworkException
2022-03-08LibWeb: Move Timer from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-07LibWeb: Add Ratio type to MediaFeatureValueSam Atkins
2022-03-07LibWeb: Correct "color" media-feature valueSam Atkins
2022-03-06LibWeb: Fire resize event at the Window instead of DocumentLuke Wilde
2022-03-05LibWeb: Add Window::browsing_context()Linus Groh
2022-03-04LibWeb: Don't create unwanted layout nodes when recomputing styleAndreas Kling
2022-03-04LibWeb: Implement setTimeout/setInterval with ESO according to the specTimothy Flynn