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-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: :checked should only match inputs in checkbox/radio type state
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after <image> and <object> elements load
Andreas Kling
2022-03-16
LibWeb: Move text fragment painting to PaintableWithLines
Andreas Kling
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-16
LibWeb: Evaluate `no-preference` media-features as false
Sam Atkins
2022-03-16
LibWeb: Add missing MEDIAQUERIES-5 media-features
Sam Atkins
2022-03-16
LibWeb: Add MEDIAQUERIES-5 identifiers
Sam Atkins
2022-03-16
LibWeb: Don't discard update_style_recursively() return value
Andreas Kling
2022-03-16
LibWeb: Mark a bunch of CSS border-* properties as not affecting layout
Andreas Kling
2022-03-16
LibWeb: Mark all text-decoration* CSS properties as not affecting layout
Andreas Kling
2022-03-16
LibWeb: Don't call establishes_stacking_context() during painting
Andreas Kling
2022-03-16
LibWeb: Flush any pending layout updates before processing mouse events
Andreas Kling
2022-03-16
LibWeb: Invalidate less style when moving between hovered nodes
Andreas Kling
2022-03-16
LibWeb: Avoid layout invalidation for some CSS property changes
Andreas Kling
2022-03-16
LibWeb: Annotate which CSS properties may affect layout
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after setting CharacterData.data
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after setting Element.innerHTML
Andreas Kling
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
[next]