summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/CookiesModel.cpp
AgeCommit message (Expand)Author
2023-05-29LibGUI: Allow FilteringProxyModel to optionally sort results by scoreTim Ledbetter
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Browser: Update Storage Inspector's cookie model when deleting cookiesTimothy Flynn
2022-10-22Browser: Show SameSite attribute in cookie storage inspectorSmrtnyk
2022-10-20Browser: Add ability to delete cookies from Storage InspectorSam Atkins
2022-05-07Browser: Add option to filter entries in Storage InspectorRafał Babiarz
2022-05-06Browser: Remove STL utility include from CookiesModelMacDue
2022-05-05Browser: Set all cookies at once instead adding them separatelyRafał Babiarz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29Browser: Reorder storage inspector columnsJelle Raaijmakers
2022-03-06Browser: Fix crash in Storage Inspector when the cookie list is emtpysa
2022-03-02Browser: Add storage inspectorRafał Babiarz