Граф коммитов

61 Коммитов

Автор SHA1 Сообщение Дата
Michael Wu ac54b41b01 Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Adam Barth 7429664a8c Bug 610218 - Quotes in "path" for Set-Cookie are taken literally; r=dwitte 2011-04-14 15:58:42 -04:00
Dan Witte e9fd1638a7 Fix bug 616264. r=ehsan,sdwilsh, a=beta9+ 2010-12-22 13:50:56 -08:00
Dan Witte 38f3272f09 Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 5: Replace expired cookies eagerly, and make expired cookies visible in API results. r=sdwilsh, a=betaN+ 2010-10-19 17:24:53 -07:00
Dan Witte 594154569f Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=betaN+ 2010-10-19 17:24:52 -07:00
Dan Witte 4dca9a23a7 Back out all cookie changes due to bug 602746. a=omgeverythingisbroken 2010-10-07 19:02:30 -07:00
Dan Witte e5fb81c2ad Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=beta8+ 2010-10-07 14:00:17 -07:00
Dan Witte 3309f21bec Remove unnecessary sleep(). No bug, test-only. 2010-09-16 13:21:12 -07:00
Dan Witte 3aa0319b9f Manually set per-host limit in TestCookie. 2010-09-01 23:52:55 -07:00
Dan Witte 11ec85c1f0 Remove unnecessary stripping of quotes prior to calling PR_ParseTimeString. b=542974, r=abarth 2010-02-10 12:22:49 -08:00
Dan Witte 4f7ba69156 Fix failing test. 2010-02-09 15:42:44 -08:00
Adam Barth a92e38d811 Bug 542974 - Make the cookie parser's handling of " characters more like IE. r=dwitte 2010-02-09 13:07:16 -08:00
Adam Barth 86c4930b0b Bug 536514 - Treat leading and trailing "."s in Domain attributes like other browsers. r=dwitte 2009-12-26 13:39:35 -08:00
Dan Witte 0cb510d5ba Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor 2009-12-15 14:21:28 -08:00
Mark Banner e0f916c144 Bug 501925 Change cookie policy to relax the mailnews-specific APP_TYPE_MAIL requirement. r=Neil,r=dwitte,sr=dmose 2009-09-02 09:42:53 +01:00
Dan Witte bb68403e34 Backed out changeset d6a5afef5837 2009-03-16 01:33:54 -07:00
Dan Witte 26d3087f14 Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor 2009-03-15 21:38:56 -07:00
Chris Double 47fac6bd86 Backed out changeset 98381f8c8e08 due to test failure 2009-03-05 23:19:14 +13:00
Dan Witte 97680e7dec change cookie eviction so that purges only take place when the limit on max cookies is reached, and the oldest cookie is greater than a set age. b=444600, r=sdwilsh,
sr=mconnor.
2009-03-04 22:11:24 -08:00
Dan Witte ec46e5cdc6 bump cookie limit from 1000 to 3000 to reduce occurrence of cookie purges. b=444600, r+sr=mconnor. 2009-02-03 19:11:33 -08:00
reed@reedloden.com 5a717590e5 Bug 407845 - "nsCookieService::FindCookie() shouldn't return expired cookies" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r+sr=biesi a1.9=damons] 2008-04-08 12:24:58 -07:00
dwitte@stanford.edu bc5f3af068 Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+ 2008-03-12 00:53:50 -07:00
dwitte@stanford.edu 00a26fac63 add tests for bug 385299. 2007-12-04 18:45:40 -08:00
dwitte@stanford.edu 580bbbf8e9 relanding bug 385299 and updating tests. 2007-12-04 16:03:22 -08:00
dwitte@stanford.edu 9c27151c0e backing out the kitchen sink. 2007-11-19 02:15:55 -08:00
dwitte@stanford.edu a6ce7226ca temporarily disabling tests. 2007-11-18 23:08:46 -08:00
dwitte@stanford.edu 7f5fa28266 relanding modified patch for bug 403372. 2007-11-18 00:08:34 -08:00
reed@reedloden.com 467632c45e Back out dwitte's cookie monster patch (bug 403372) due to Tp regression. 2007-11-17 01:49:18 -08:00
dwitte@stanford.edu 77ee93dd71 fix test. 2007-11-16 23:07:24 -08:00
dwitte@stanford.edu a6785c8f6a relanding bug 403372. 2007-11-16 22:08:10 -08:00
dwitte@stanford.edu 093db8c452 add cookie tests for creation time ordering and eviction. 2007-07-16 14:06:55 -07:00
dwitte@stanford.edu 03fc13d2b5 add unit tests for previous checkin. 2007-07-10 20:28:01 -07:00
dwitte@stanford.edu 85ec4d77d0 prevent creating, modifying, and deleting HttpOnly cookies from web content, and add unit tests to that effect. b=383181, r+sr=dveditz 2007-06-26 01:36:50 -07:00
dwitte@stanford.edu 0a2fbc705f missed this file in previous checkin. 2007-06-17 17:01:10 -07:00
dwitte@stanford.edu 208f04d630 unit test for new cookie path checks, per bug 373228. 2007-05-07 04:40:23 -07:00
dwitte@stanford.edu ff4afd6930 add nsICookieManager{2} interface tests. 2007-05-05 18:31:06 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
reed%reedloden.com 9441ef1ee3 Bug 407845 - "nsCookieService::FindCookie() shouldn't return expired cookies" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r+sr=biesi a1.9=damons] 2008-04-08 19:24:58 +00:00
dwitte%stanford.edu dabe103242 Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+ 2008-03-12 07:53:58 +00:00
dwitte%stanford.edu 6e8cc561b5 add tests for bug 385299. 2007-12-05 02:45:40 +00:00
dwitte%stanford.edu c81b6f5525 relanding bug 385299 and updating tests. 2007-12-05 00:03:22 +00:00
dwitte%stanford.edu 9c7fee1ade backing out the kitchen sink. 2007-11-19 10:15:55 +00:00
dwitte%stanford.edu c8d36aa9e3 temporarily disabling tests. 2007-11-19 07:08:46 +00:00
dwitte%stanford.edu f50624ca07 relanding modified patch for bug 403372. 2007-11-18 08:08:34 +00:00
reed%reedloden.com 85fc03ec8f Back out dwitte's cookie monster patch (bug 403372) due to Tp regression. 2007-11-17 09:49:18 +00:00
dwitte%stanford.edu 69c196767b fix test. 2007-11-17 07:07:24 +00:00
dwitte%stanford.edu 15e51ab5b5 relanding bug 403372. 2007-11-17 06:08:10 +00:00
dwitte%stanford.edu 9ca4577650 add cookie tests for creation time ordering and eviction. 2007-07-16 21:06:55 +00:00
dwitte%stanford.edu 1d02c1a78d add unit tests for previous checkin. 2007-07-11 03:28:01 +00:00
dwitte%stanford.edu decdf58851 prevent creating, modifying, and deleting HttpOnly cookies from web content, and add unit tests to that effect. b=383181, r+sr=dveditz 2007-06-26 08:36:55 +00:00