summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader/FrameLoader.h
AgeCommit message (Expand)Author
2023-05-30LibWeb: Add `Page::has_ongoing_navigation()`Aliaksandr Kalenik
2023-05-03LibWeb: Move document loading into separate fileAliaksandr Kalenik
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2022-12-30LibWeb: Store cookies for every HTTP responseLuke Wilde
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26LibWeb+WebContent: Label redirects with new FrameLoader::Type::RedirectBaitinq
2022-05-29LibWeb: Allow configuring the default error page pathDexesTTP
2022-05-29LibWeb: Allow configuring the default favicon pathDexesTTP
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-12LibWeb: Set response header cookies on redirectsIdan Horowitz
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas 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-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-11LibWeb: Add a maximum redirects limit to FrameLoaderIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling