RESOLVED FIXED 139409
Make deleting all cookies after a given date a little more sane
https://bugs.webkit.org/show_bug.cgi?id=139409
Summary Make deleting all cookies after a given date a little more sane
Anders Carlsson
Reported 2014-12-08 12:14:28 PST
Make deleting all cookies after a given date a little more sane
Attachments
Patch (17.97 KB, patch)
2014-12-08 12:21 PST, Anders Carlsson
koivisto: review+
Anders Carlsson
Comment 1 2014-12-08 12:21:10 PST
Antti Koivisto
Comment 2 2014-12-08 12:32:22 PST
Comment on attachment 242838 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=242838&action=review > Source/WebCore/platform/network/mac/CookieJarMac.mm:234 > + NSDate *date = [NSDate dateWithTimeIntervalSince1970:std::chrono::duration_cast<std::chrono::duration<double>>(timePoint.time_since_epoch()).count()]; Uh maybe put that std::chrono thing to a variable.
Anders Carlsson
Comment 3 2014-12-08 12:35:51 PST
Note You need to log in before you can comment on or make changes to this bug.