зеркало из https://github.com/mozilla/gecko-dev.git
Register sockstub protocol.
This commit is contained in:
Родитель
45d6b30fe5
Коммит
5b16c58aaa
|
@ -108,6 +108,8 @@ NS_InitializeHttpURLFactory(nsINetService* inet)
|
|||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("javascript"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("sockstub"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
|
||||
done:
|
||||
#if 0
|
||||
|
|
Загрузка…
Ссылка в новой задаче