WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-12-08 12:21:10 PST
Created
attachment 242838
[details]
Patch
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
Committed
r176963
: <
http://trac.webkit.org/changeset/176963
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug