index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
Age
Commit message (
Expand
)
Author
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibWeb: Fix that $0 was no longer accessible
davidot
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
RequestServer: Ignore preconnect requests for available connections
Ali Mohammad Pur
2021-10-01
Browser: Check m_console_client is non-null before dereferencing it
Idan Horowitz
2021-09-30
RequestServer: Avoid storing a strong reference to a socket in callbacks
Ali Mohammad Pur
2021-09-30
RequestServer: Use an OwnPtr for the connection cache vector
Ali Mohammad Pur
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_has_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-09-29
RequestServer: Correctly start preconnected TLS sockets
Ali Mohammad Pur
2021-09-28
WebContent: Coalesce paint invalidations to avoid spamming client
Andreas Kling
2021-09-28
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
Ali Mohammad Pur
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-27
LibWeb+Browser: Make ad blocking work in the multi-process world
Andreas Kling
2021-09-22
WebContent: Pass an empty bitmap object if the pointer is null
Karol Kosek
2021-09-21
CrashDaemon+CrashReporter: Streamline crash reporting a little bit
Andreas Kling
2021-09-20
WindowServer: Apply screen scaling when getting bitmap around cursor
David Isaksson
2021-09-19
LibCore+RequestServer: Ignore callbacks for cancelled network jobs
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-09-16
FileSystemAccessServer: Only compute basename when prompting
Brian Gianforcaro
2021-09-13
FileOperation: Deduplicate destination file names on copy
Tetsui Ohkubo
2021-09-12
AudioServer: Fix deadlock when playing two audio streams
kleines Filmröllchen
2021-09-12
Audio: Add per-client volume
kleines Filmröllchen
2021-09-12
AudioServer: Rename BufferQueue to ClientAudioStream
kleines Filmröllchen
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-09-12
ChessEngine: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-12
WebContent: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
WindowServer: Add IPC endpoint to get the color under cursor
Mustafa Quraish
2021-09-11
Compositor: Add API to get the color of a pixel
Mustafa Quraish
2021-09-11
LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call
Sam Atkins
2021-09-11
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
Sam Atkins
2021-09-10
WindowServer: Fix 'sticky' mouse after resize
Ben Wiederhake
2021-09-10
FileSystemAccessServer: Allow read-only access without prompting
Mustafa Quraish
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-08
LibWeb: Remove unused PageClient::is_multi_process()
Andreas Kling
[next]