diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-17 20:24:27 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-17 20:24:27 +0000 |
commit | 10ebfce032159d84651d15206ec09a306f3463d8 (patch) | |
tree | 28c6b9bc95df87bed3c5ef340b72cb6fbe149c6e /AUTHORS | |
parent | 8aa85983c8250ed3c3c941afdc067b1c4c6694f1 (diff) | |
download | chromium_src-10ebfce032159d84651d15206ec09a306f3463d8.zip chromium_src-10ebfce032159d84651d15206ec09a306f3463d8.tar.gz chromium_src-10ebfce032159d84651d15206ec09a306f3463d8.tar.bz2 |
Fixed failed test in net_perftest.
TestAddCookieOnManyHosts would fail due to SetCookie() returning false when
true was expected. Cause of the failed cookie insert was due to httponly
cookie being used in the test. Removed httponly from cookie.
Patch by jroesslein@gmail.com
R=darin
-This line, and those below, will be ignored--
M AUTHORS
M net/base/cookie_monster_perftest.cc
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,3 +23,4 @@ Ibrar Ahmed <ibrar.ahmad@gmail.com> Fabien Tassin <fta@sofaraway.org> Kunal Thakar <kunalt@gmail.com> Mohamed Mansour <m0.interactive@gmail.com> +Joshua Roesslein <jroesslein@gmail.com> |