Sam Atkins f0a4baabc7 LibWeb: Support quotes in `content` values před 1 rokem
..
Parser dc7a52957e LibWeb: Parse and compute CSS `quotes` property před 1 rokem
StyleValues dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 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 18c54d8d40 LibJS: Make Cell::initialize() return void před 2 roky
CSSConditionRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String před 1 rokem
CSSConditionRule.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
CSSFontFaceRule.cpp 13e2ca6b59 LibWeb: Parse `src: local(...)` in CSS @font-face rules před 1 rokem
CSSFontFaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
CSSGroupingRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void před 2 roky
CSSGroupingRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void před 2 roky
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
CSSImportRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
CSSImportRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
CSSKeyframeRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
CSSKeyframeRule.h f3e5335096 LibWeb: Port CSSKeyframeRules interface from DeprecatedString to String před 1 rokem
CSSKeyframeRule.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
CSSKeyframesRule.cpp 9577cd853a LibWeb: Use JS::MarkedVector while parsing CSS keyframe rules před 1 rokem
CSSKeyframesRule.h 9577cd853a LibWeb: Use JS::MarkedVector while parsing CSS keyframe rules před 1 rokem
CSSKeyframesRule.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
CSSMediaRule.cpp cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String před 1 rokem
CSSMediaRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String před 1 rokem
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
CSSNamespaceRule.cpp b5893ee115 LibWeb: Make Serialize functions infallible před 1 rokem
CSSNamespaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule před 2 roky
CSSNumericType.cpp 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() před 2 roky
CSSNumericType.h 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() před 2 roky
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString před 2 roky
CSSRule.h 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule před 2 roky
CSSRule.idl e90752cc21 LibWeb: Add preliminary support for CSS animations před 2 roky
CSSRuleList.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String před 1 rokem
CSSRuleList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
CSSStyleDeclaration.cpp f5efe9bb63 LibWeb: Port CSSStyleDeclaration from DeprecatedString to String před 1 rokem
CSSStyleDeclaration.h f5efe9bb63 LibWeb: Port CSSStyleDeclaration from DeprecatedString to String před 1 rokem
CSSStyleDeclaration.idl f5efe9bb63 LibWeb: Port CSSStyleDeclaration from DeprecatedString to String před 1 rokem
CSSStyleRule.cpp 91114c157b LibWeb: Make serializing selectors infallible před 1 rokem
CSSStyleRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
CSSStyleSheet.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String před 1 rokem
CSSStyleSheet.h da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String před 1 rokem
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
CSSSupportsRule.cpp cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String před 1 rokem
CSSSupportsRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String před 1 rokem
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
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 dc7a52957e LibWeb: Parse and compute CSS `quotes` property před 1 rokem
Default.css 9e227dfc16 LibWeb: Flesh out HTMLTextAreaElement 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 489f9c3151 LibWeb: Implement `text-transform: math-auto` před 1 rokem
FontFace.cpp 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules před 2 roky
FontFace.h 13e2ca6b59 LibWeb: Parse `src: local(...)` in CSS @font-face rules 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 2754c16e97 LibWeb: Make serializing GridTrack classes infallible před 1 rokem
GridTrackSize.h 2754c16e97 LibWeb: Make serializing GridTrack classes infallible před 1 rokem
Identifiers.json f0a4baabc7 LibWeb: Support quotes in `content` values před 1 rokem
Length.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 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 ff45874d4e LibWeb: Port MediaList interface from DeprecatedString to String před 1 rokem
MediaList.h ff45874d4e LibWeb: Port MediaList interface from DeprecatedString to String před 1 rokem
MediaList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
MediaQuery.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) před 1 rokem
MediaQuery.h afa27bad19 LibWeb: Make serializing media-queries infallible před 1 rokem
MediaQueryList.cpp afa27bad19 LibWeb: Make serializing media-queries infallible před 1 rokem
MediaQueryList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef před 3 roky
MediaQueryListEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
MediaQueryListEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
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
Position.cpp f57c42fad7 LibWeb: Avoid conversion from floating point in CSS position resolution před 1 rokem
Position.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 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 f0a4baabc7 LibWeb: Support quotes in `content` values 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 9f4e057085 LibWeb: Fall back to computed values in ResolvedCSSStyleDeclaration před 1 rokem
ResolvedCSSStyleDeclaration.h f5efe9bb63 LibWeb: Port CSSStyleDeclaration from DeprecatedString to String před 1 rokem
Screen.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
Screen.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
Selector.cpp 91114c157b LibWeb: Make serializing selectors infallible před 1 rokem
Selector.h 91114c157b LibWeb: Make serializing selectors infallible před 1 rokem
SelectorEngine.cpp 6bf107fc16 LibWeb: Implement the :open and :closed pseudo-classes před 1 rokem
SelectorEngine.h 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors před 2 roky
Serialize.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
Serialize.h b5893ee115 LibWeb: Make Serialize functions infallible 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 dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` před 1 rokem
StyleComputer.h f7209fb9d4 LibWeb: Implement `font-size: math` před 1 rokem
StyleProperties.cpp f0a4baabc7 LibWeb: Support quotes in `content` values před 1 rokem
StyleProperties.h dc7a52957e LibWeb: Parse and compute CSS `quotes` property před 1 rokem
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h před 2 roky
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h před 2 roky
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag před 2 roky
StyleSheet.h da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String před 1 rokem
StyleSheet.idl da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String před 1 rokem
StyleSheetList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
StyleSheetList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
StyleValue.cpp 6476dea898 LibWeb: Implement the `math-depth` CSS property před 1 rokem
StyleValue.h 6476dea898 LibWeb: Implement the `math-depth` CSS property 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 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files před 2 roky
UnicodeRange.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible před 1 rokem
VisualViewport.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` před 1 rokem
VisualViewport.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
VisualViewport.idl 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport před 2 roky