Kenneth Myhra
|
d53d8cacec
LibWeb: Make factory method of CSS::CSSImportRule fallible
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 years ago |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
36085676d2
LibWeb: Make CSSImportList mark its document
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Sam Atkins
|
0cf8986a1e
LibWeb: Add CSSImportRule wrapper
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 years ago |
Andreas Kling
|
f47c658275
LibWeb: Make CSSImportRule::m_document a WeakPtr
|
3 years ago |
Sam Atkins
|
738e682ae0
LibWeb: Make `@import` rules functional again :^)
|
3 years ago |
Ben Wiederhake
|
0db6ca4065
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
|
3 years ago |
Andreas Kling
|
3db847c64a
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
|
3 years ago |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
3 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
136d774885
LibWeb: CSSImportRule::set_style_sheet() should take a CSSStyleSheet
|
4 years ago |
Andreas Kling
|
0d8c9024ee
LibWeb: Add fast_is<T> for CSSRule subclasses
|
4 years ago |
Andreas Kling
|
fefb05f6f3
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
|
4 years ago |
Sviatoslav Peleshko
|
183ebaee91
LibWeb: Add actual document loading for the CSS (at)import rule
|
4 years ago |
Sviatoslav Peleshko
|
54617e1a91
LibWeb: Added simple parsing for (at)import rules
|
4 years ago |