summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-10-17LibWeb: Make the CSS serialization functions actually output things :^)Sam Atkins
2021-10-17LibWeb: Implement the Element attributes getterTimothy Flynn
2021-10-17LibWeb: Reimplement Element attribute related methods with NamedNodeMapTimothy Flynn
2021-10-17LibWeb: Implement (most of) NamedNodeMap to store attributesTimothy Flynn
2021-10-17LibWeb: Set an attribute's owning element when it is knownTimothy Flynn
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-10-17LibWeb: Alphabetize LibWeb's forward and JS wrapper declarationsTimothy Flynn
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_bigint() to ThrowCompletionOrIdan Horowitz
2021-10-17LibWeb: Implement Event.composedPathLuke Wilde
2021-10-16LibWeb: Serialize selectors only in CSSStyleRule::selector_text()Sam Atkins
2021-10-16LibWeb: Use the serialize_a_{identifier,string} algorithms for selectorsSam Atkins
2021-10-16LibWeb: Insert commas between serialized CSS selectorsSam Atkins
2021-10-16LibWeb: Fix pseudo-element selector serializationSam Atkins
2021-10-16LibWeb: Fix CSS selector combinator serializationSam Atkins
2021-10-16LibWeb: Move CSS selector-serialization code to Selector.{h,cpp}Sam Atkins
2021-10-16LibWeb: Implement more CSS serializers and make them more ergonomicSam Atkins
2021-10-16LibWeb: Remove old ANPlusB parsing codeSam Atkins
2021-10-16LibWeb: Implement Node.getRootNodeLuke Wilde
2021-10-15LibWeb: Parse "none" value for box-shadow propertySam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-DISPLAY spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-VALUES-3 spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-CASCADE spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-10-15LibWeb: Implement CSSStyleRule::set_selector_text()Sam Atkins
2021-10-15LibWeb: Add serialization code for CSS{Media,Supports}RuleSam Atkins
2021-10-15LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp}Sam Atkins
2021-10-15LibWeb: Accept a Block token as the body of a CSS At-RuleSam Atkins
2021-10-15LibWeb: Compute horizontal overflow for the initial containing blockAndreas Kling
2021-10-14LibWeb: Implement position:fixed painting at the stacking context levelAndreas Kling
2021-10-14LibWeb: Cleanup + spec comments in replaced element height computationAndreas Kling
2021-10-14LibWeb: Cleanup + spec comments in replaced element width computationAndreas Kling
2021-10-14LibWeb: Introduce simple scrollable overflow, size ICB to viewportAndreas Kling
2021-10-14LibWeb: Make ReplacedBox intrinsic size setters take Optional<float>Andreas Kling
2021-10-14LibWeb: Use Box::has_intrinsic_aspect_ratio() check in FFC step 3Andreas Kling
2021-10-14LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"Andreas Kling
2021-10-14LibWeb: Make intrinsic width/height/ratio a Box concept and simplify itAndreas Kling
2021-10-14LibWeb: Stub out a basic IntersectionObserver interfaceTimothy Flynn
2021-10-13LibWeb: Add spec comments to FFC layout algorithm step 2Andreas Kling
2021-10-13LibWeb: Add spec comments to FFC layout algorithm step 5Andreas Kling
2021-10-13LibWeb: Tidy up and add spec comments to FFC layout algorithm step 3Andreas Kling
2021-10-13LibWeb: Add CSS::FlexBasisData::is_definite()Andreas Kling
2021-10-13LibWeb: Add FFC::flex_container() and use throughoutAndreas Kling
2021-10-13LibWeb: Make FFC line and item vectors members instead of localsAndreas Kling
2021-10-13LibWeb: Make various function parameters const in FlexFormattingContextAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 16 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 15 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 14 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 12 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 11 to a separate functionAndreas Kling