Sam Atkins afa27bad19 LibWeb: Make serializing media-queries infallible 1 rok pred
..
Parser b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
StyleValues 2754c16e97 LibWeb: Make serializing GridTrack classes infallible 1 rok pred
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 rokov pred
Angle.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Angle.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 rokov pred
CSS.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 rokov pred
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 rokov pred
CSSConditionRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 rok pred
CSSConditionRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 rok pred
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CSSFontFaceRule.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
CSSFontFaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CSSGroupingRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 rok pred
CSSGroupingRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 rok pred
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CSSImportRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSImportRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CSSKeyframeRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSKeyframeRule.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
CSSKeyframeRule.idl e3612708c7 LibWeb: Generate JavaScript bindings for `CSSKeyframeRule` 2 rokov pred
CSSKeyframesRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSKeyframesRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSKeyframesRule.idl 5ef01e562a LibWeb: Generate JavaScript bindings for `CSSKeyframesRule` 2 rokov pred
CSSMediaRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSMediaRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CSSNamespaceRule.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
CSSNamespaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 1 rok pred
CSSNumericType.cpp 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() 2 rokov pred
CSSNumericType.h 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() 2 rokov pred
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 rokov pred
CSSRule.h 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 1 rok pred
CSSRule.idl e90752cc21 LibWeb: Add preliminary support for CSS animations 2 rokov pred
CSSRuleList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSRuleList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CSSStyleDeclaration.cpp 28c2836c24 LibWeb: Make external StyleValue-parsing methods infallible 1 rok pred
CSSStyleDeclaration.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSStyleDeclaration.idl 725a758c66 LibIDL: Also parse extended attributes after 'optional' 2 rokov pred
CSSStyleRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSStyleRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CSSStyleSheet.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSStyleSheet.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 rokov pred
CSSSupportsRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSSupportsRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
CalculatedOr.cpp 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 1 rok pred
CalculatedOr.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 rokov pred
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 rokov pred
ComputedValues.h 703c2bb06e LibWeb: Add support for parsing `grid-auto-flow` CSS property 1 rok pred
Default.css 4dc98af419 LibWeb: Make table headings centered by default 2 rokov pred
Display.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Display.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 rokov pred
EdgeRect.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 rokov pred
EdgeRect.h 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 rokov pred
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 rokov pred
Enums.json 97512d0c76 LibWeb: Add table-layout CSS property 1 rok pred
FontFace.cpp 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 rokov pred
FontFace.h 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 rokov pred
Frequency.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Frequency.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 rokov pred
GridTrackPlacement.cpp 2754c16e97 LibWeb: Make serializing GridTrack classes infallible 1 rok pred
GridTrackPlacement.h 2754c16e97 LibWeb: Make serializing GridTrack classes infallible 1 rok pred
GridTrackSize.cpp 2754c16e97 LibWeb: Make serializing GridTrack classes infallible 1 rok pred
GridTrackSize.h 2754c16e97 LibWeb: Make serializing GridTrack classes infallible 1 rok pred
Identifiers.json 5fc6bff582 LibWeb: Add 'object-fit' property 1 rok pred
Length.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Length.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 rokov pred
LengthBox.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 rokov pred
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 rokov pred
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions 2 rokov pred
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 1 rok pred
MediaList.cpp afa27bad19 LibWeb: Make serializing media-queries infallible 1 rok pred
MediaList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
MediaQuery.cpp afa27bad19 LibWeb: Make serializing media-queries infallible 1 rok pred
MediaQuery.h afa27bad19 LibWeb: Make serializing media-queries infallible 1 rok pred
MediaQueryList.cpp afa27bad19 LibWeb: Make serializing media-queries infallible 1 rok pred
MediaQueryList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 rokov pred
MediaQueryListEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
MediaQueryListEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
MediaQueryListEvent.idl d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 rokov pred
Number.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Percentage.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
PercentageOr.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 rokov pred
PercentageOr.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Position.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Position.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 rokov pred
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 rokov pred
Properties.json 27ddfa84fa LibWeb: Accept height: {min,max,fit}-content 1 rok pred
PseudoClasses.json b8e694c0f2 LibWeb: Implement the `:dir()` selector pseudo-class 1 rok pred
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 rokov pred
Ratio.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Ratio.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Resolution.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Resolution.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
ResolvedCSSStyleDeclaration.cpp 25375bf1d5 LibWeb: Make Document::paintable() return a ViewportPaintable 1 rok pred
ResolvedCSSStyleDeclaration.h 81b9f3ec15 LibWeb: Make ResolvedCSSStyleDeclaration method infallible 1 rok pred
Screen.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
Screen.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 rokov pred
Selector.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
Selector.h 5b125811f1 LibWeb: Add support for pseudo-class functions that take an ident param 1 rok pred
SelectorEngine.cpp b8e694c0f2 LibWeb: Implement the `:dir()` selector pseudo-class 1 rok pred
SelectorEngine.h 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors 1 rok pred
Serialize.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Serialize.h b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
Size.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Size.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
StyleComputer.cpp a48b2c1c66 LibWeb: Fill in missing kinds of calc() expansion in StyleComputer 1 rok pred
StyleComputer.h eca144a75e LibWeb: Make absolutizing StyleValues infallible 1 rok pred
StyleProperties.cpp 703c2bb06e LibWeb: Add support for parsing `grid-auto-flow` CSS property 1 rok pred
StyleProperties.h 703c2bb06e LibWeb: Add support for parsing `grid-auto-flow` CSS property 1 rok pred
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 rokov pred
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 rokov pred
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 rokov pred
StyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 rokov pred
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 rokov pred
StyleSheetList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
StyleSheetList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 rokov pred
StyleValue.cpp 6367b6a3d0 LibWeb: Use x-macro for StyleValue::Type instead of manual boilerplate 1 rok pred
StyleValue.h 6367b6a3d0 LibWeb: Use x-macro for StyleValue::Type instead of manual boilerplate 1 rok pred
Supports.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 rokov pred
Supports.h f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 rokov pred
Time.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Time.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
TransformFunctions.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 1 rok pred
UnicodeRange.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
VisualViewport.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
VisualViewport.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
VisualViewport.idl 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport 1 rok pred