summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-05-26LibWeb: Reset margin collapsing state only if box indeed add clearanceAliaksandr Kalenik
2023-05-26LibWeb: Avoid nullptr dereference when parsing grid sizesSam Atkins
2023-05-26LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`Cameron Youell
2023-05-26LibWeb: Get reference height from closest non-anonymous ancestorAndi Gallo
2023-05-26LibWeb: Return DOMException instead of crashing when setting attributesPrestonLTaylor
2023-05-25LibWeb: Do the CORS cross-origin workaround to find MIME type for imagesAndreas Kling
2023-05-25LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() publicAndreas Kling
2023-05-25LibWeb: Don't crash on unimplemented CSS display typeAndreas Kling
2023-05-25LibWeb: Try failed font lookups again without weight and slopeAndreas Kling
2023-05-25LibWeb: Add CustomIdentStyleValue, along with parsing for itSam Atkins
2023-05-25LibWeb: Handle invalid UTF-8 in Fetch's Body#text()0GreenClover0
2023-05-25LibWeb: Make input element placeholders look betterAndreas Kling
2023-05-25LibWeb: Make HTMLDivElement not "final"Andreas Kling
2023-05-25LibWeb: Remove now-unused `parse_css_value(ComponentValue)` methodSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for transform-originSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for text-decorationSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for text-decoration-lineSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for overflowSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for list-styleSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for contentSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for font and font-familySam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for flex-flowSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for border and its sided versionsSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for flexSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for background-sizeSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for background-repeatSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for background-position[-x,-y]Sam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for `background`Sam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for "simple" propertiesSam Atkins
2023-05-25LibWeb: Implement smarter CSS StyleValue parsingSam Atkins
2023-05-25LibWeb: Cache initial property values when parsing `background`Sam Atkins
2023-05-25LibWeb: Teach the CSS parser about extra color keywordsSam Atkins
2023-05-25LibWeb: Make `property_id_from_string()` return OptionalSam Atkins
2023-05-25LibWeb: Make `value_id_from_string()` return OptionalSam Atkins
2023-05-25LibWeb: Fill in some missing property data and bodge extra typesSam Atkins
2023-05-25LibWeb: Remove "Invalid" StyleValue typeSam Atkins
2023-05-24Everywhere: Use MonotonicTime instead of Durationkleines Filmröllchen
2023-05-24Userland: Remove remaining users of Duration::now_realtime()kleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-24LibWeb: Stop aggressively quantizing font-weight valuesAndreas Kling
2023-05-24LibWeb: Include weight and slope in CSSFontFaceRule debug dumpsAndreas Kling
2023-05-24LibWeb: Include weight and style in CSSFontFaceRule serializationAndreas Kling
2023-05-24LibWeb: Sum horizontal margins to calculate space used by floatsAliaksandr Kalenik
2023-05-24LibWeb: Remove `Gfx::Rect<float>` workarounds from BFCJelle Raaijmakers
2023-05-24LibWeb: Honor font-weight and font-style when using downloaded fontsAndreas Kling
2023-05-24LibWeb: Parse font-weight and font-style inside @font-face rulesAndreas Kling
2023-05-24LibWeb: Move resolution of font weights and slopes to StyleValueAndreas Kling
2023-05-24LibWeb: Implement scroll_{width, height}stelar7
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-24LibWeb: Honor the font-size even if the font-family is not foundAndreas Kling