servo/tests/unit
Raghav c1518adba8 Redesign CookieStorage and Implement Leave Secure Cookie Alone
CookieStorage has been refactored to use HashMap with base domain as the
key. Values of hashmap is vector of cookies.
CookieStorage now has max_per_host which restricts maximum cookies that
can be added per base domain.
Cookie eviction doesnot take place if max_per_host is not reached.
Cookie eviction logic implemented here does following steps
1) Evict all expired cookies
2) Remove oldest accessed non-secure cookie If any
3) When no non-secure cookie exist, remove oldest accessed secure cookie
if new cookie being added is secure. Else ignore new cookie
2016-12-04 16:29:38 -05:00
..
gfx Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
layout #13262 Add a unit test verifying that SpecificFragmentInfo size 2016-09-25 10:35:39 +02:00
net Redesign CookieStorage and Implement Leave Secure Cookie Alone 2016-12-04 16:29:38 -05:00
net_traits Moved pub_domains to net_traits and did a spring clean. 2016-09-29 17:28:47 -05:00
profile Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
script Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
style Auto merge of #14421 - upsuper:patch-2, r=emilio 2016-12-02 20:18:05 -08:00
stylo Auto merge of #14335 - upsuper:stylo-unit-rerun-build, r=bholley 2016-11-25 10:01:16 -08:00
util Replaced mutex in constellation logging by a reentrant mutex. 2016-07-29 09:44:45 -05:00