Shannon Booth 74b6e7b1f0 LibWeb: Avoid calling FlyString::from_utf8 on FlyString's 1 рік тому
..
Parser 74b6e7b1f0 LibWeb: Avoid calling FlyString::from_utf8 on FlyString's 1 рік тому
StyleValues 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code 1 рік тому
SyntaxHighlighter ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 рік тому
Angle.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions 1 рік тому
Angle.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 роки тому
CSS.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 рік тому
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 роки тому
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 роки тому
CSSConditionRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
CSSConditionRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String 1 рік тому
CSSConditionRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSFontFaceRule.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code 1 рік тому
CSSFontFaceRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String 1 рік тому
CSSFontFaceRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSGroupingRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
CSSGroupingRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 роки тому
CSSGroupingRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSImportRule.cpp 9c1c7720c5 LibWeb: Use serialize_a_url() to serialize `@import url(...)` 1 рік тому
CSSImportRule.h 374b6cdffd LibWeb: Return String from CSSImportRule::href() 1 рік тому
CSSImportRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSKeyframeRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
CSSKeyframeRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String 1 рік тому
CSSKeyframeRule.idl 1a94241f58 IDL: Add missing #imports 1 рік тому
CSSKeyframesRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
CSSKeyframesRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String 1 рік тому
CSSKeyframesRule.idl 1a94241f58 IDL: Add missing #imports 1 рік тому
CSSMediaRule.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code 1 рік тому
CSSMediaRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String 1 рік тому
CSSMediaRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSNamespaceRule.cpp 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString 1 рік тому
CSSNamespaceRule.h 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString 1 рік тому
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 2 роки тому
CSSNumericType.cpp 148f873321 LibWeb: Merge background-position parsing into position code 1 рік тому
CSSNumericType.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 рік тому
CSSRule.cpp d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String 1 рік тому
CSSRule.h d344c50663 LibWeb: Return String from CSSStyleRule::selector_text() 1 рік тому
CSSRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSRuleList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
CSSRuleList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 рік тому
CSSRuleList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSStyleDeclaration.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code 1 рік тому
CSSStyleDeclaration.h af7df1dbbf LibWeb: Port CSSStyleDeclaration from DeprecatedString to String 1 рік тому
CSSStyleDeclaration.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSStyleRule.cpp d344c50663 LibWeb: Return String from CSSStyleRule::selector_text() 1 рік тому
CSSStyleRule.h d344c50663 LibWeb: Return String from CSSStyleRule::selector_text() 1 рік тому
CSSStyleRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CSSStyleSheet.cpp 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString 1 рік тому
CSSStyleSheet.h b7bcdf7c53 LibWeb: Fix UAF in CSSStyleSheet 1 рік тому
CSSStyleSheet.idl 1a94241f58 IDL: Add missing #imports 1 рік тому
CSSSupportsRule.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
CSSSupportsRule.h d400291ad9 LibWeb: Port CSSRule::serialized from DeprecatedString to String 1 рік тому
CSSSupportsRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
CalculatedOr.cpp 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 2 роки тому
CalculatedOr.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 рік тому
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 роки тому
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 роки тому
ColumnCount.h 0f75d0611f LibWeb: Implement support for parsing CSS column-count property 1 рік тому
ComputedValues.h 6602b1ddb1 LibWeb: Rename "position" enum to "positioning" 1 рік тому
Default.css 4966c083df LibWeb: Remove progress element custom paintable use shadow dom instead 1 рік тому
Display.cpp 125d161b3f LibWeb: Move `<display-foo>` definitions into Enums.json 1 рік тому
Display.h f3124c492b LibWeb: Add `display: math` 1 рік тому
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 роки тому
EdgeRect.cpp 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 рік тому
EdgeRect.h 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 рік тому
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 роки тому
Enums.json 26d6ba6f58 LibWeb: Parse the CSS position type automatically 1 рік тому
Flex.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 рік тому
Flex.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 рік тому
FontFace.cpp 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 роки тому
FontFace.h 13e2ca6b59 LibWeb: Parse `src: local(...)` in CSS @font-face rules 1 рік тому
Frequency.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
Frequency.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 роки тому
GridTrackPlacement.cpp b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 рік тому
GridTrackPlacement.h b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 рік тому
GridTrackSize.cpp ca16a1ed08 LibWeb: Store GridSize values as a Variant 1 рік тому
GridTrackSize.h ca16a1ed08 LibWeb: Store GridSize values as a Variant 1 рік тому
Identifiers.json 479451498b LibWeb: Implement `mask-type` CSS property 1 рік тому
Length.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 рік тому
Length.h 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 рік тому
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 роки тому
LengthBox.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 роки тому
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 роки тому
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions 2 роки тому
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 2 роки тому
MediaList.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code 1 рік тому
MediaList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 рік тому
MediaList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
MediaQuery.cpp 51caa14381 LibWeb: Remove FrameLoader 1 рік тому
MediaQuery.h afa27bad19 LibWeb: Make serializing media-queries infallible 1 рік тому
MediaQueryList.cpp ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media 1 рік тому
MediaQueryList.h ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media 1 рік тому
MediaQueryList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
MediaQueryListEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
MediaQueryListEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 рік тому
MediaQueryListEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 рік тому
Number.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
Percentage.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
PercentageOr.cpp 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 рік тому
PercentageOr.h 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 рік тому
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 роки тому
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 роки тому
Properties.json b569ab72e8 LibWeb: Correct grid-template-areas definition 1 рік тому
PseudoClasses.json 6bf107fc16 LibWeb: Implement the :open and :closed pseudo-classes 1 рік тому
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 роки тому
Ratio.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
Ratio.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 рік тому
Resolution.cpp b63e393cef LibWeb: Fix broken conversion of CSS <resolution> dpi/dpcm to dppx 1 рік тому
Resolution.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
ResolvedCSSStyleDeclaration.cpp af7df1dbbf LibWeb: Port CSSStyleDeclaration from DeprecatedString to String 1 рік тому
ResolvedCSSStyleDeclaration.h af7df1dbbf LibWeb: Port CSSStyleDeclaration from DeprecatedString to String 1 рік тому
Screen.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
Screen.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 рік тому
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 роки тому
Selector.cpp 2107ab823d LibWeb: Add basic HTML meter element support 1 рік тому
Selector.h 2107ab823d LibWeb: Add basic HTML meter element support 1 рік тому
SelectorEngine.cpp 326b34c7c7 LibWeb: Port all callers of Element::namespace to Element::namespace_uri 1 рік тому
SelectorEngine.h 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors 2 роки тому
Serialize.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code 1 рік тому
Serialize.h b5893ee115 LibWeb: Make Serialize functions infallible 1 рік тому
Size.cpp 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 рік тому
Size.h 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 рік тому
StyleComputer.cpp 6dbc3044bd LibWeb: Remove some `to_deprecated_string()` calls in the CSS code 1 рік тому
StyleComputer.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 рік тому
StyleProperties.cpp af13bd8af0 LibWeb: Remove unused `StyleProperties::clone()` function 1 рік тому
StyleProperties.h af13bd8af0 LibWeb: Remove unused `StyleProperties::clone()` function 1 рік тому
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 роки тому
StyleProperty.h ea2b733862 LibWeb: Port custom properties to FlyString 1 рік тому
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 роки тому
StyleSheet.h ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media 1 рік тому
StyleSheet.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
StyleSheetList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
StyleSheetList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 рік тому
StyleSheetList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому
StyleValue.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 рік тому
StyleValue.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 рік тому
Supports.cpp 846c719e49 LibWeb: Make serializing Supports rules infallible 1 рік тому
Supports.h 846c719e49 LibWeb: Make serializing Supports rules infallible 1 рік тому
SystemColor.cpp 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 рік тому
SystemColor.h 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 рік тому
Time.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
Time.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
TransformFunctions.json 961b067df8 LibWeb/CSS: Add support for translateZ() transform property 1 рік тому
Transformation.cpp 961b067df8 LibWeb/CSS: Add support for translateZ() transform property 1 рік тому
Transformation.h 642ad80960 LibWeb: Make CSS Transformation struct a proper class 1 рік тому
UnicodeRange.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 рік тому
VisualViewport.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 рік тому
VisualViewport.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 рік тому
VisualViewport.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 рік тому