summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Cookie/ParsedCookie.cpp
AgeCommit message (Expand)Author
2023-05-24Userland: Remove remaining users of Duration::now_realtime()kleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-11-11LibWeb: Add a string-to-same-site-attribute converterTimothy Flynn
2022-10-22LibWeb: Parse SameSite cookie attributeSmrtnyk
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27LibWeb: Use date constantsLenny Maiorani
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16LibWeb: Impose a sane max cookie sizeTimothy Flynn
2021-04-14Browser+LibWeb: Move cookie parser into LibWebTimothy Flynn