Andreas Kling
|
3945e1a82a
LibJS: Make JS::Cell a Weakable
|
1 년 전 |
Tim Ledbetter
|
99b2eff988
LibWeb: Invalidate style when CSSStyleRule selectorText changes
|
1 년 전 |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 년 전 |
Andreas Kling
|
038e0ceee7
LibWeb: Avoid copying the CSS @namespace every time we run a selector
|
1 년 전 |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 년 전 |
Tim Ledbetter
|
1d825f17c0
LibWeb: Remove first rule if no argument is given for `remove_rule()`
|
1 년 전 |
Tim Ledbetter
|
3ea318ca8b
LibWeb: Implement `CSSStyleSheet.addRule()`
|
1 년 전 |
Tim Ledbetter
|
87b52a1816
LibWeb: Implement `CSSStyleSheet.replaceSync()`
|
1 년 전 |
Tim Ledbetter
|
81c67d34eb
LibWeb: Implement `CSSStyleSheet.replace()`
|
1 년 전 |
Tim Ledbetter
|
d209d5a84f
LibWeb: Ensure CSSStyleSheet::css_rules() always returns the same object
|
1 년 전 |
Tim Ledbetter
|
b0f57a2785
LibWeb: Add CSSStyleSheet constructor binding
|
1 년 전 |
Tim Ledbetter
|
9b1ea4e2fc
LibWeb: Add `CSSStyleSheet.ownerRule` attribute
|
1 년 전 |
Shannon Booth
|
b7bcdf7c53
LibWeb: Fix UAF in CSSStyleSheet
|
1 년 전 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 년 전 |
Shannon Booth
|
da637a527d
LibWeb: Port CSSStyleSheet interface from DeprecatedString to String
|
1 년 전 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 년 전 |
Sam Atkins
|
4b7b726888
LibWeb: Track all namespace rules in a CSSStyleSheet, and expose them
|
1 년 전 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 년 전 |
Sam Atkins
|
0805060e5e
LibWeb: Speed up CSS namespace checking
|
1 년 전 |
Jonah
|
60e35f2a97
LibWeb: Rough implementation of CSS namespace rule
|
1 년 전 |
Ali Mohammad Pur
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
2 년 전 |
Ali Mohammad Pur
|
e90752cc21
LibWeb: Add preliminary support for CSS animations
|
2 년 전 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 년 전 |
Andreas Kling
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 년 전 |
Kenneth Myhra
|
a49ea467ad
LibWeb: Make factory method of CSS::CSSStyleSheet 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
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Aliaksandr Kalenik
|
93238edf8f
LibWeb: Respect media attribute of style tag
|
2 년 전 |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 년 전 |