Bug 631271 - Don't ship with defaults/profile/prefs.js r=bsmedberg

MozReview-Commit-ID: 1wz3BHEZa8N

--HG--
extra : rebase_source : 2398f3e19d70b7a6a47ba9a80c17029dad1276f0
This commit is contained in:
Dan Banner 2017-04-18 14:56:15 +01:00
Родитель 63a5af42e4
Коммит 229f42c417
4 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -17,7 +17,6 @@ SOURCES += [
]
FINAL_TARGET_FILES += ['blocklist.xml']
FINAL_TARGET_FILES.defaults.profile += ['profile/prefs.js']
FINAL_TARGET_FILES.defaults += ['permissions']
DEFINES['APP_VERSION'] = CONFIG['MOZ_APP_VERSION']

Просмотреть файл

@ -1,13 +0,0 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
# Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the browser is running,
* the changes will be overwritten when the browser exits.
*
* To make a manual change to preferences, you can visit the URL about:config
*/

Просмотреть файл

@ -288,9 +288,6 @@ const ignorableWhitelist = new Set([
// Bug 1351675 - should this file be packaged?
"resource://app/defaults/pinning/pins.json",
// Bug 1351682 - should be removed?
"resource://app/defaults/profile/prefs.js",
// Bug 1351669 - obsolete test file
"resource://gre/res/test.properties",
]);

Просмотреть файл

@ -6,7 +6,6 @@
* matching files which have errors:
*/
const kWhitelist = new Set([
/defaults\/profile\/prefs.js$/,
/browser\/content\/browser\/places\/controller.js$/,
]);