Andreas Kling
|
02da288413
LibWeb: Allow CSS @import rule to import non-UTF-8 style sheets
|
8 meses atrás |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 meses atrás |
Andreas Kling
|
ddbfac38b0
LibWeb: Note what's causing a style invalidation to happen
|
10 meses atrás |
Sam Atkins
|
240b58e90f
LibWeb/CSS: Set `@import` as the owner rule of their loaded style sheet
|
10 meses atrás |
Sam Atkins
|
4e18fce3a5
LibWeb: Set the location URL for `@import`-ed/`<link>`-ed style sheets
|
10 meses atrás |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 ano atrás |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 ano atrás |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 ano atrás |
Andreas Kling
|
7c95ebc302
LibWeb: Make Document::page() return a Page&
|
1 ano atrás |
Sam Atkins
|
9c1c7720c5
LibWeb: Use serialize_a_url() to serialize `@import url(...)`
|
1 ano atrás |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 ano atrás |
Shannon Booth
|
d400291ad9
LibWeb: Port CSSRule::serialized from DeprecatedString to String
|
1 ano atrás |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 ano atrás |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 ano atrás |
Andreas Kling
|
3a4d386f05
LibWeb: Fetch CSS @font-face fonts in @import'ed style sheets
|
1 ano atrás |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 ano atrás |
Andreas Kling
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 anos atrás |
Kenneth Myhra
|
d53d8cacec
LibWeb: Make factory method of CSS::CSSImportRule fallible
|
2 anos atrás |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 anos atrás |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 anos atrás |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 anos atrás |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anos atrás |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anos atrás |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 anos atrás |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 anos atrás |
Andreas Kling
|
36085676d2
LibWeb: Make CSSImportList mark its document
|
2 anos atrás |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 anos atrás |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 anos atrás |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 anos atrás |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 anos atrás |