Bug 675372 - Allow resource protocol mappings in chrome.manifest files of bootstrapped add-ons; r=Unfocused

This commit is contained in:
Geoff Lankow
2015-01-22 20:00:13 +13:00
parent d16346b94e
commit ac1cf40d04
8 changed files with 113 additions and 22 deletions

View File

@@ -137,7 +137,7 @@ static const ManifestDirective kParsingTable[] = {
nullptr, &nsChromeRegistry::ManifestOverride, nullptr
},
{
"resource", 2, true, true, false, false,
"resource", 2, true, true, true, false,
nullptr, &nsChromeRegistry::ManifestResource, nullptr
}
};