Age | Commit message (Expand) | Author |
---|---|---|
2020-10-08 | LibWeb: Handle theme change event in OutOfProcessWebView | Linus Groh |
2020-10-08 | LibWeb: Add OutOfProcessWebView::load_empty_document() | Linus Groh |
2020-10-08 | LibWeb: Register the OutOfProcessWebView widget | Linus Groh |
2020-10-08 | LibWeb: Add OutOfProcessWebView::load_html() | Linus Groh |
2020-09-12 | LibWeb: Support window.alert() in multi-process context | Andreas Kling |
2020-09-11 | LibWeb: Use widget override cursors | Andreas Kling |
2020-09-11 | LibGUI+WindowServer: Rename window "override cursor" to just "cursor" | Andreas Kling |
2020-09-10 | LibGfx: Move StandardCursor enum to LibGfx | Andreas Kling |
2020-08-30 | Libraries: Unbreak building with extra debug macros | Ben Wiederhake |
2020-08-24 | LibWeb: Move OutOfProcessWebView into the Web namespace | AnotherTest |
2020-08-17 | LibWeb: Rename WebContentView => OutOfProcessWebView | Andreas Kling |