Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 年之前 |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 年之前 |
Sam Atkins
|
374b6cdffd
LibWeb: Return String from CSSImportRule::href()
|
1 年之前 |
Shannon Booth
|
d400291ad9
LibWeb: Port CSSRule::serialized from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Ali Mohammad Pur
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
2 年之前 |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 年之前 |
Andreas Kling
|
45f8542965
LibWeb: Actually visit rules and media queries in imported style sheets
|
2 年之前 |
Kenneth Myhra
|
d53d8cacec
LibWeb: Make factory method of CSS::CSSImportRule fallible
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 年之前 |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 年之前 |
Andreas Kling
|
36085676d2
LibWeb: Make CSSImportList mark its document
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 年之前 |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Sam Atkins
|
0cf8986a1e
LibWeb: Add CSSImportRule wrapper
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年之前 |
Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 年之前 |
Andreas Kling
|
f47c658275
LibWeb: Make CSSImportRule::m_document a WeakPtr
|
3 年之前 |
Sam Atkins
|
738e682ae0
LibWeb: Make `@import` rules functional again :^)
|
3 年之前 |
Ben Wiederhake
|
0db6ca4065
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
|
3 年之前 |
Andreas Kling
|
3db847c64a
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
|
3 年之前 |