[dev-servo] Function to get base domain

2016-11-27 Thread Raghavendra Nayak Muddur
Hi, We are working on updating cookie storage to use hashmap where the key is a base domain of the cookie. We found getting the base domain from URL manually writing new function little challenging since base domain name has the different format like google.com, google.co.uk, localhost etc. So I w

[dev-servo] Upgrading Hyper version in Servo

2016-10-29 Thread Raghavendra Nayak Muddur
Hi, We are 3 people from NCSU working on "Network Security Project". We have completed initial steps and got pull request to add 2 enum constants merged in Hyper(https://github.com/hyperium/hyper/pull/943) codebase. However we see that servo relies on specific version of Hyper(0.9.10), due to this