summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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: :checked should only match inputs in checkbox/radio type stateAndreas Kling
2022-03-16LibWeb: Schedule a relayout after <image> and <object> elements loadAndreas Kling
2022-03-16LibWeb: Move text fragment painting to PaintableWithLinesAndreas Kling
2022-03-16LibWeb: Implement window.nameSimon Wanner
2022-03-16LibWeb: Evaluate `no-preference` media-features as falseSam Atkins
2022-03-16LibWeb: Add missing MEDIAQUERIES-5 media-featuresSam Atkins
2022-03-16LibWeb: Add MEDIAQUERIES-5 identifiersSam Atkins
2022-03-16LibWeb: Don't discard update_style_recursively() return valueAndreas Kling
2022-03-16LibWeb: Mark a bunch of CSS border-* properties as not affecting layoutAndreas Kling
2022-03-16LibWeb: Mark all text-decoration* CSS properties as not affecting layoutAndreas Kling
2022-03-16LibWeb: Don't call establishes_stacking_context() during paintingAndreas Kling
2022-03-16LibWeb: Flush any pending layout updates before processing mouse eventsAndreas 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: Annotate which CSS properties may affect layoutAndreas 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: 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