summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page/Page.cpp
AgeCommit message (Expand)Author
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-31LibWeb+WebContent: Add set_preferred_color_scheme IPC callSam Atkins
2021-09-28LibWeb: Fire "keyup" events as well :^)Andreas Kling
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibWeb: Start tracking elapsed time when a resource is loadedBrian Gianforcaro
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling