index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2022-03-16
LibWeb: Expose HTMLSelectElement::options
Simon Wanner
2022-03-16
LibWeb: Add stub implementation of HTMLOptionsCollection
Simon Wanner
2022-03-16
LibWeb: Use the cached HTMLInputElement type within associated getters
Timothy Flynn
2022-03-16
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
Timothy Flynn
2022-03-16
LibWeb: Invalidate layout on BrowsingContext resize
Andreas Kling
2022-03-16
LibWeb: Make parent- and root-relative font-size work better
Andreas Kling
2022-03-16
LibWeb: Add hack to dispatch load event for <object>s
sin-ack
2022-03-16
LibWeb: Make Element::set_shadow_root() disconnect any previous root
Andreas Kling
2022-03-16
LibWeb: Convert usages of type() to type_state()
sin-ack
2022-03-16
LibWeb: Ensure that radio group is updated when radio is checked from JS
sin-ack
2022-03-16
LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click()
sin-ack
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-16
LibWeb: Don't create HTMLInputElement's UA shadow tree for buttons
Andreas Kling
2022-03-15
LibWeb: Don't compute style *again* for elements in Layout::TreeBuilder
Andreas Kling
2022-03-15
LibWeb: Fix mistake in Node::invalidate_style()
Andreas Kling
2022-03-15
LibWeb: Make invalidate_style() set child-needs-update on shadow hosts
Andreas Kling
2022-03-15
LibWeb: Improvements to Node::invalidate_style()
Andreas Kling
2022-03-15
Browser: Allow jumping to stylenames by typing in the inspector
Vrins
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Rename Element::computed_style() to resolved_css_values()
Andreas Kling
2022-03-15
LibWeb: Make BrowsingContext::reset_cursor_blink_cycle() more robust
Andreas Kling
2022-03-15
LibWeb: Invalidate document style after Node.insertBefore()
Andreas Kling
2022-03-15
LibWeb: Invalidate style on media query evaluation change
Andreas Kling
2022-03-15
LibWeb: Actually connect ShadowRoot to its host element
Andreas Kling
2022-03-15
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
Andreas Kling
2022-03-15
LibWeb: Remove unused code for constructing partial layout trees
Andreas Kling
2022-03-15
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
Andreas Kling
2022-03-15
LibWeb: Don't access layout nodes in StyleComputer
Andreas Kling
2022-03-15
LibWeb: Invalidate style when a browsing context's viewport is resized
Andreas Kling
2022-03-15
LibWeb: Add fast_is<ParentNode>()
Andreas Kling
2022-03-15
LibWeb: Recurse into shadow trees when updating style
Andreas Kling
2022-03-15
LibWeb: Make style invalidation cross shadow boundaries
Andreas Kling
2022-03-15
LibWeb: Use a WeakPtr for DocumentFragment's "host" field
Andreas Kling
2022-03-15
LibWeb: Add equals() override to a bunch of StyleValue subclasses
Andreas Kling
2022-03-14
LibWeb: Fix height/width copy paste bug in SVGFormattingContext::run
Brian Gianforcaro
2022-03-14
LibWeb: Invalidate styles after CSSImportRule loads
Simon Wanner
2022-03-14
LibWeb: Fix resolving relative URLs in style sheets
Simon Wanner
2022-03-14
LibWeb: Use inline script tag source line as javascript line offset
Idan Horowitz
2022-03-13
LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()
Andreas Kling
2022-03-13
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
Andreas Kling
2022-03-13
LibWeb: Don't make deep copy of custom properties for every element
Andreas Kling
2022-03-13
LibWeb: Cache CSS::Selector's pseudo element at construction time
Andreas Kling
2022-03-13
LibWeb: Sort stacking context tree once, after fully building it
Andreas Kling
2022-03-13
LibWeb: Fix serialization of selectors with universal subject (*)
Andreas Kling
2022-03-13
LibWeb: Give flex containers with percentage cross size some dimensions
Andreas Kling
2022-03-13
LibWeb: Add a debug helper to dump current state of an FFC
Andreas Kling
2022-03-13
LibWeb: Make Element::recompute_style() really compare properties
Andreas Kling
2022-03-13
LibWeb: Mark input elements for style update in set_checked()
Andreas Kling
2022-03-13
LibWeb: Make StyleProperties::operator==(StyleProperties) actually work
Andreas Kling
2022-03-13
LibWeb: Fix calculation of hypothetical cross size in column flex layout
Andreas Kling
[next]