summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-03-16LibWeb: Expose HTMLSelectElement::optionsSimon Wanner
2022-03-16LibWeb: Add stub implementation of HTMLOptionsCollectionSimon Wanner
2022-03-16LibWeb: Use the cached HTMLInputElement type within associated gettersTimothy Flynn
2022-03-16LibWeb: Cache HTMLInputElement's parsed type attribute when it changesTimothy Flynn
2022-03-16LibWeb: Invalidate layout on BrowsingContext resizeAndreas Kling
2022-03-16LibWeb: Make parent- and root-relative font-size work betterAndreas Kling
2022-03-16LibWeb: Add hack to dispatch load event for <object>ssin-ack
2022-03-16LibWeb: Make Element::set_shadow_root() disconnect any previous rootAndreas Kling
2022-03-16LibWeb: Convert usages of type() to type_state()sin-ack
2022-03-16LibWeb: Ensure that radio group is updated when radio is checked from JSsin-ack
2022-03-16LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click()sin-ack
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-16LibWeb: Don't create HTMLInputElement's UA shadow tree for buttonsAndreas Kling
2022-03-15LibWeb: Don't compute style *again* for elements in Layout::TreeBuilderAndreas Kling
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-15Browser: Allow jumping to stylenames by typing in the inspectorVrins
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: Make BrowsingContext::reset_cursor_blink_cycle() more robustAndreas 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: Use StyleComputer::invalidate_rule_cache() directly everywhereAndreas Kling
2022-03-15LibWeb: Remove unused code for constructing partial layout treesAndreas Kling
2022-03-15LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOMAndreas Kling
2022-03-15LibWeb: Don't access layout nodes in StyleComputerAndreas Kling
2022-03-15LibWeb: Invalidate style when a browsing context's viewport is resizedAndreas 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-15LibWeb: Add equals() override to a bunch of StyleValue subclassesAndreas Kling
2022-03-14LibWeb: Fix height/width copy paste bug in SVGFormattingContext::runBrian Gianforcaro
2022-03-14LibWeb: Invalidate styles after CSSImportRule loadsSimon Wanner
2022-03-14LibWeb: Fix resolving relative URLs in style sheetsSimon Wanner
2022-03-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz
2022-03-13LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()Andreas Kling
2022-03-13LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)Andreas Kling
2022-03-13LibWeb: Don't make deep copy of custom properties for every elementAndreas Kling
2022-03-13LibWeb: Cache CSS::Selector's pseudo element at construction timeAndreas Kling
2022-03-13LibWeb: Sort stacking context tree once, after fully building itAndreas Kling
2022-03-13LibWeb: Fix serialization of selectors with universal subject (*)Andreas Kling
2022-03-13LibWeb: Give flex containers with percentage cross size some dimensionsAndreas Kling
2022-03-13LibWeb: Add a debug helper to dump current state of an FFCAndreas Kling
2022-03-13LibWeb: Make Element::recompute_style() really compare propertiesAndreas Kling
2022-03-13LibWeb: Mark input elements for style update in set_checked()Andreas Kling
2022-03-13LibWeb: Make StyleProperties::operator==(StyleProperties) actually workAndreas Kling
2022-03-13LibWeb: Fix calculation of hypothetical cross size in column flex layoutAndreas Kling