Aliaksandr Kalenik 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands пре 1 година
..
Parser 65b50ecc1a LibWeb/CSS: Parser should treat calc() with flex values as invalid пре 1 година
StyleValues 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands пре 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 18c54d8d40 LibJS: Make Cell::initialize() return void пре 2 година
CSSConditionRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String пре 1 година
CSSConditionRule.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString пре 1 година
CSSFontFaceRule.cpp 13e2ca6b59 LibWeb: Parse `src: local(...)` in CSS @font-face rules пре 1 година
CSSFontFaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
CSSGroupingRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void пре 2 година
CSSGroupingRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void пре 2 година
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
CSSImportRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
CSSImportRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
CSSKeyframeRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
CSSKeyframeRule.h f3e5335096 LibWeb: Port CSSKeyframeRules interface from DeprecatedString to String пре 1 година
CSSKeyframeRule.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString пре 1 година
CSSKeyframesRule.cpp 9577cd853a LibWeb: Use JS::MarkedVector while parsing CSS keyframe rules пре 1 година
CSSKeyframesRule.h 9577cd853a LibWeb: Use JS::MarkedVector while parsing CSS keyframe rules пре 1 година
CSSKeyframesRule.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString пре 1 година
CSSMediaRule.cpp cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String пре 1 година
CSSMediaRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String пре 1 година
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
CSSNamespaceRule.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString пре 1 година
CSSNamespaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule пре 2 година
CSSNumericType.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types пре 1 година
CSSNumericType.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types пре 1 година
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
CSSRule.h 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule пре 2 година
CSSRule.idl e90752cc21 LibWeb: Add preliminary support for CSS animations пре 2 година
CSSRuleList.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String пре 1 година
CSSRuleList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
CSSStyleDeclaration.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString пре 1 година
CSSStyleDeclaration.h 707ca984bd LibWeb: Fix memory leak in CSS::ImageStyleValue пре 1 година
CSSStyleDeclaration.idl 08cf35cf9a LibWeb: Allow indexing into CSSStyleDeclaration by number пре 1 година
CSSStyleRule.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString пре 1 година
CSSStyleRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
CSSStyleSheet.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String пре 1 година
CSSStyleSheet.h da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String пре 1 година
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
CSSSupportsRule.cpp cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String пре 1 година
CSSSupportsRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String пре 1 година
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
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 642ad80960 LibWeb: Make CSS Transformation struct a proper class пре 1 година
Default.css a1cce69db0 LibWeb/HTMLInputElement: Improve appearance of color picker пре 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 479451498b LibWeb: Implement `mask-type` CSS property пре 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 ff45874d4e LibWeb: Port MediaList interface from DeprecatedString to String пре 1 година
MediaList.h ff45874d4e LibWeb: Port MediaList interface from DeprecatedString to String пре 1 година
MediaList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString пре 1 година
MediaQuery.cpp 51caa14381 LibWeb: Remove FrameLoader пре 1 година
MediaQuery.h afa27bad19 LibWeb: Make serializing media-queries infallible пре 1 година
MediaQueryList.cpp afa27bad19 LibWeb: Make serializing media-queries infallible пре 1 година
MediaQueryList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef пре 3 година
MediaQueryListEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
MediaQueryListEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 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 година
Position.cpp f57c42fad7 LibWeb: Avoid conversion from floating point in CSS position resolution пре 1 година
Position.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible пре 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 479451498b LibWeb: Implement `mask-type` CSS property пре 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 c9c99b3c42 LibWeb: Produce resolved transform value according to spec algorithm пре 1 година
ResolvedCSSStyleDeclaration.h f5efe9bb63 LibWeb: Port CSSStyleDeclaration from DeprecatedString to String пре 1 година
Screen.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
Screen.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
Selector.cpp 91114c157b LibWeb: Make serializing selectors infallible пре 1 година
Selector.h 91114c157b LibWeb: Make serializing selectors infallible пре 1 година
SelectorEngine.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString пре 1 година
SelectorEngine.h 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors пре 2 година
Serialize.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible пре 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 28c9015bd8 LibWeb: Resolve percentages in calc() for font-size пре 1 година
StyleComputer.h f7209fb9d4 LibWeb: Implement `font-size: math` пре 1 година
StyleProperties.cpp 642ad80960 LibWeb: Make CSS Transformation struct a proper class пре 1 година
StyleProperties.h 479451498b LibWeb: Implement `mask-type` CSS property пре 1 година
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h пре 2 година
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h пре 2 година
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag пре 2 година
StyleSheet.h da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String пре 1 година
StyleSheet.idl da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String пре 1 година
StyleSheetList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
StyleSheetList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute пре 2 година
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 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files пре 2 година
Transformation.cpp 642ad80960 LibWeb: Make CSS Transformation struct a proper class пре 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 dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` пре 1 година
VisualViewport.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible пре 1 година
VisualViewport.idl 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport пре 2 година