index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2023-05-25
LibWeb: Implement smarter CSS StyleValue parsing
Sam Atkins
2023-05-25
LibWeb: Cache initial property values when parsing `background`
Sam Atkins
2023-05-25
LibWeb: Teach the CSS parser about extra color keywords
Sam Atkins
2023-05-25
LibWeb: Make `property_id_from_string()` return Optional
Sam Atkins
2023-05-25
LibWeb: Make `value_id_from_string()` return Optional
Sam Atkins
2023-05-25
LibWeb: Fill in some missing property data and bodge extra types
Sam Atkins
2023-05-25
LibWeb: Remove "Invalid" StyleValue type
Sam Atkins
2023-05-24
Everywhere: Use MonotonicTime instead of Duration
kleines Filmröllchen
2023-05-24
Userland: Remove remaining users of Duration::now_realtime()
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-24
LibWeb: Stop aggressively quantizing font-weight values
Andreas Kling
2023-05-24
LibWeb: Include weight and slope in CSSFontFaceRule debug dumps
Andreas Kling
2023-05-24
LibWeb: Include weight and style in CSSFontFaceRule serialization
Andreas Kling
2023-05-24
LibWeb: Sum horizontal margins to calculate space used by floats
Aliaksandr Kalenik
2023-05-24
LibWeb: Remove `Gfx::Rect<float>` workarounds from BFC
Jelle Raaijmakers
2023-05-24
LibWeb: Honor font-weight and font-style when using downloaded fonts
Andreas Kling
2023-05-24
LibWeb: Parse font-weight and font-style inside @font-face rules
Andreas Kling
2023-05-24
LibWeb: Move resolution of font weights and slopes to StyleValue
Andreas Kling
2023-05-24
LibWeb: Implement scroll_{width, height}
stelar7
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-24
LibWeb: Honor the font-size even if the font-family is not found
Andreas Kling
2023-05-24
LibWeb: Avoid full tree traversal in Node::compare_document_position()
Aliaksandr Kalenik
2023-05-24
LibWeb: Resolve CSS variables if present in SVG presentation attributes
Andreas Kling
2023-05-24
LibWeb: Add fast way to check if a DOM node is an SVG element
Andreas Kling
2023-05-23
LibWeb: Reject invalid tokens in `calc()` expressions
Sam Atkins
2023-05-23
LibWeb: Make LiveNodeList faster when it only cares about children
Andreas Kling
2023-05-23
LibWeb: Don't draw text fragments that would be clipped by the painter
Andreas Kling
2023-05-23
LibWeb: Make HTMLCollection faster when it only cares about children
Andreas Kling
2023-05-23
LibWeb: Simplify margin & border box construction in `LayoutState`
Jelle Raaijmakers
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-23
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
Andreas Kling
2023-05-23
LibWeb: Use the right DOM node when placing cursor on double-click
Andreas Kling
2023-05-23
LibWeb: Don't create mutation record node lists if nobody is interested
Andreas Kling
2023-05-23
LibWeb: Avoid rebuilding layout tree unless CSS display property changes
Andreas Kling
2023-05-23
LibWeb: Preserve case for key events
Andi Gallo
2023-05-22
LibWeb: Wait for media candidates without endlessly queueing microtasks
Timothy Flynn
2023-05-22
LibWeb: Make sure collapsed margins are not ignored if box creates FC
Aliaksandr Kalenik
2023-05-22
LibWeb: Propagate children_are_inline in wrap_in_anonymous
Andi Gallo
2023-05-22
LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style()
Aliaksandr Kalenik
2023-05-22
LibWeb: Stub AudioContext constructor
Luke Wilde
2023-05-22
LibWeb: Fire the contextmenu event on right click (if not holding shift)
Luke Wilde
2023-05-22
LibWeb: Tidy up apply_clip_overflow_rect() a little
MacDue
2023-05-22
LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFC
Aliaksandr Kalenik
2023-05-22
LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows
Aliaksandr Kalenik
2023-05-22
LibWeb: Check if line name is present in GridTrackSizeList::to_string()
Aliaksandr Kalenik
2023-05-21
LibWeb: Don't assume response object isn't null in fetch abort algorithm
Andreas Kling
2023-05-21
LibWeb: Represent OccupationGrid using HashTable in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Move SVGElement's dataset construction to initialize()
Andreas Kling
2023-05-21
LibWeb: Fix unsafe capture of stack variables in main_fetch()
Andreas Kling
2023-05-21
LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors
Andreas Kling
[next]