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
Age
Commit message (
Expand
)
Author
2022-03-11
LibWeb: Make Layout::SVGBox inherit from Layout::Box
Andreas Kling
2022-03-11
LibWeb: Generate a TextPaintable for every Layout::TextNode
Andreas Kling
2022-03-11
LibWeb: Port inline elements to the new Paintable system
Andreas Kling
2022-03-11
LibWeb: Split Paintable into Paintable and PaintableBox
Andreas Kling
2022-03-11
LibWeb: Add Paintable::layout_box() accessor
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
Andreas Kling
2022-03-11
LibWeb: Hang StackingContext off of the paint boxes
Andreas Kling
2022-03-11
LibWeb: Make StackingContext paint functions const
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-10
LibJS: Use CreateTemporalCalendar in GetBuiltinCalendar
Linus Groh
2022-03-10
LibJS: Replace dead code in ParseTimeZoneOffsetString with an assertion
Linus Groh
2022-03-10
LibJS: Add missing check in ParseTemporalInstant
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw given correct input
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw in Record cases
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw in trivial cases
Linus Groh
2022-03-10
LibJS: Adjust grammar for DateExtendedYear to exclude -000000
Linus Groh
2022-03-10
LibJS: Follow rules for consuming completion records
Linus Groh
2022-03-10
LibJS: Remove Sign abstract operation
Linus Groh
2022-03-10
LibJS: Move string-parsing code into ToTemporalDurationRecord
Linus Groh
2022-03-10
LibJS: Move IsValidDuration check into ToTemporalDurationRecord
Linus Groh
2022-03-10
LibJS: Fix numeric type confusion in ToTemporalRoundingIncrement
Linus Groh
2022-03-10
LibJS: Use different variable name in DifferenceISODateTime
Linus Groh
2022-03-10
LibJS: Add clarifying assertion to BalanceDurationRelative
Linus Groh
2022-03-10
LibJS: Fix "set it to" language to be more explicit
Linus Groh
2022-03-10
LibJS: Do not expose mathematical values to script in Duration methods
Linus Groh
2022-03-10
LibJS: Create Duration Records with their own abstract operations
Linus Groh
2022-03-10
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-03-10
LibJS: Refactor return value of RoundDuration
Linus Groh
2022-03-10
LibJS: Describe various kinds of "Duration Records"
Linus Groh
2022-03-10
LibGL: Keep track of active matrix and stack
Jelle Raaijmakers
2022-03-10
LibGL: Only normalize in `glRotate*` if possible
Jelle Raaijmakers
2022-03-10
LibTest: Port JavaScriptTestRunner to Core::Stream
Sam Atkins
2022-03-10
WebContent: Return empty JSON object if element has no box model
Sam Atkins
2022-03-10
WebContent: Show box-model metrics for (some) pseudo-elements
Sam Atkins
2022-03-10
Browser+LibWeb+WebContent: Show style for pseudo-elements :^)
Sam Atkins
2022-03-10
Browser: Replace inspector's dom_node_id with a Selection struct
Sam Atkins
2022-03-10
LibWeb: Display pseudo-elements in the DOM inspector
Sam Atkins
2022-03-10
LibWeb: Move pseudo-element-from-string code into Selector
Sam Atkins
2022-03-10
LibWeb: Move pseudo-class/element names into the header
Sam Atkins
2022-03-10
LibWeb: Add window.sessionStorage
Paul Wratt
2022-03-10
LibWebSocket: Add to the total read in bytes instead of subtracting
Luke Wilde
2022-03-10
Browser: Show currently loading host and remaining resource count
Ben Abraham
2022-03-10
LibJS: Update RoundDuration after DRY refactor in spec
Linus Groh
2022-03-09
LibWeb: Only try parsing valid types of media-feature values
Sam Atkins
2022-03-09
LibWeb: Use ValueID for media-query identifiers
Sam Atkins
2022-03-09
LibWeb+Meta: Stop discrete media-features from parsing as ranges
Sam Atkins
[next]