Bug 1495304 - Remove unsupported feature policies, r=ckerschb

This commit is contained in:
Andrea Marchesini 2018-10-02 11:55:11 +02:00
Родитель 7b93c4f163
Коммит dfb9eb8319
1 изменённых файлов: 0 добавлений и 12 удалений

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

@ -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 },
};