Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | [DEFAULT] |
michael@0 | 2 | skip-if = e10s # Bug ?????? - devtools tests disabled with e10s |
michael@0 | 3 | subsuite = devtools |
michael@0 | 4 | support-files = |
michael@0 | 5 | head.js |
michael@0 | 6 | storage-dynamic-windows.html |
michael@0 | 7 | storage-listings.html |
michael@0 | 8 | storage-unsecured-iframe.html |
michael@0 | 9 | storage-updates.html |
michael@0 | 10 | storage-secured-iframe.html |
michael@0 | 11 | navigate-first.html |
michael@0 | 12 | navigate-second.html |
michael@0 | 13 | |
michael@0 | 14 | [browser_storage_dynamic_windows.js] |
michael@0 | 15 | [browser_storage_listings.js] |
michael@0 | 16 | [browser_storage_updates.js] |
michael@0 | 17 | [browser_navigateEvents.js] |