зеркало из https://github.com/mozilla/gecko-dev.git
Add exception for unreferenced IndexedDB.jsm. r=me (no bug)
MozReview-Commit-ID: TNmhQ59Nca --HG-- extra : rebase_source : 17334524ba02dd5ec213fd995c1deadb8fb41d54
This commit is contained in:
Родитель
65beb79d45
Коммит
1b252764d3
|
@ -118,6 +118,9 @@ var whitelist = [
|
|||
// browser/extensions/pdfjs/content/web/viewer.js#7450
|
||||
{file: "resource://pdf.js/web/debugger.js"},
|
||||
|
||||
// Needed by Normandy
|
||||
{file: "resource://gre/modules/IndexedDB.jsm"},
|
||||
|
||||
// Starting from here, files in the whitelist are bugs that need fixing.
|
||||
// Bug 1339420
|
||||
{file: "chrome://branding/content/icon128.png"},
|
||||
|
|
Загрузка…
Ссылка в новой задаче