DescriptionRevert of When parsing cookie expiration times, saturate out of range dates (patchset #6 id:100001 of https://chromiumcodereview.appspot.com/2424443002/ )
Reason for revert:
The new test
CookieUtilTest.ParseCookieExpirationTimeBeyond2038
is failing on "Linux test dbg" bot.
Original issue's description:
> When parsing cookie expiration times, saturate out of range dates
> rather than reject them.
>
> Roughly this means cookie expiration times prior to 1970 on (non-OSX)
> POSIX, or after 2038 on 32-bit (non-OSX) POSIX, will now be interpreted
> as either very small or very large base::Time values.
>
> BUG=649416
TBR=eroman@chromium.org,rdevlin.cronin@chromium.org,mmenke@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=649416
Committed: https://crrev.com/1b3ea5872041478fcd1e4fcec182961cd2d6e06d
Cr-Commit-Position: refs/heads/master@{#426240}
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|