Age | Commit message (Expand) | Author |
---|---|---|
2023-03-18 | LibWeb+LibWebView: Show shadow roots in the DOM inspector | Simon Wanner |
2023-01-26 | LibGfx: Remove `try_` prefix from bitmap creation functions | Tim Schumacher |
2023-01-26 | LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr() | Sam Atkins |
2023-01-17 | AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() | Sam Atkins |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-10 | Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY | Andrew Kaster |
2022-09-25 | LibWebView: Make DOMTreeModel usable outside of SerenityOS | Andreas Kling |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-15 | LibWebView: Move DOMTreeModel to LibWebView | DexesTTP |