Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Issue 6969075: MAC Cookies (patch 5 of N) (Closed)

Created:
9 years, 7 months ago by abarth-chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Randy Smith (Not in Mondays), Paweł Hajdan Jr.
Visibility:
Public.

Description

MAC Cookies (patch 5 of N) To help folks deal with clock skew, we've changed the timestamp to the "age" of the credential, which is the number of seconds since the cookie was set (as opposed to the number of seconds since the epoch). This patch updates our implementation to match. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=85542

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -29 lines) Patch
M net/base/cookie_monster.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/cookie_monster_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/base/cookie_store.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_mac_signature.h View 3 chunks +6 lines, -3 lines 0 comments Download
M net/http/http_mac_signature.cc View 5 chunks +15 lines, -14 lines 0 comments Download
M net/http/http_mac_signature_unittest.cc View 6 chunks +17 lines, -6 lines 2 comments Download
M net/url_request/url_request_http_job.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
abarth-chromium
@cbentzel: Here's a small patch, if you have time before your vacation. Otherwise, no worries. ...
9 years, 7 months ago (2011-05-13 21:40:02 UTC) #1
abarth-chromium
+rdsmith for trivial changes to the cookie monster.
9 years, 7 months ago (2011-05-13 21:40:37 UTC) #2
abarth-chromium
rdsmith would you be willing to look at this patch since cbentzel is out-of-the-office? Thanks.
9 years, 7 months ago (2011-05-14 18:56:35 UTC) #3
Randy Smith (Not in Mondays)
LGTM, with the caveat that I haven't read the updated RFC, so I'm just checking ...
9 years, 7 months ago (2011-05-16 20:06:46 UTC) #4
abarth-chromium
Thanks! http://codereview.chromium.org/6969075/diff/1/net/http/http_mac_signature_unittest.cc File net/http/http_mac_signature_unittest.cc (right): http://codereview.chromium.org/6969075/diff/1/net/http/http_mac_signature_unittest.cc#newcode25 net/http/http_mac_signature_unittest.cc:25: base::Time::Now(), On 2011/05/16 20:06:46, rdsmith wrote: > Just ...
9 years, 7 months ago (2011-05-16 20:13:15 UTC) #5
commit-bot: I haz the power
9 years, 7 months ago (2011-05-16 22:18:44 UTC) #6
Change committed as 85542

Powered by Google App Engine
This is Rietveld 408576698