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
2021-10-31
LibWeb: Convert all generated bindings to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Navigator object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the CSS namespace object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Window object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Location object to ThrowCompletionOr
Timothy Flynn
2021-10-29
LibWeb: Render any specified list-style-image for list items
Timothy Flynn
2021-10-29
LibWeb: Support parsing some data: URLs in CSS
Timothy Flynn
2021-10-29
LibWeb: Remove extraneous semi-colon
Timothy Flynn
2021-10-28
LibWeb: Add Element.webkitMatchesSelector
Luke Wilde
2021-10-28
LibWeb: Don't try to layout list-item markers in BFC
Andreas Kling
2021-10-28
LibWeb: Add Layout::Box::border_box_as_relative_rect()
Andreas Kling
2021-10-28
LibWeb: Small fix to height computation for block-with-inline-children
Andreas Kling
2021-10-28
LibWeb: Use border edges when computing overflow for the ICB
Andreas Kling
2021-10-28
LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)
Andreas Kling
2021-10-28
LibWeb: Don't force line box fragments height to be at least line-height
Andreas Kling
2021-10-28
LibWeb: Make non-absolute values for line-height fall back to font-size
Andreas Kling
2021-10-28
LibWeb: Clip descendants of boxes with overflow:hidden
Andreas Kling
2021-10-28
LibWeb: Treat width:auto on tables as fit-content
Andreas Kling
2021-10-28
LibWeb: Allow whitespace when parsing "!important" in CSS
Sam Atkins
2021-10-28
LibWeb: Allow whitespace inside CSS attribute selectors
Sam Atkins
2021-10-28
LibWeb: Remove two lowercase string creations from Element::has_class
Timothy Flynn
2021-10-28
LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute
Timothy Flynn
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-28
LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)
Andreas Kling
2021-10-28
LibWeb: Properly handle the <td align> attribute
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
LibWeb: Don't create anonymous table boxes around whitespace
Andreas Kling
2021-10-27
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for Layout::Label
Andreas Kling
2021-10-26
LibWeb: Implement URLSearchParams.getAll
Luke Wilde
2021-10-26
LibWeb: Fix inline blocks swallowing trailing whitespace
Felix Rauch
2021-10-24
LibWeb: Remove now-unnecessary String copy when parsing CSS colors
Sam Atkins
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
LibWeb: Syntax-highlight CSS within HTML :^)
Sam Atkins
2021-10-23
LibWeb: Implement first draft of CSS syntax highlighting :^)
Sam Atkins
2021-10-23
LibWeb: Record position information in CSS Tokens
Sam Atkins
2021-10-23
LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()
Sam Atkins
2021-10-23
LibWeb: Add spec links to CSS Tokenizer
Sam Atkins
2021-10-23
LibWeb: Implement hashless hex color quirk
Sam Atkins
2021-10-23
LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()
Sam Atkins
2021-10-23
LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()
Sam Atkins
2021-10-23
LibWeb: Fix off-by-one in initial containing block overflow calculation
Andreas Kling
2021-10-23
LibWeb: Make CSS ParsingContext's Document* be const
Sam Atkins
2021-10-23
LibWeb: Move image resource request out of ImageStyleValue constructor
Sam Atkins
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibWeb: Use is_single_line() and add spec comments to FFC step 8
Andreas Kling
2021-10-21
LibWeb: Include flex-direction in layout tree dumps
Andreas Kling
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
[next]