Andreas Kling
|
4bc3055c0f
LibWeb: Only invalidate shadow root when style sheet inside changes
|
há 10 meses atrás |
Shannon Booth
|
9b1af542e7
Bindings: Implement is_supported_property_index in terms of item_value
|
há 11 meses atrás |
Shannon Booth
|
c5c1a8fcc7
Bindings: Make item_value return an Optional<JS::Value>
|
há 11 meses atrás |
Shannon Booth
|
081c92bf3d
Bindings: Remove exception handling for named_item
|
há 11 meses atrás |
Andreas Kling
|
819f2c1df6
LibWeb: Don't redundantly re-sort StyleSheetList on sheet removal
|
há 1 ano atrás |
Tim Ledbetter
|
25f8c26624
LibWeb: Flesh out `StyleSheetList::add_a_css_style_sheet()` steps
|
há 1 ano atrás |
Tim Ledbetter
|
d5cddd4696
LibWeb: Unset stylesheet properties when removing from a StyleSheetList
|
há 1 ano atrás |
Andrew Kaster
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
há 1 ano atrás |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
há 1 ano atrás |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
há 1 ano atrás |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
há 1 ano atrás |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
há 2 anos atrás |
Luke Wilde
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
há 2 anos atrás |
Kenneth Myhra
|
719839b882
LibWeb: Make factory method of CSS::StyleSheetList fallible
|
há 2 anos atrás |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
há 2 anos atrás |
Timothy Flynn
|
af75493883
LibWeb: Move passing of Web object prototypes out of constructors
|
há 2 anos atrás |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
há 2 anos atrás |
Andreas Kling
|
524ec95bcd
LibWeb: Keep CSS sheets sorted in document tree order
|
há 2 anos atrás |
Andreas Kling
|
3768743a0a
LibWeb: Remove now-unused Bindings::Wrappable class
|
há 2 anos atrás |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
há 2 anos atrás |
Andreas Kling
|
5366924f11
LibWeb: Make StyleSheetList GC-allocated
|
há 2 anos atrás |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
há 2 anos atrás |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
há 2 anos atrás |
Andreas Kling
|
3efa6cedec
LibWeb: Remove unused StyleSheetList::m_generation
|
há 3 anos atrás |
Andreas Kling
|
759bfbb572
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
|
há 3 anos atrás |
Andreas Kling
|
a13079f757
LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()
|
há 3 anos atrás |
Andreas Kling
|
646b37d1a9
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
|
há 3 anos atrás |
Sam Atkins
|
5098cd22a4
LibWeb: Evaluate `@media` rules
|
há 3 anos atrás |
Andreas Kling
|
d462a6720a
LibWeb: Reimplement the <style> element following the spec
|
há 3 anos atrás |
Luke Wilde
|
881e9d1341
LibWeb: Make StyleSheetList.item an IDL getter
|
há 3 anos atrás |