Age | Commit message (Expand) | Author |
---|---|---|
2023-03-07 | LibWeb: Convert Platform::Timer to JS::SafeFunction | Luke Wilde |
2023-01-12 | Userland: Replace remaining Core::Timer::construct()s with try_create() | Sam Atkins |
2023-01-06 | LibWeb: Use default system fonts for `serif`, `sans-serif`, etc. | Andreas Kling |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-08 | LibWeb+WebContent: Add EventLoopPlugin::quit() virtual | Andreas Kling |
2022-09-21 | LibWeb+WebContent: Move Serenity EventLoop and Font plugins into LibWeb | Sam Atkins |
2022-09-17 | LibWeb: Get default fonts via Platform::FontPlugin | Andreas Kling |
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 |