.. |
Parser
|
019e3a342d
LibWeb: Parse rgb and hsl functions according to CSS Module Level 4
|
há 3 anos atrás |
SyntaxHighlighter
|
bf786d66b1
LibWeb: Move Token and Tokenizer into Parser namespace
|
há 3 anos atrás |
Angle.cpp
|
83c79fec1c
LibWeb: Fix calculation of degrees from radians
|
há 3 anos atrás |
Angle.h
|
355d1936f2
LibWeb: Implement CSS Angle class
|
há 3 anos atrás |
CSSConditionRule.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
há 3 anos atrás |
CSSConditionRule.h
|
1951873a5d
LibWeb: Add CSSConditionRule wrapper
|
há 3 anos atrás |
CSSConditionRule.idl
|
1951873a5d
LibWeb: Add CSSConditionRule wrapper
|
há 3 anos atrás |
CSSFontFaceRule.cpp
|
804b8c85e8
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
|
há 3 anos atrás |
CSSFontFaceRule.h
|
804b8c85e8
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
|
há 3 anos atrás |
CSSFontFaceRule.idl
|
804b8c85e8
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
|
há 3 anos atrás |
CSSGroupingRule.cpp
|
c718ba5947
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
|
há 3 anos atrás |
CSSGroupingRule.h
|
c718ba5947
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
|
há 3 anos atrás |
CSSGroupingRule.idl
|
cfe5d63a1e
LibWeb: Add CSSGroupingRule wrapper
|
há 3 anos atrás |
CSSImportRule.cpp
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
há 3 anos atrás |
CSSImportRule.h
|
0cf8986a1e
LibWeb: Add CSSImportRule wrapper
|
há 3 anos atrás |
CSSImportRule.idl
|
0cf8986a1e
LibWeb: Add CSSImportRule wrapper
|
há 3 anos atrás |
CSSMediaRule.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
há 3 anos atrás |
CSSMediaRule.h
|
fda71a6d48
LibWeb: Add CSSMediaRule wrapper
|
há 3 anos atrás |
CSSMediaRule.idl
|
fda71a6d48
LibWeb: Add CSSMediaRule wrapper
|
há 3 anos atrás |
CSSRule.cpp
|
c718ba5947
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
|
há 3 anos atrás |
CSSRule.h
|
c718ba5947
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
|
há 3 anos atrás |
CSSRule.idl
|
c718ba5947
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
|
há 3 anos atrás |
CSSRuleList.cpp
|
c8fa0c3cd7
LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule
|
há 3 anos atrás |
CSSRuleList.h
|
6e6607a92f
LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule()
|
há 3 anos atrás |
CSSRuleList.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
há 3 anos atrás |
CSSStyleDeclaration.cpp
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
há 3 anos atrás |
CSSStyleDeclaration.h
|
a0ba49a50a
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
|
há 3 anos atrás |
CSSStyleDeclaration.idl
|
a0ba49a50a
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
|
há 3 anos atrás |
CSSStyleRule.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
há 3 anos atrás |
CSSStyleRule.h
|
086969277e
Everywhere: Run clang-format
|
há 3 anos atrás |
CSSStyleRule.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
há 3 anos atrás |
CSSStyleSheet.cpp
|
c718ba5947
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
|
há 3 anos atrás |
CSSStyleSheet.h
|
87b125dcb9
LibWeb: Spec-comment `parse_a_stylesheet()`
|
há 3 anos atrás |
CSSStyleSheet.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
há 3 anos atrás |
CSSSupportsRule.cpp
|
dfba0cb2d9
LibWeb: Implement `@supports` serialization
|
há 3 anos atrás |
CSSSupportsRule.h
|
1cec8e473f
LibWeb: Add CSSSupportsRule wrapper
|
há 3 anos atrás |
CSSSupportsRule.idl
|
1cec8e473f
LibWeb: Add CSSSupportsRule wrapper
|
há 3 anos atrás |
ComputedValues.h
|
28c78b45ca
LibWeb: Keep both horizontal and vertical border radii till painting
|
há 3 anos atrás |
Default.css
|
1e23fd94b1
LibWeb: Use ThreedShadow1 palette color for input border in Default.css
|
há 3 anos atrás |
Display.cpp
|
c52dc87a42
LibWeb: Don't crash on unknown CSS display types, fall back to inline
|
há 3 anos atrás |
Display.h
|
de5de4d99a
LibWeb: Fix typo in CSS::Display::is_outside_and_inside() name
|
há 3 anos atrás |
Enums.json
|
a97944e483
LibWeb: Add a new code generator for CSS enums
|
há 3 anos atrás |
FontFace.cpp
|
dbbd6d3508
LibWeb: Parse `@font-face` `unicode-range` descriptor
|
há 3 anos atrás |
FontFace.h
|
12b8570ce3
LibWeb: Understand the `format()` part of a `@font-face`'s `src`
|
há 3 anos atrás |
Frequency.cpp
|
bd79c303f6
LibWeb: Implement CSS Frequency class
|
há 3 anos atrás |
Frequency.h
|
bd79c303f6
LibWeb: Implement CSS Frequency class
|
há 3 anos atrás |
GeneralEnclosed.h
|
42176d37fc
LibWeb: Implement independent GeneralEnclosed class
|
há 3 anos atrás |
Identifiers.json
|
84a06a1209
LibWeb: Add MEDIAQUERIES-5 identifiers
|
há 3 anos atrás |
Length.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
há 3 anos atrás |
Length.h
|
086969277e
Everywhere: Run clang-format
|
há 3 anos atrás |
LengthBox.h
|
a797a92990
LibWeb: Stop including StyleValue.h in a few places
|
há 3 anos atrás |
MediaFeatures.json
|
aa48dda3a4
LibWeb: Add missing MEDIAQUERIES-5 media-features
|
há 3 anos atrás |
MediaList.cpp
|
bc4c185aef
LibWeb: Add MediaList wrapper
|
há 3 anos atrás |
MediaList.h
|
bc4c185aef
LibWeb: Add MediaList wrapper
|
há 3 anos atrás |
MediaList.idl
|
bc4c185aef
LibWeb: Add MediaList wrapper
|
há 3 anos atrás |
MediaQuery.cpp
|
28278efafb
LibWeb: Extract MediaType to/from_string() logic into functions
|
há 3 anos atrás |
MediaQuery.h
|
28278efafb
LibWeb: Extract MediaType to/from_string() logic into functions
|
há 3 anos atrás |
MediaQueryList.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
há 3 anos atrás |
MediaQueryList.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
há 3 anos atrás |
MediaQueryList.idl
|
f45d361f03
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
|
há 3 anos atrás |
MediaQueryListEvent.h
|
050823bea7
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
|
há 3 anos atrás |
MediaQueryListEvent.idl
|
050823bea7
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
|
há 3 anos atrás |
Number.h
|
f1d47ea618
LibWeb+AudioServer: Remove unused spaceship operators
|
há 3 anos atrás |
Percentage.cpp
|
608bfac2a9
LibWeb: Implement CSS Time class
|
há 3 anos atrás |
Percentage.h
|
450c0df938
LibWeb: Make resolved styles handle calculated length-percentages
|
há 3 anos atrás |
PreferredColorScheme.cpp
|
c8550da9c5
LibWeb: Add Web::CSS::PreferredColorScheme enum
|
há 3 anos atrás |
PreferredColorScheme.h
|
c8550da9c5
LibWeb: Add Web::CSS::PreferredColorScheme enum
|
há 3 anos atrás |
Properties.json
|
a20188cd91
LibWeb: Use generated enum code for property value validation
|
há 3 anos atrás |
QuirksMode.css
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
há 4 anos atrás |
Ratio.cpp
|
f1d47ea618
LibWeb+AudioServer: Remove unused spaceship operators
|
há 3 anos atrás |
Ratio.h
|
f1d47ea618
LibWeb+AudioServer: Remove unused spaceship operators
|
há 3 anos atrás |
Resolution.cpp
|
0465abcfec
LibWeb: Implement CSS Resolution class
|
há 3 anos atrás |
Resolution.h
|
0465abcfec
LibWeb: Implement CSS Resolution class
|
há 3 anos atrás |
ResolvedCSSStyleDeclaration.cpp
|
28c78b45ca
LibWeb: Keep both horizontal and vertical border radii till painting
|
há 3 anos atrás |
ResolvedCSSStyleDeclaration.h
|
66618a666b
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
|
há 3 anos atrás |
Screen.cpp
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
há 3 anos atrás |
Screen.h
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
há 3 anos atrás |
Screen.idl
|
340e1f4b28
LibWeb: Implement the Screen interface
|
há 4 anos atrás |
Selector.cpp
|
d06785a8a4
LibWeb/CSS: Add :focus-within serialisation
|
há 3 anos atrás |
Selector.h
|
303b72d516
LibWeb: Make an+b pattern selector serialization spec compliant
|
há 3 anos atrás |
SelectorEngine.cpp
|
086969277e
Everywhere: Run clang-format
|
há 3 anos atrás |
SelectorEngine.h
|
7eb7396f8b
LibWeb: Match styles for pseudo-elements
|
há 3 anos atrás |
Serialize.cpp
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
há 3 anos atrás |
Serialize.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
há 3 anos atrás |
StyleComputer.cpp
|
ce5914230f
LibWeb: Actually use BorderRadiusShorthandStyleValue
|
há 3 anos atrás |
StyleComputer.h
|
fff2c35f51
LibWeb: Move ComponentValue to CSS::Parser namespace
|
há 3 anos atrás |
StyleProperties.cpp
|
7c91fda088
LibWeb: Allow multiple text-decoration-lines
|
há 3 anos atrás |
StyleProperties.h
|
7c91fda088
LibWeb: Allow multiple text-decoration-lines
|
há 3 anos atrás |
StyleSheet.cpp
|
58b99df16d
LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr
|
há 3 anos atrás |
StyleSheet.h
|
0e758b4da8
LibWeb: Add the StyleSheet.href attribute
|
há 3 anos atrás |
StyleSheet.idl
|
0e758b4da8
LibWeb: Add the StyleSheet.href attribute
|
há 3 anos atrás |
StyleSheetList.cpp
|
6e70670e0b
LibWeb: Load fonts from style sheet once when sheet is added
|
há 3 anos atrás |
StyleSheetList.h
|
3efa6cedec
LibWeb: Remove unused StyleSheetList::m_generation
|
há 3 anos atrás |
StyleSheetList.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
há 3 anos atrás |
StyleValue.cpp
|
4359d4eb5d
LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_string
|
há 3 anos atrás |
StyleValue.h
|
9272c3283b
LibWeb: Add missing StyleValue::equals() methods
|
há 3 anos atrás |
Supports.cpp
|
dfba0cb2d9
LibWeb: Implement `@supports` serialization
|
há 3 anos atrás |
Supports.h
|
dfba0cb2d9
LibWeb: Implement `@supports` serialization
|
há 3 anos atrás |
Time.cpp
|
608bfac2a9
LibWeb: Implement CSS Time class
|
há 3 anos atrás |
Time.h
|
608bfac2a9
LibWeb: Implement CSS Time class
|
há 3 anos atrás |
TransformFunctions.json
|
5f3498d50f
LibWeb: Add code generator for CSS transform functions
|
há 3 anos atrás |
UnicodeRange.h
|
1f7bf46061
LibWeb: Add CSS::UnicodeRange class
|
há 3 anos atrás |