Luke Wilde
|
1f820f8840
LibWeb: Add support for the <base> element changing the base URL
|
hace 3 años |
stelar7
|
96caf3aed1
LibWeb: Adjust implementation of `Document::create_event`
|
hace 3 años |
Linus Groh
|
95541d7064
LibWeb: Fix various spec comment inconsistencies
|
hace 3 años |
Anthony Van de Gejuchte
|
06d9853a8b
LibWeb: Update displayed favicon when a favicon is loaded
|
hace 3 años |
Igor Pissolati
|
1b94b4c593
LibWeb: Bring MouseEvent a bit closer to spec
|
hace 3 años |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
hace 3 años |
Andreas Kling
|
e0c7727934
LibWeb: Fill the whole viewport with the correct background color
|
hace 3 años |
Linus Groh
|
e758bd303f
LibWeb: Convert Document to use TRY for error propagation
|
hace 3 años |
Andreas Kling
|
8c88ee1165
LibWeb: Only invalidate stacking context tree for opacity/z-index change
|
hace 3 años |
Andreas Kling
|
59afdb959f
LibWeb: Build stacking context tree lazily
|
hace 3 años |
Andreas Kling
|
07a4d590dd
LibWeb: Layout browsing context parent before its children
|
hace 3 años |
Andreas Kling
|
618b857457
LibWeb: Evaluate @media CSS rules when updating style
|
hace 3 años |
Andreas Kling
|
0b861e0c9d
LibWeb: Make document-level style invalidation fast
|
hace 3 años |
Andreas Kling
|
c1f0d21bbe
LibWeb: Rename the LayoutMode enum values and explain them
|
hace 3 años |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
hace 3 años |
Andreas Kling
|
d71b0e4638
LibWeb: Don't discard update_style_recursively() return value
|
hace 3 años |
Andreas Kling
|
0e8b538e0a
LibWeb: Invalidate less style when moving between hovered nodes
|
hace 3 años |
Andreas Kling
|
f1711a562a
LibWeb: Avoid layout invalidation for some CSS property changes
|
hace 3 años |
Andreas Kling
|
cf49e93b04
LibWeb: Invalidate style on media query evaluation change
|
hace 3 años |
Andreas Kling
|
32dd4bf1b9
LibWeb: Recurse into shadow trees when updating style
|
hace 3 años |
Andreas Kling
|
9f5cbcaad3
LibWeb: Hang StackingContext off of the paint boxes
|
hace 3 años |
Ben Abraham
|
7594350376
Browser: Show currently loading host and remaining resource count
|
hace 3 años |
Andreas Kling
|
6499cf4d28
LibWeb: Always relayout document on element style change
|
hace 3 años |
Andreas Kling
|
bca3c2a443
LibWeb: Always call update_style() in update_layout()
|
hace 3 años |
Andreas Kling
|
9c6999ecf2
LibWeb: Implement "NodeIterator pre-removing steps"
|
hace 3 años |
Andreas Kling
|
acbdb95b0a
LibWeb: Add support for DOM's TreeWalker
|
hace 3 años |
Andreas Kling
|
fabcee016f
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
|
hace 3 años |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
hace 3 años |
Luke Wilde
|
8d05c4a675
LibWeb: Fire resize event at the Window instead of Document
|
hace 3 años |
Andreas Kling
|
88aa356606
LibWeb: Update element style when focus state changes
|
hace 3 años |