michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: const PREF_INVALID = 0; michael@0: const PREF_BOOL = 128; michael@0: const PREF_INT = 64; michael@0: const PREF_STRING = 32; michael@0: michael@0: const MAX_PREF_LENGTH = 1 * 1024 * 1024; michael@0: michael@0: function makeList(a) michael@0: { michael@0: var o = {}; michael@0: for(var i=0; i