зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1006500 - Expose hit-target fluffing prefs as settings. r=21, f=ochameau
This commit is contained in:
Родитель
31f5292e06
Коммит
c041bf37d0
|
@ -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': ''
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче