зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1495304 - Remove unsupported feature policies, r=ckerschb
This commit is contained in:
Родитель
7b93c4f163
Коммит
dfb9eb8319
|
@ -25,10 +25,6 @@ struct FeatureMap {
|
|||
* DOM Security peer!
|
||||
*/
|
||||
static FeatureMap sSupportedFeatures[] = {
|
||||
// TODO: not supported yet!!!
|
||||
{ "accelerometer", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "ambient-light-sensor", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "autoplay", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
|
@ -40,20 +36,12 @@ static FeatureMap sSupportedFeatures[] = {
|
|||
// TODO: not supported yet!!!
|
||||
{ "geolocation", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "gyroscope", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "magnetometer", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "microphone", FeatureMap::eSelf },
|
||||
{ "midi", FeatureMap::eSelf },
|
||||
{ "payment", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "picture-in-picture", FeatureMap::eAll },
|
||||
// TODO: not supported yet!!!
|
||||
{ "speaker", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "usb", FeatureMap::eSelf },
|
||||
// TODO: not supported yet!!!
|
||||
{ "vr", FeatureMap::eSelf },
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче