Andreas Kling
|
71a707480c
LibWeb: Move "has-definite-width/height" flags to UsedValues
|
il y a 3 ans |
Andreas Kling
|
16c173de43
LibWeb: Destroy ICB formatting context before committing used values
|
il y a 3 ans |
Andreas Kling
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
il y a 3 ans |
Andreas Kling
|
9b46091f38
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
|
il y a 3 ans |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
il y a 3 ans |
Linus Groh
|
22a627fc1a
LibWeb: Move Origin into the HTML namespace
|
il y a 3 ans |
Andreas Kling
|
3ee5bdcfb7
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
|
il y a 3 ans |
Luke Wilde
|
56cfd5ced8
LibWeb: Implement all "childList" mutation records for MutationObserver
|
il y a 3 ans |
Andreas Kling
|
0cacaf025d
LibWeb: Stop putting the FormattingState nodes in a slow hash map
|
il y a 3 ans |
Luke Wilde
|
1f820f8840
LibWeb: Add support for the <base> element changing the base URL
|
il y a 3 ans |
stelar7
|
96caf3aed1
LibWeb: Adjust implementation of `Document::create_event`
|
il y a 3 ans |
Linus Groh
|
95541d7064
LibWeb: Fix various spec comment inconsistencies
|
il y a 3 ans |
Anthony Van de Gejuchte
|
06d9853a8b
LibWeb: Update displayed favicon when a favicon is loaded
|
il y a 3 ans |
Igor Pissolati
|
1b94b4c593
LibWeb: Bring MouseEvent a bit closer to spec
|
il y a 3 ans |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
il y a 3 ans |
Andreas Kling
|
e0c7727934
LibWeb: Fill the whole viewport with the correct background color
|
il y a 3 ans |
Linus Groh
|
e758bd303f
LibWeb: Convert Document to use TRY for error propagation
|
il y a 3 ans |
Andreas Kling
|
8c88ee1165
LibWeb: Only invalidate stacking context tree for opacity/z-index change
|
il y a 3 ans |
Andreas Kling
|
59afdb959f
LibWeb: Build stacking context tree lazily
|
il y a 3 ans |
Andreas Kling
|
07a4d590dd
LibWeb: Layout browsing context parent before its children
|
il y a 3 ans |
Andreas Kling
|
618b857457
LibWeb: Evaluate @media CSS rules when updating style
|
il y a 3 ans |
Andreas Kling
|
0b861e0c9d
LibWeb: Make document-level style invalidation fast
|
il y a 3 ans |
Andreas Kling
|
c1f0d21bbe
LibWeb: Rename the LayoutMode enum values and explain them
|
il y a 3 ans |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
il y a 3 ans |
Andreas Kling
|
d71b0e4638
LibWeb: Don't discard update_style_recursively() return value
|
il y a 3 ans |
Andreas Kling
|
0e8b538e0a
LibWeb: Invalidate less style when moving between hovered nodes
|
il y a 3 ans |
Andreas Kling
|
f1711a562a
LibWeb: Avoid layout invalidation for some CSS property changes
|
il y a 3 ans |
Andreas Kling
|
cf49e93b04
LibWeb: Invalidate style on media query evaluation change
|
il y a 3 ans |
Andreas Kling
|
32dd4bf1b9
LibWeb: Recurse into shadow trees when updating style
|
il y a 3 ans |
Andreas Kling
|
9f5cbcaad3
LibWeb: Hang StackingContext off of the paint boxes
|
il y a 3 ans |