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
/
WebContent
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-09-16
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
Andreas Kling
2022-09-08
LibWeb+WebContent: Add abstraction layer for generic font families
Andreas Kling
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-08-14
Base: Launch ImageDecoder at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch WebSocket at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch Request at session start-up
Lucas CHOLLET
2022-05-15
LibWeb: Abstract the LibProtocol ResourceLoader connection
DexesTTP
2022-05-15
LibWeb: Abstract the LibProtocol WebSockets connection
DexesTTP
2022-05-15
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
DexesTTP
2022-03-24
WebContent: Remove accidentally committed unveil() call
Andreas Kling
2022-03-24
LibWeb: Bring CSS line-height implementation closer to spec
Andreas Kling
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-28
Revert "Userland: Invoke tzset in apps that care about time zones"
Timothy Flynn
2022-01-25
Userland: Invoke tzset in applications that care about time zones
Timothy Flynn
2022-01-23
Userland: Add promises to programs that will read /etc/timezone
Timothy Flynn
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-12-07
WebContent: Add missing TRY on client initialization
Hendiadyoin1
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-11-30
WebContent: Remove unnecessary client map
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-23
WebContent: Port to LibMain :^)
Andreas Kling
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
LibWeb: Port the WebContent service to Core::AnonymousBuffer for themes
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling