зеркало из https://github.com/mozilla/gecko-dev.git
backout Bug 679971 - remove Navigator.taintEnabled()
This commit is contained in:
Родитель
0d8a907889
Коммит
2f19124e5e
|
@ -567,6 +567,13 @@ Navigator::JavaEnabled(bool* aReturn)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
Navigator::TaintEnabled(bool *aReturn)
|
||||
{
|
||||
*aReturn = false;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
Navigator::RefreshMIMEArray()
|
||||
{
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include "domstubs.idl"
|
||||
|
||||
[scriptable, uuid(e610c037-db58-4cd7-8ed3-0d7f1422b4d3)]
|
||||
[scriptable, uuid(e0737ed5-89c5-4fe3-891e-a75bf3a1bb55)]
|
||||
interface nsIDOMNavigator : nsISupports
|
||||
{
|
||||
readonly attribute DOMString appCodeName;
|
||||
|
@ -62,6 +62,7 @@ interface nsIDOMNavigator : nsISupports
|
|||
readonly attribute nsIDOMMozPowerManager mozPower;
|
||||
|
||||
boolean javaEnabled();
|
||||
boolean taintEnabled();
|
||||
|
||||
/**
|
||||
* Pulse the device's vibrator, if it has one. If the device does not have a
|
||||
|
|
Загрузка…
Ссылка в новой задаче