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