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-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
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-07-21
LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)
Andreas Kling
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-06-28
LibWeb: Give the <blockquote> element some margins in the UA style
Andreas Kling
2020-06-28
LibWeb: Support "pt" length units :^)
Andreas Kling
2020-06-28
LibWeb: Add Length::is_undefined_or_auto()
Andreas Kling
2020-06-28
LibWeb: Tweak default style for <hr> to use em units for margin values
Andreas Kling
2020-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
Andreas Kling
2020-06-28
LibWeb: Use length units and shorthands in the default UA style sheet
Andreas Kling
2020-06-26
LibWeb: Add the 'float' CSS property to LayoutStyle
Andreas Kling
2020-06-25
LibWeb: Fix build after Specificity.h removal
Andreas Kling
2020-06-25
LibWeb: Don't allow more than one color sub-value in CSS 'background'
Andreas Kling
2020-06-25
LibWeb: Compress specificity into a 32-bit unsigned int
Andreas Kling
2020-06-25
LibWeb: Serialize Length::Type::Percentage with a "%" suffix
Andreas Kling
2020-06-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move white-space into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add CSS::Display enum and StyleProperties::display()
Andreas Kling
2020-06-24
LibWeb: Move width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add an "undefined" state to Length
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Always inline absolute Length to_px() conversion
Andreas Kling
2020-06-23
LibWeb: Decode CSS image values out-of-process as well
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-14
LibWeb: Make the specificity sort comparator a bit more readable
Andreas Kling
2020-06-13
LibWeb: Expand background:none into background-color:transparent
Andreas Kling
2020-06-13
LibWeb: Turn <td align> into CSS text-align
Andreas Kling
2020-06-13
LibWeb: Implement <center> as -libweb-center
Andreas Kling
2020-06-13
LibWeb: Tweak UA style to reset text-align on table elements
Andreas Kling
2020-06-13
LibWeb: Sort matched style rules by specificity, document order
Andreas Kling
2020-06-13
LibWeb: Fix broken Specificity::operator==
Andreas Kling
2020-06-13
LibWeb: Parse and match the :visited pseudo-class (always fails)
Andreas Kling
2020-06-13
LibWeb: Allow url("foo") and url('foo') in CSS background-image values
Andreas Kling
2020-06-10
LibWeb: Don't try to expand shorthands from non-string CSS values
Andreas Kling
2020-06-10
LibWeb: Expand "background: url()" into "background-image: url()"
Andreas Kling
2020-06-10
LibWeb: Expand 2-part border-width shorthand CSS properties
Andreas Kling
[next]