Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
cc4b3cbacc
|
Meta: Update my e-mail address everywhere
|
2024-10-04 13:19:50 +02:00 |
|
Andreas Kling
|
18c54d8d40
|
LibJS: Make Cell::initialize() return void
Stop worrying about tiny OOMs.
Work towards #20405
|
2023-08-08 07:39:11 +02:00 |
|
Ali Mohammad Pur
|
06c6c40df9
|
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
This makes it possible to include fewer full definitions of things,
which makes the file about 30% faster to compile.
|
2023-07-11 09:38:37 +03:30 |
|
Andreas Kling
|
91656d63c7
|
LibJS: Inline Cell::Visitor::visit() functions
This allows the calls to MarkingVisitor::visit_impl() during GC to be
devirtualized in Heap::mark_live_cells().
|
2021-05-25 18:18:48 +02:00 |
|
Andreas Kling
|
6714cf3631
|
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
|
2021-05-17 19:53:00 +02:00 |
|