Tim Ledbetter
|
84193f2746
LibWeb: Align StyleSheet title getter with the specification
|
1 سال پیش |
Andreas Kling
|
819f2c1df6
LibWeb: Don't redundantly re-sort StyleSheetList on sheet removal
|
1 سال پیش |
Tim Ledbetter
|
25f8c26624
LibWeb: Flesh out `StyleSheetList::add_a_css_style_sheet()` steps
|
1 سال پیش |
Tim Ledbetter
|
d5cddd4696
LibWeb: Unset stylesheet properties when removing from a StyleSheetList
|
1 سال پیش |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 سال پیش |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 سال پیش |
Andrew Kaster
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
1 سال پیش |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 سال پیش |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 سال پیش |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 سال پیش |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 سال پیش |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 سال پیش |
Andreas Kling
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 سال پیش |
Andreas Kling
|
1f166b3a15
LibWeb: Don't re-sort StyleSheetList on every new sheet insertion
|
2 سال پیش |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 سال پیش |
Luke Wilde
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
2 سال پیش |
Kenneth Myhra
|
719839b882
LibWeb: Make factory method of CSS::StyleSheetList fallible
|
2 سال پیش |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 سال پیش |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 سال پیش |
Timothy Flynn
|
af75493883
LibWeb: Move passing of Web object prototypes out of constructors
|
2 سال پیش |
Andreas Kling
|
14d4f227f2
LibWeb: Don't invalidate style when adding/removing empty style sheet
|
2 سال پیش |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 سال پیش |
Andreas Kling
|
524ec95bcd
LibWeb: Keep CSS sheets sorted in document tree order
|
2 سال پیش |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 سال پیش |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 سال پیش |
Andreas Kling
|
5366924f11
LibWeb: Make StyleSheetList GC-allocated
|
2 سال پیش |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 سال پیش |
Andreas Kling
|
6e70670e0b
LibWeb: Load fonts from style sheet once when sheet is added
|
3 سال پیش |
Andreas Kling
|
759bfbb572
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
|
3 سال پیش |
Andreas Kling
|
a13079f757
LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()
|
3 سال پیش |