Andreas Kling
|
bd7599ccfc
|
LibCore: Remove macro-generated EventReceiver::try_create(...) factories
We can just use the infallible factory everywhere instead.
|
2025-08-11 16:55:25 +02:00 |
|
Andreas Kling
|
aec1f6aa7e
|
LibCore: Remove unused CustomEvent
|
2025-08-11 16:55:25 +02:00 |
|
Andreas Kling
|
c47e253c60
|
LibCore: Remove unused "visible for timer purposes" concept
This was a long-unused leftover from SerenityOS.
|
2025-08-11 16:55:25 +02:00 |
|
Andreas Kling
|
0037df88d5
|
LibCore: Remove unused ChildEvent
|
2025-08-11 16:55:25 +02:00 |
|
Andreas Kling
|
75091016d7
|
LibCore: Remove parent/child concept from EventReceiver
This ownership model is no longer used.
|
2025-08-11 16:55:25 +02:00 |
|
Andreas Kling
|
34709cc796
|
LibCore: Remove unused "name" concept from EventReceiver
|
2025-08-11 16:55:25 +02:00 |
|
Jelle Raaijmakers
|
4c88c7445c
|
LibCore: Remove EventReceiver's event filter
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
This went unused.
|
2025-07-14 11:54:57 +01:00 |
|
Timothy Flynn
|
7280ed6312
|
Meta: Enforce newlines around namespaces
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
|
2025-05-14 02:01:59 -06:00 |
|
Andreas Kling
|
4eda7b5646
|
LibCore: Make EventReceiver ref counting use atomics
This removes a race in ImageDecoder's make_decode_image_job(), where the
ref count of `this` is mutated from separate threads in the callbacks.
|
2024-12-26 13:45:10 +01:00 |
|
Pavel Shliak
|
6f81b80114
|
Everywhere: Include HashMap only where it's actually used
|
2024-12-09 12:31:16 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|