servo/tests/unit
bors-servo 6166d8e74f Auto merge of #11544 - jdm:privatebrowsing, r=asajeffrey
Implement private browsing for mozbrowser

<!-- Please describe your changes on the following line: -->
Support the `mozprivatebrowsing` attribute on mozbrowser iframes. This separates the non-private and private sessions in terms of cookies, HSTS lists, cached HTTP credentials, HTTP connection pools, and web storage. The private session is shared between all private mozbrowsers, and lasts until shutdown.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] There are tests for these changes

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11544)
<!-- Reviewable:end -->
2016-06-20 14:32:17 -05:00
..
gfx Don't load all font faces sources 2016-06-10 21:51:06 +02:00
layout Remove the wrapper::ServoThreadSafeLayoutNode re-export. 2016-06-20 19:08:09 +02:00
net Auto merge of #11544 - jdm:privatebrowsing, r=asajeffrey 2016-06-20 14:32:17 -05:00
net_traits Move trim_http_whitespace to net_traits. 2016-06-07 14:20:08 +02:00
profile Fix warnings in unit tests 2016-05-12 12:22:00 -07:00
script Remove the wrapper::ServoThreadSafeLayoutNode re-export. 2016-06-20 19:08:09 +02:00
style Move LengthOrPercentageOrAuto to style::attr. 2016-06-06 08:54:34 +02:00
util Remove empty lines following braces. 2016-05-27 13:32:05 -04:00