Bug 605098 - Kill navigator.securityPolicy; r=dveditz

This commit is contained in:
Ms2ger 2011-04-12 21:04:31 -04:00
Родитель bbc2ae5a8c
Коммит c485dc0dbd
2 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -10713,12 +10713,6 @@ nsNavigator::GetProductSub(nsAString& aProductSub)
return rv;
}
NS_IMETHODIMP
nsNavigator::GetSecurityPolicy(nsAString& aSecurityPolicy)
{
return NS_OK;
}
NS_IMETHODIMP
nsNavigator::GetMimeTypes(nsIDOMMimeTypeArray **aMimeTypes)
{

Просмотреть файл

@ -39,7 +39,7 @@
#include "domstubs.idl"
[scriptable, uuid(777bd8a1-38c1-4b12-ba8f-ff6c2eb8c56b)]
[scriptable, uuid(d7758ece-f088-4701-9ae4-1450192dca38)]
interface nsIDOMNavigator : nsISupports
{
readonly attribute DOMString appCodeName;
@ -54,7 +54,6 @@ interface nsIDOMNavigator : nsISupports
readonly attribute DOMString product;
readonly attribute DOMString productSub;
readonly attribute nsIDOMPluginArray plugins;
readonly attribute DOMString securityPolicy;
readonly attribute DOMString userAgent;
readonly attribute boolean cookieEnabled;
readonly attribute boolean onLine;