Andreas Kling
|
bd44d9d641
LibWeb: Show correct element margin values in Inspector "Box Model" view
|
3 years ago |
Lenny Maiorani
|
0b7baa7e5a
Services: Use default constructors/destructors
|
3 years ago |
Andreas Kling
|
e31fe3eeb8
LibWeb: Rename Element::specified_css_values() => computed_css_values()
|
3 years ago |
Andreas Kling
|
43ef813f3d
LibWeb: Rename Element::computed_style() to resolved_css_values()
|
3 years ago |
Andreas Kling
|
5779a910e5
LibWeb: Move hit testing to the painting tree
|
3 years ago |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
3 years ago |
Andreas Kling
|
9461e44afa
LibWeb: Use Layout::Box::paint_box() accessor in more places
|
3 years ago |
Andreas Kling
|
f6497b64ac
LibWeb: Rename Painting::Box => Paintable
|
3 years ago |
Andreas Kling
|
9f5cbcaad3
LibWeb: Hang StackingContext off of the paint boxes
|
3 years ago |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
3 years ago |
Sam Atkins
|
10429e1043
WebContent: Return empty JSON object if element has no box model
|
3 years ago |
Sam Atkins
|
b5ea14b884
WebContent: Show box-model metrics for (some) pseudo-elements
|
3 years ago |
Sam Atkins
|
0326ad34df
Browser+LibWeb+WebContent: Show style for pseudo-elements :^)
|
3 years ago |
Vrins
|
39a5076f40
Browser+LibWeb: Add an Element size preview widget to inspector
|
3 years ago |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 years ago |
Idan Horowitz
|
feb00b7105
Everywhere: Make JSON serialization fallible
|
3 years ago |
Itamar
|
3a71748e5d
Userland: Rename IPC ClientConnection => ConnectionFromClient
|
3 years ago |