summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-03-12LibWeb: Stop polluting layout tree dumps with TextNode memory addressesAndreas Kling
2023-03-11LibWeb: Use from_deprecated_fly_string() instead of from_utf8()Kenneth Myhra
2023-03-11LibWeb/HTML: Remove redundant namespace qualifiers from Window.{cpp,h}Linus Groh
2023-03-11LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()Linus Groh
2023-03-11LibWeb/HTML: Make Window::m{location,navigator} lazily allocatedLinus Groh
2023-03-11LibWeb/HTML: Use CreateMethodProperty for Window namespace propertiesLinus Groh
2023-03-11LibWeb/HTML: Consolidate duplicate public/private sections in Window.hLinus Groh
2023-03-11LibWeb: Establish a stacking context for root elementMathis Wiehl
2023-03-11WebDriver: Fix crash in async execute script endpointAliaksandr Kalenik
2023-03-11LibWeb: Don't touch flex items after they we've been frozenAndreas Kling
2023-03-11LibWeb: Use FlexItem::outer_hypothetical_main_size() in one more placeAndreas Kling
2023-03-11LibWeb: Collapse margin-left with space used by left-side floatsAndreas Kling
2023-03-11LibWeb: Add fast_is<T>() for various types stood out in a profileAndreas Kling
2023-03-11LibWeb: Use static_cast in SVGGeometryBox::dom_node()Andreas Kling
2023-03-11LibWeb: Don't overflow flex containers on margin autoMathis Wiehl
2023-03-10LibWeb+Base: Fix row-height bug in Grid when there is a column gapTom
2023-03-10LibWeb: Make HTMLScript private members private once againAndreas Kling
2023-03-10LibWeb: Implement Range.createContextualFragment()Andreas Kling
2023-03-10LibWeb: Implement Element.setAttributeNode{,NS}()Andreas Kling
2023-03-10LibWeb: Implement Document.createAttribute{,NS}()Andreas Kling
2023-03-10LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft specAndreas Kling
2023-03-10LibWeb: Fix bogus min/max-height for box-sizing:border-box flex itemsAndreas Kling
2023-03-10LibWeb: Fix bogus percentage vertical padding with box-sizing:border-boxAndreas Kling
2023-03-10LibWeb: Simplify FFC get_pixel_{width,height} internal helper APIAndreas Kling
2023-03-10LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex itemsAndreas Kling
2023-03-10LibWeb: Use equals_ignoring_ascii_case() in infra helperAndreas Kling
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-09LibWeb: Use shadow_root_internal() when building <input> UA shadow DOMAndreas Kling
2023-03-09LibWeb: Avoid an unnecessary vector copy when generating flex itemsAndreas Kling
2023-03-09LibWeb: Remove FFC hack where we assign flex item box dimensions twiceAndreas Kling
2023-03-09LibWeb: Make CSS rule cache smarter about pseudo elementsAndreas Kling
2023-03-09LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()Andreas Kling
2023-03-09LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContextAndreas Kling
2023-03-09LibWeb: Always include shadow roots in DOM debug dumpsAndreas Kling
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09LibWeb: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-08LibWeb: Add FormDataIterator implementationKenneth Myhra
2023-03-08LibWeb: Add `readiness()` getter in DocumentAliaksandr Kalenik
2023-03-08LibWeb: Implement the CSS rule cache optimization for UA style as wellAndreas Kling
2023-03-08LibWeb: Convert DOM::Element::m_classes to the new AK::FlyStringAndreas Kling
2023-03-08LibWeb: Do not discard String returned from url_encode() to avoid UAFKenneth Myhra
2023-03-07LibWeb/Bindings: Remove now unused REPLACEABLE_PROPERTY_SETTER() macroLinus Groh
2023-03-07LibWeb/HTML: Port Window.queueMicrotask() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.structuredClone() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.sessionStorage to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.localStorage to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.fetch() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.cancelAnimationFrame() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.requestAnimationFrame() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.cancelIdleCallback() to IDLLinus Groh