.. |
Parser
|
3a45bba4e0
LibWeb: Load alternative font urls if others fail
|
2 年 前 |
SyntaxHighlighter
|
6d8f046fd0
LibGfx+Userland: Make TextAttributes::underline_style optional
|
2 年 前 |
Angle.cpp
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
Angle.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
BackdropFilter.h
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 年 前 |
CSS.cpp
|
2d45e1fca5
LibWeb: Port the CSS namespace to IDL
|
2 年 前 |
CSS.h
|
2d45e1fca5
LibWeb: Port the CSS namespace to IDL
|
2 年 前 |
CSS.idl
|
2d45e1fca5
LibWeb: Port the CSS namespace to IDL
|
2 年 前 |
CSSConditionRule.cpp
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年 前 |
CSSConditionRule.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年 前 |
CSSConditionRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSFontFaceRule.cpp
|
ff8495de35
LibWeb: Make factory method of CSS::CSSFontFaceRule fallible
|
2 年 前 |
CSSFontFaceRule.h
|
ff8495de35
LibWeb: Make factory method of CSS::CSSFontFaceRule fallible
|
2 年 前 |
CSSFontFaceRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSGroupingRule.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSGroupingRule.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSGroupingRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSImportRule.cpp
|
d53d8cacec
LibWeb: Make factory method of CSS::CSSImportRule fallible
|
2 年 前 |
CSSImportRule.h
|
d53d8cacec
LibWeb: Make factory method of CSS::CSSImportRule fallible
|
2 年 前 |
CSSImportRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSMediaRule.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSMediaRule.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSMediaRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSRule.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
CSSRule.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
CSSRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSRuleList.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSRuleList.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSRuleList.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSStyleDeclaration.cpp
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 年 前 |
CSSStyleDeclaration.h
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 年 前 |
CSSStyleDeclaration.idl
|
725a758c66
LibIDL: Also parse extended attributes after 'optional'
|
2 年 前 |
CSSStyleRule.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSStyleRule.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSStyleRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
CSSStyleSheet.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSStyleSheet.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
CSSStyleSheet.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 年 前 |
CSSSupportsRule.cpp
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 年 前 |
CSSSupportsRule.h
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 年 前 |
CSSSupportsRule.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
Clip.cpp
|
8163ee1500
LibWeb: Use rect value in CSS clip property
|
2 年 前 |
Clip.h
|
8163ee1500
LibWeb: Use rect value in CSS clip property
|
2 年 前 |
ComputedValues.h
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 年 前 |
Default.css
|
2ad9c1fd6c
LibWeb: Re-implement checkbox painting using the UA stylesheet
|
2 年 前 |
Display.cpp
|
dca19b764b
LibWeb: Port CSS::Display to new Strings
|
2 年 前 |
Display.h
|
dca19b764b
LibWeb: Port CSS::Display to new Strings
|
2 年 前 |
Enums.json
|
e75eb21a54
LibWeb: Support "start" and "end" values for justify-content
|
2 年 前 |
FontFace.cpp
|
c2f0b20d6b
LibWeb: Port FontFace to new Strings
|
2 年 前 |
FontFace.h
|
c2f0b20d6b
LibWeb: Port FontFace to new Strings
|
2 年 前 |
Frequency.cpp
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
Frequency.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
GeneralEnclosed.h
|
33e9c4e1b2
LibWeb: Port GeneralEnclosed to new Strings
|
2 年 前 |
GridTrackPlacement.cpp
|
9d99bd8258
LibWeb: Use String class in certain CSS Grid classes
|
2 年 前 |
GridTrackPlacement.h
|
9d99bd8258
LibWeb: Use String class in certain CSS Grid classes
|
2 年 前 |
GridTrackSize.cpp
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年 前 |
GridTrackSize.h
|
0448547553
LibWeb: Parse min and max-content
|
2 年 前 |
Identifiers.json
|
ab99e95549
LibWeb: Parse font-stretch CSS property
|
2 年 前 |
Length.cpp
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
Length.h
|
9e735cc02e
LibWeb: Remove unused includes for DeprecatedString
|
2 年 前 |
LengthBox.cpp
|
8deced39a8
LibWeb: Resolve cyclic declaration/definitions involving Length
|
2 年 前 |
LengthBox.h
|
8deced39a8
LibWeb: Resolve cyclic declaration/definitions involving Length
|
2 年 前 |
LinkStyle.idl
|
899fa30bdd
LibWeb: Extract the LinkStyle IDL mixin
|
2 年 前 |
MediaFeatures.json
|
aa48dda3a4
LibWeb: Add missing MEDIAQUERIES-5 media-features
|
3 年 前 |
MediaList.cpp
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 年 前 |
MediaList.h
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 年 前 |
MediaList.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
MediaQuery.cpp
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
MediaQuery.h
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 年 前 |
MediaQueryList.cpp
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 年 前 |
MediaQueryList.h
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 年 前 |
MediaQueryList.idl
|
f45d361f03
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
|
3 年 前 |
MediaQueryListEvent.cpp
|
d0f904dd4c
LibWeb: Port MediaQueryListEvent to new String
|
2 年 前 |
MediaQueryListEvent.h
|
d0f904dd4c
LibWeb: Port MediaQueryListEvent to new String
|
2 年 前 |
MediaQueryListEvent.idl
|
d0f904dd4c
LibWeb: Port MediaQueryListEvent to new String
|
2 年 前 |
Number.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
Percentage.cpp
|
93c999ce00
LibWeb: Stop handling impossible Percentage return values
|
3 年 前 |
Percentage.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
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
|
ab99e95549
LibWeb: Parse font-stretch CSS property
|
2 年 前 |
QuirksMode.css
|
e4fd042041
LibWeb: Flesh out the default "quirks mode" style sheet
|
2 年 前 |
Ratio.cpp
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
Ratio.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
Resolution.cpp
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
Resolution.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
ResolvedCSSStyleDeclaration.cpp
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 年 前 |
ResolvedCSSStyleDeclaration.h
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 年 前 |
Screen.cpp
|
57c34e6325
LibWeb: Make factory method of CSS::Screen fallible
|
2 年 前 |
Screen.h
|
57c34e6325
LibWeb: Make factory method of CSS::Screen fallible
|
2 年 前 |
Screen.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 年 前 |
Selector.cpp
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
Selector.h
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 年 前 |
SelectorEngine.cpp
|
be958a14cf
LibWeb: Use from_deprecated_fly_string() instead of from_utf8()
|
2 年 前 |
SelectorEngine.h
|
7eb7396f8b
LibWeb: Match styles for pseudo-elements
|
3 年 前 |
Serialize.cpp
|
85f3de6331
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
|
2 年 前 |
Serialize.h
|
85f3de6331
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
|
2 年 前 |
Size.cpp
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年 前 |
Size.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
StyleComputer.cpp
|
f7d2392b6c
LibWeb: Consider deprecated application/font-woff mime type
|
2 年 前 |
StyleComputer.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
StyleProperties.cpp
|
4c75d4af28
LibWeb: Stop using NonnullRefPtrVector for StyleValueVector
|
2 年 前 |
StyleProperties.h
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 年 前 |
StyleSheet.cpp
|
93238edf8f
LibWeb: Respect media attribute of style tag
|
2 年 前 |
StyleSheet.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
StyleSheet.idl
|
93238edf8f
LibWeb: Respect media attribute of style tag
|
2 年 前 |
StyleSheetList.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
StyleSheetList.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
StyleSheetList.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 年 前 |
StyleValue.cpp
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 年 前 |
StyleValue.h
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 年 前 |
Supports.cpp
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 年 前 |
Supports.h
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 年 前 |
Time.cpp
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
Time.h
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年 前 |
TransformFunctions.json
|
e4db71c88b
LibWeb: Support translate3d
|
2 年 前 |
UnicodeRange.h
|
fc3540c4b1
LibWeb: Port CSS::UnicodeRange to new Strings
|
2 年 前 |