summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Page/Page.cpp
AgeCommit message (Expand)Author
2020-10-08LibWeb: Add OutOfProcessWebView::load_html()Linus Groh
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-14LibWeb: Send keydown events to the focused frameAndreas Kling
2020-08-14LibWeb: Add "focused frame" concept, one focused Frame per PageAndreas Kling
2020-08-02LibWeb: Allow inserting text at the cursor by typing characters :^)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling