зеркало из https://github.com/mozilla/pjs.git
Bug 323455: chrome override URIs not resolved, p=chpe@gnome.org, r=bsmedberg
This commit is contained in:
Родитель
849c7aae0d
Коммит
a8ee89668a
|
@ -2423,7 +2423,7 @@ nsChromeRegistry::ProcessManifestBuffer(char *buf, PRInt32 length,
|
|||
nsCOMPtr<nsIURI> chromeuri, resolveduri;
|
||||
rv = io->NewURI(nsDependentCString(chrome), nsnull, nsnull,
|
||||
getter_AddRefs(chromeuri));
|
||||
rv |= io->NewURI(nsDependentCString(resolved), nsnull, nsnull,
|
||||
rv |= io->NewURI(nsDependentCString(resolved), nsnull, manifestURI,
|
||||
getter_AddRefs(resolveduri));
|
||||
if (NS_FAILED(rv))
|
||||
continue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче