Sam Atkins b8c6c75ae1 LibWeb: Parse grid-template-[columns,rows] properties using TokenStream před 1 rokem
..
Parser b8c6c75ae1 LibWeb: Parse grid-template-[columns,rows] properties using TokenStream před 1 rokem
StyleValues 7c95ebc302 LibWeb: Make Document::page() return a Page& před 1 rokem
SyntaxHighlighter ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI před 1 rokem
Angle.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions před 1 rokem
Angle.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} před 2 roky
CSS.cpp b5893ee115 LibWeb: Make Serialize functions infallible před 1 rokem
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL před 2 roky
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL před 2 roky
CSSConditionRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
CSSConditionRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String před 1 rokem
CSSConditionRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSFontFaceRule.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes před 1 rokem
CSSFontFaceRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String před 1 rokem
CSSFontFaceRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSGroupingRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
CSSGroupingRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void před 2 roky
CSSGroupingRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSImportRule.cpp 7c95ebc302 LibWeb: Make Document::page() return a Page& před 1 rokem
CSSImportRule.h 374b6cdffd LibWeb: Return String from CSSImportRule::href() před 1 rokem
CSSImportRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSKeyframeRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
CSSKeyframeRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String před 1 rokem
CSSKeyframeRule.idl 1a94241f58 IDL: Add missing #imports před 1 rokem
CSSKeyframesRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
CSSKeyframesRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String před 1 rokem
CSSKeyframesRule.idl 1a94241f58 IDL: Add missing #imports před 1 rokem
CSSMediaRule.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code před 1 rokem
CSSMediaRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String před 1 rokem
CSSMediaRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSNamespaceRule.cpp 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString před 1 rokem
CSSNamespaceRule.h 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString před 1 rokem
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule před 2 roky
CSSNumericType.cpp 148f873321 LibWeb: Merge background-position parsing into position code před 1 rokem
CSSNumericType.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types před 1 rokem
CSSRule.cpp d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String před 1 rokem
CSSRule.h d344c50663 LibWeb: Return String from CSSStyleRule::selector_text() před 1 rokem
CSSRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSRuleList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
CSSRuleList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
CSSRuleList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSStyleDeclaration.cpp a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer před 1 rokem
CSSStyleDeclaration.h a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer před 1 rokem
CSSStyleDeclaration.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSStyleRule.cpp d344c50663 LibWeb: Return String from CSSStyleRule::selector_text() před 1 rokem
CSSStyleRule.h d344c50663 LibWeb: Return String from CSSStyleRule::selector_text() před 1 rokem
CSSStyleRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CSSStyleSheet.cpp 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString před 1 rokem
CSSStyleSheet.h b7bcdf7c53 LibWeb: Fix UAF in CSSStyleSheet před 1 rokem
CSSStyleSheet.idl 1a94241f58 IDL: Add missing #imports před 1 rokem
CSSSupportsRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
CSSSupportsRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String před 1 rokem
CSSSupportsRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CalculatedOr.cpp 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute před 2 roky
CalculatedOr.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible před 1 rokem
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files před 2 roky
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files před 2 roky
ColumnCount.h 0f75d0611f LibWeb: Implement support for parsing CSS column-count property před 1 rokem
ComputedValues.h 6602b1ddb1 LibWeb: Rename "position" enum to "positioning" před 1 rokem
Default.css c30911ab10 LibWeb: Hide select chevron icon when `appearance: none;` před 1 rokem
Display.cpp 125d161b3f LibWeb: Move `<display-foo>` definitions into Enums.json před 1 rokem
Display.h f3124c492b LibWeb: Add `display: math` před 1 rokem
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions před 2 roky
EdgeRect.cpp 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` před 1 rokem
EdgeRect.h 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` před 1 rokem
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin před 2 roky
Enums.json 26d6ba6f58 LibWeb: Parse the CSS position type automatically před 1 rokem
Flex.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types před 1 rokem
Flex.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types před 1 rokem
FontFace.cpp f50bf00814 LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx před 1 rokem
FontFace.h f50bf00814 LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx před 1 rokem
Frequency.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
Frequency.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings před 2 roky
GridTrackPlacement.cpp b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] před 1 rokem
GridTrackPlacement.h b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] před 1 rokem
GridTrackSize.cpp ca16a1ed08 LibWeb: Store GridSize values as a Variant před 1 rokem
GridTrackSize.h ca16a1ed08 LibWeb: Store GridSize values as a Variant před 1 rokem
Identifiers.json 479451498b LibWeb: Implement `mask-type` CSS property před 1 rokem
Length.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm před 1 rokem
Length.h 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) před 1 rokem
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} před 2 roky
LengthBox.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions před 2 roky
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin před 3 roky
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions před 2 roky
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files před 2 roky
MediaList.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code před 1 rokem
MediaList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
MediaList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
MediaQuery.cpp 9793d69d4f LibWeb: Make HTML::Window::page() return a Page& před 1 rokem
MediaQuery.h afa27bad19 LibWeb: Make serializing media-queries infallible před 1 rokem
MediaQueryList.cpp ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media před 1 rokem
MediaQueryList.h ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media před 1 rokem
MediaQueryList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
MediaQueryListEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
MediaQueryListEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
MediaQueryListEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
Number.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
Percentage.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
PercentageOr.cpp 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels před 1 rokem
PercentageOr.h 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels před 1 rokem
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case před 2 roky
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme před 2 roky
Properties.json 44ff957784 LibWeb: Make -webkit-appearance an alias for the appearance css property před 1 rokem
PseudoClasses.json 6bf107fc16 LibWeb: Implement the :open and :closed pseudo-classes před 1 rokem
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet před 2 roky
Ratio.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
Ratio.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios před 1 rokem
Resolution.cpp b63e393cef LibWeb: Fix broken conversion of CSS <resolution> dpi/dpcm to dppx před 1 rokem
Resolution.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
ResolvedCSSStyleDeclaration.cpp a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer před 1 rokem
ResolvedCSSStyleDeclaration.h a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer před 1 rokem
Screen.cpp 9793d69d4f LibWeb: Make HTML::Window::page() return a Page& před 1 rokem
Screen.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
Selector.cpp 0f37e0ee89 LibWeb: Add basic input range rendering před 1 rokem
Selector.h 0f37e0ee89 LibWeb: Add basic input range rendering před 1 rokem
SelectorEngine.cpp 32a6bf908a LibWeb/CSS: Fix stack use after scope in matches_attribute() před 1 rokem
SelectorEngine.h 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class před 1 rokem
Serialize.cpp f50bf00814 LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx před 1 rokem
Serialize.h f50bf00814 LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx před 1 rokem
Size.cpp 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels před 1 rokem
Size.h 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels před 1 rokem
StyleComputer.cpp f900957d26 LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx před 1 rokem
StyleComputer.h f900957d26 LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx před 1 rokem
StyleProperties.cpp f900957d26 LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx před 1 rokem
StyleProperties.h 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm před 1 rokem
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h před 2 roky
StyleProperty.h ea2b733862 LibWeb: Port custom properties to FlyString před 1 rokem
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag před 2 roky
StyleSheet.h ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media před 1 rokem
StyleSheet.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
StyleSheetList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
StyleSheetList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
StyleSheetList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
StyleValue.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types před 1 rokem
StyleValue.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types před 1 rokem
Supports.cpp 846c719e49 LibWeb: Make serializing Supports rules infallible před 1 rokem
Supports.h 846c719e49 LibWeb: Make serializing Supports rules infallible před 1 rokem
SystemColor.cpp 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords před 1 rokem
SystemColor.h 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords před 1 rokem
Time.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
Time.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
TransformFunctions.json 961b067df8 LibWeb/CSS: Add support for translateZ() transform property před 1 rokem
Transformation.cpp 961b067df8 LibWeb/CSS: Add support for translateZ() transform property před 1 rokem
Transformation.h 642ad80960 LibWeb: Make CSS Transformation struct a proper class před 1 rokem
VisualViewport.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString před 1 rokem
VisualViewport.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
VisualViewport.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem