summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/CMakeLists.txt
AgeCommit message (Expand)Author
2022-09-16LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPluginAndreas Kling
2022-09-08LibWeb+WebContent: Add abstraction layer for generic font familiesAndreas Kling
2022-09-07LibWeb+WebContent: Add abstraction layer for event loop and timersAndreas Kling
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-05-26WebContent: Depend on ImageDecoder, RequestServer and WebSocketKarol Kosek
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-11-23WebContent: Port to LibMain :^)Andreas Kling
2021-09-06WebContent: Implement ConsoleGlobalObject which proxies to WindowObjectSam Atkins
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-02-28WebContent: Added IPC calls for initializing JS console and sending inputBrandon Scott
2021-01-12Services: Move to Userland/Services/Andreas Kling