Age | Commit message (Expand) | Author |
---|---|---|
2020-10-08 | LibWeb: Add OutOfProcessWebView::load_html() | Linus Groh |
2020-09-28 | ProtocolServer+LibWeb: Support more detailed HTTP requests | Andreas Kling |
2020-09-25 | Meta+LibHTTP through LibWeb: Make clang-format-10 clean | Ben Wiederhake |
2020-08-17 | LibWeb: Rename PageView => InProcessWebView | Andreas Kling |
2020-08-14 | LibWeb: Send keydown events to the focused frame | Andreas Kling |
2020-08-14 | LibWeb: Add "focused frame" concept, one focused Frame per Page | Andreas Kling |
2020-08-02 | LibWeb: Allow inserting text at the cursor by typing characters :^) | Andreas Kling |
2020-07-28 | LibWeb: Move the Page/Frame/EventHandler classes into Page/ | Andreas Kling |