Fix bug 1165428 - Restore support for binary components on a per-application basis. r=bsmedberg
This commit is contained in:
@@ -657,11 +657,13 @@ ParseManifest(NSLocationType aType, FileLocation& aFile, char* aBuf,
|
||||
continue;
|
||||
}
|
||||
|
||||
#ifndef MOZ_BINARY_EXTENSIONS
|
||||
if (directive->apponly && NS_APP_LOCATION != aType) {
|
||||
LogMessageWithContext(aFile, line,
|
||||
"Only application manifests may use the '%s' directive.", token);
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (directive->componentonly && NS_SKIN_LOCATION == aType) {
|
||||
LogMessageWithContext(aFile, line,
|
||||
|
||||
Reference in New Issue
Block a user