зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1014579 - [RTSP][V2.0] Full screen mode message shows null host when open in a new tab. r=sworkman
This commit is contained in:
Родитель
7d71501223
Коммит
5c4280404e
|
@ -40,8 +40,8 @@ RtspHandler::GetDefaultPort(int32_t *aDefaultPort)
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
RtspHandler::GetProtocolFlags(uint32_t *aProtocolFlags)
|
RtspHandler::GetProtocolFlags(uint32_t *aProtocolFlags)
|
||||||
{
|
{
|
||||||
*aProtocolFlags = URI_NORELATIVE | URI_NOAUTH | URI_INHERITS_SECURITY_CONTEXT |
|
*aProtocolFlags = URI_NORELATIVE | URI_NOAUTH | URI_LOADABLE_BY_ANYONE |
|
||||||
URI_LOADABLE_BY_ANYONE | URI_NON_PERSISTABLE | URI_SYNC_LOAD_IS_OK;
|
URI_NON_PERSISTABLE | URI_SYNC_LOAD_IS_OK;
|
||||||
|
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче