summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader/Resource.h
AgeCommit message (Expand)Author
2023-05-30LibWeb: Add `Page::has_ongoing_navigation()`Aliaksandr Kalenik
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-23LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResourceTimothy Flynn
2022-02-12LibWeb: Ignore Location headers unless the response status code is 3xxIdan Horowitz
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-05-18LibWeb: Change Resource's m_encoding to Optional<String>Max Wipfli
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling