Bug 1006500 - Expose hit-target fluffing prefs as settings. r=21, f=ochameau

This commit is contained in:
Jan Keromnes 2014-05-14 06:09:00 -04:00
Родитель 31f5292e06
Коммит c041bf37d0
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -686,6 +686,18 @@ let settingsToObserve = {
prefName: 'dom.sms.strict7BitEncoding',
defaultValue: false
},
'ui.touch.radius.leftmm': {
resetToPref: true
},
'ui.touch.radius.topmm': {
resetToPref: true
},
'ui.touch.radius.rightmm': {
resetToPref: true
},
'ui.touch.radius.bottommm': {
resetToPref: true
},
'wap.UAProf.tagname': 'x-wap-profile',
'wap.UAProf.url': ''
};