index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
CSS
Age
Commit message (
Expand
)
Author
2020-12-15
LibWeb: Generate the CSS::ValueID enum and its helper functions
Andreas Kling
2020-12-15
LibWeb: Oops, not all length boxes should default to 'auto' values
Andreas Kling
2020-12-15
LibWeb: Add equals() for LengthStyleValue and ColorStyleValue
Andreas Kling
2020-12-15
LibWeb: Add hack to disable StyleInvalidator while parsing document
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-transform'
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'
Andreas Kling
2020-12-15
LibWeb: Make CSS "background: none" work again
Andreas Kling
2020-12-14
LibWeb: Add a simple StyleInvalidator class
Linus Groh
2020-12-14
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
Andreas Kling
2020-12-14
LibWeb: Use IdentifierStyleValue for CSS 'position'
Andreas Kling
2020-12-14
LibWeb: Use CSS::ValueID for 'text-align' values
Andreas Kling
2020-12-14
LibWeb: Improvements to font lookup
Andreas Kling
2020-12-14
LibWeb: Virtualize StyleValue equality check
Andreas Kling
2020-12-14
LibWeb: Make StyleProperties::length_box() default to auto values
Andreas Kling
2020-12-12
LibWeb: Make the ad-hoc CSS parser a little more tolerant
Andreas Kling
2020-12-07
LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bit
Andreas Kling
2020-12-07
LibWeb: Add padding-left to the default UA style for <ol> and <ul>
Andreas Kling
2020-12-07
LibWeb: Cache parsed inline style of DOM elements
Andreas Kling
2020-12-06
LibWeb: Naively implement the CSS clear property
Andreas Kling
2020-12-04
LibWeb: Compute the final border-style property before painting
Andreas Kling
2020-12-03
LibWeb: Hack the CSS parser to handle integer values (like z-index)
Andreas Kling
2020-12-01
LibWeb: Hack the CSS parser to skip over UTF-8 BOM
Andreas Kling
2020-12-01
LibWeb: Parse :before and :after pseudo-elements
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-19
LibWeb: Remove ancient HTML_DEBUG debug logging
Andreas Kling
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-31
LibWeb: Don't use 'font-weight: lighter' for Csilla in Default.css
Linus Groh
2020-10-25
Fonts: Rename font files consistently
Andreas Kling
2020-10-10
LibWeb: Cache the default font if we fail to find the specified font
Luke
2020-10-09
LibWeb: Ignore non-URL values for background-image for now
Andreas Kling
2020-10-08
LibWeb: Apply the CSS background-image property to elements
Andreas Kling
2020-10-08
LibWeb: Make h4, h5 and h6 bold
Marcin Gasperowicz
2020-10-05
LibWeb: Add pc CSS unit
Luke
2020-09-29
LibWeb: Add cm, in, mm and Q CSS units
Luke
2020-09-27
LibC: Remove an unneeded string.h include in ctype.h/cpp
Benoit Lormeau
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-24
LibWeb: Add a separate UA style sheet for documents in quirks mode
Andreas Kling
2020-09-08
LibWeb: Add support for viewport-relative length units (#3433)
Jakob-Niklas See
2020-08-17
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
Luke
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-12
LibWeb: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>
Linus Groh
2020-08-07
LibWeb: Remove some unnecessary throwaway strings in the CSS parser
Andreas Kling
2020-08-07
LibWeb: Handle CSS "ex" lengths (relative to font x-height)
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Fix bad #include in CSSParser.cpp
Andreas Kling
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
[next]