Aliaksandr Kalenik
|
fee5b4deb6
LibWeb: Move set_scroll_offset() from Layout::Box to PaintableBox
|
1 год назад |
Aliaksandr Kalenik
|
5b7926fa53
LibWeb: Move scroll_offset() from Layout::Box to PaintableBox
|
1 год назад |
Andreas Kling
|
9937fcc5e1
LibWeb: Don't assume opacity values are CSS numbers
|
1 год назад |
Sam Atkins
|
5ee1b7db7c
LibWeb: Convert BorderData::width to CSSPixels
|
1 год назад |
Aliaksandr Kalenik
|
921aee8c66
LibWeb: Optimize stacking context rebuilds on opacity change
|
1 год назад |
Aliaksandr Kalenik
|
0e8a0a8191
LibWeb: Add support for "display: contents"
|
1 год назад |
Andreas Kling
|
9174ffd7e6
LibWeb: Create Layout::Box for `display: inline-grid`
|
2 лет назад |
Luke Wilde
|
165abafb80
LibWeb: Add initial implementation of IntersectionObserver
|
2 лет назад |
Jonah
|
57a6d577ad
LibWeb: Add AriaData object to parse ARIAMixin data
|
2 лет назад |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 лет назад |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 лет назад |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 лет назад |
Andreas Kling
|
dd2080c55f
LibWeb: Stub out Element.scroll() and Element.scrollTo()
|
2 лет назад |
Aliaksandr Kalenik
|
787f2d2a10
LibWeb: Remove Layout::TableCellBox
|
2 лет назад |
Aliaksandr Kalenik
|
3a3a085404
LibWeb: Remove Layout::TableRowBox
|
2 лет назад |
Aliaksandr Kalenik
|
578a937f94
LibWeb: Remove Layout::TableRowGroupBox
|
2 лет назад |
Aliaksandr Kalenik
|
258f3ea952
LibWeb: Remove Layout::TableBox
|
2 лет назад |
Ali Mohammad Pur
|
b7e3a68bfc
LibWeb: Keep track of CSS property source declarations
|
2 лет назад |
Andreas Kling
|
fdbdc4d5ff
LibWeb: Only forward scroll requests for the top-level browsing context
|
2 лет назад |
Andreas Kling
|
78d6e2db8c
LibWeb: Don't invalidate style when attribute set to identical value
|
2 лет назад |
Andreas Kling
|
475bac89e1
LibWeb: Don't crash on unimplemented CSS display type
|
2 лет назад |
stelar7
|
17d6ab2416
LibWeb: Implement scroll_{width, height}
|
2 лет назад |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 лет назад |
Andreas Kling
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 лет назад |
Andreas Kling
|
821f808e52
LibWeb: Avoid rebuilding layout tree unless CSS display property changes
|
2 лет назад |
Andreas Kling
|
fb722e69f3
LibWeb: Resolve CSS custom properties on pseudo elements
|
2 лет назад |
Andreas Kling
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 лет назад |
Andreas Kling
|
67d2e32984
LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h
|
2 лет назад |
Andreas Kling
|
4399ca2d82
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
|
2 лет назад |
Andreas Kling
|
5b5fbecb38
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
|
2 лет назад |