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-25
LibWeb: When painting, reduce computation cost by using the reciprocal
James Bellamy
2022-03-25
LibWeb: Attach BackgroundAttachment::Fixed to the window view port
Timothy Flynn
2022-03-25
LibJS: Fix number types in GetISOPartsFromEpoch
Linus Groh
2022-03-25
LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeFor
Linus Groh
2022-03-25
LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTY
kleines Filmröllchen
2022-03-25
LibCore: Make EventLoop connect to InspectorServer if requested
kleines Filmröllchen
2022-03-25
LibWeb: Show correct element margin values in Inspector "Box Model" view
Andreas Kling
2022-03-24
Utilities: Use default constructors/destructors
Lenny Maiorani
2022-03-24
Shell: Use default constructors/destructors
Lenny Maiorani
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-25
LibVT: Fix tooltip condition, properly reset when tooltip not available
Ben Wiederhake
2022-03-25
LibWeb: Improve vertical margin collapse between adjacent blocks
Andreas Kling
2022-03-24
WebContent: Remove accidentally committed unveil() call
Andreas Kling
2022-03-24
LibWeb: Support CSS vertical-align values "top" and "bottom"
Andreas Kling
2022-03-24
LibWeb: Bring CSS line-height implementation closer to spec
Andreas Kling
2022-03-24
LibWeb: Weakly store a reference to the Window object in timer tasks
Timothy Flynn
2022-03-24
LibWeb: Handle XML MIME types in HTMLObjectElement
Idan Horowitz
2022-03-24
LibWeb: Discard ObjectElement's nested browsing context on image load
Idan Horowitz
2022-03-24
LibWeb: Implement getSVGDocument() for BrowsingContextContainer
Idan Horowitz
2022-03-24
LibWeb: Expose contentDocument on HTMLObjectElement
Idan Horowitz
2022-03-24
LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG
Idan Horowitz
2022-03-24
LibWeb: Align text shadows the same way we align text
Sam Atkins
2022-03-24
3DFileViewer: Enable smooth shading in viewer + teapot model
Sahan Fernando
2022-03-24
LibWeb: Align baseline of inline-block with non-zero top border/padding
Andreas Kling
2022-03-24
LibWeb: Fix missing line-height & font-size on some anonymous blocks
Andreas Kling
2022-03-24
LibWeb: Treate SVG paintable coordinates as relative to <svg> element
Andreas Kling
2022-03-24
LibWeb: Add fast-path for absolute lengths in Length::to_px()
Andreas Kling
2022-03-24
LibWeb: Rename "specified_style" to "computed_style" in Layout::Node
Andreas Kling
2022-03-24
LibWeb: Add margin box helpers to Layout::FormattingState
Andreas Kling
2022-03-24
LibWeb: Add Layout::Node::line_height()
Andreas Kling
2022-03-24
LibWeb+Base: Fix `An+B of foo` parsing
Sam Atkins
2022-03-24
LibWeb: Implement text-shadow painting
Sam Atkins
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-24
LibWeb: Implement disallowing `inset` when parsing shadows
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-24
LibWeb: Ignore application objects until we can support them
Timothy Flynn
2022-03-24
LibWeb: Discard an object's nested browsing contexts when falling back
Timothy Flynn
2022-03-24
LibWeb: Implement falling back early to an object's child representation
Timothy Flynn
2022-03-24
LibWeb: Conditionally update an object's children when its state changes
Timothy Flynn
2022-03-24
LibWeb: Correctly handle unknown MIME types in HTMLObjectElement
Timothy Flynn
2022-03-24
LibGfx: TrueTypeFont cleanup
Jelle Raaijmakers
2022-03-24
LibGfx: Implement TTF kerning tables
Jelle Raaijmakers
2022-03-24
Profiler: Render signposts behind histograms
Simon Wanner
2022-03-24
LibWeb: Emit signposts for resource loads
Simon Wanner
2022-03-24
LibWeb: Add missing spec comment in focusing logic
Nukiloco
2022-03-24
sql: Re-prompt user for input after unrecognized command
Nicholas Cellino
2022-03-24
readlink: Use StringView instead of const char*
Kenneth Myhra
2022-03-24
readlink: Port to LibMain
Kenneth Myhra
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-24
LibWeb: Begin supporting non-image HTMLObjectElement data representation
Timothy Flynn
[next]