Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | { |
michael@0 | 2 | "id": "fxos_simulator@mozilla.org", |
michael@0 | 3 | "name": "fxos_simulator", |
michael@0 | 4 | "version": "1.0.dev", |
michael@0 | 5 | "fullName": "Firefox OS Simulator", |
michael@0 | 6 | "label": "Firefox OS", |
michael@0 | 7 | "description": "a Firefox OS simulator", |
michael@0 | 8 | "author": "Myk Melez (https://github.com/mykmelez)", |
michael@0 | 9 | "contributors": [ |
michael@0 | 10 | "Alexandre Poirot (https://github.com/ochameau)", |
michael@0 | 11 | "Anant Narayanan (https://github.com/anantn)", |
michael@0 | 12 | "Brandon Kase (https://github.com/bkase)", |
michael@0 | 13 | "Breck Yunits (https://github.com/breck7)", |
michael@0 | 14 | "César Carruitero (https://github.com/ccarruitero)", |
michael@0 | 15 | "David Gomes (https://github.com/davidgomes)", |
michael@0 | 16 | "Fabrice Desré (https://github.com/fabricedesre)", |
michael@0 | 17 | "Fraser Tweedale (https://github.com/frasertweedale)", |
michael@0 | 18 | "Harald Kirschner (https://github.com/digitarald)", |
michael@0 | 19 | "Jérémie Patonnier (https://github.com/JeremiePat)", |
michael@0 | 20 | "J. Ryan Stinnett (https://github.com/jryans)", |
michael@0 | 21 | "Kan-Ru Chen (陳侃如) (https://github.com/kanru)", |
michael@0 | 22 | "Louis Stowasser (https://github.com/louisstow)", |
michael@0 | 23 | "Luca Greco (https://github.com/rpl)", |
michael@0 | 24 | "Matthew Claypotch (https://github.com/potch)", |
michael@0 | 25 | "Matthew Riley MacPherson (https://github.com/tofumatt)", |
michael@0 | 26 | "Nick Desaulniers (https://github.com/nickdesaulniers)", |
michael@0 | 27 | "Soumen Ganguly (https://github.com/SoumenG)", |
michael@0 | 28 | "Sudheesh Singanamalla (https://github.com/sudheesh001)", |
michael@0 | 29 | "Victor Bjelkholm (https://github.com/VictorBjelkholm)" |
michael@0 | 30 | ], |
michael@0 | 31 | "permissions": { |
michael@0 | 32 | "private-browsing": true |
michael@0 | 33 | }, |
michael@0 | 34 | "preferences": [{ |
michael@0 | 35 | "type": "directory", |
michael@0 | 36 | "name": "gaiaProfile", |
michael@0 | 37 | "title": "Select a custom Gaia profile directory" |
michael@0 | 38 | }, { |
michael@0 | 39 | "type": "file", |
michael@0 | 40 | "name": "customRuntime", |
michael@0 | 41 | "title": "Select a custom runtime executable" |
michael@0 | 42 | }], |
michael@0 | 43 | "license": "MPL 2.0", |
michael@0 | 44 | "unpack": true, |
michael@0 | 45 | "dependencies": ["subprocess"] |
michael@0 | 46 | } |