author | Chris Jones <jones.chris.g@gmail.com> |
Sat, 29 Sep 2012 01:29:19 -0700 | |
changeset 108611 | c7f04c4993a257bfebb84e11f9a318918d87e5fc |
parent 108610 | 6d6fc6e9472a28a93000b0fb72823db02b8f9830 |
child 108612 | f1c3d164cffce9508c1e9e0db955cd162299d28c |
push id | 23568 |
push user | ryanvm@gmail.com |
push date | Sat, 29 Sep 2012 16:32:00 +0000 |
treeherder | mozilla-central@879cce846c1e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 789358 |
milestone | 18.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
b2g/app/b2g.js | file | annotate | diff | comparison | revisions |
--- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -549,18 +549,27 @@ pref("dom.ipc.processPrelauch.delayMs", // Ignore the "dialog=1" feature in window.open. pref("dom.disable_window_open_dialog_feature", true); // Screen reader support pref("accessibility.accessfu.activate", 2); // Enable hit-target fluffing -pref("ui.touch.radius.enabled", true); -pref("ui.mouse.radius.enabled", true); +pref("ui.touch.radius.enabled", false); +pref("ui.touch.radius.leftmm", 3); +pref("ui.touch.radius.topmm", 5); +pref("ui.touch.radius.rightmm", 3); +pref("ui.touch.radius.bottommm", 2); + +pref("ui.mouse.radius.enabled", false); +pref("ui.mouse.radius.leftmm", 3); +pref("ui.mouse.radius.topmm", 5); +pref("ui.mouse.radius.rightmm", 3); +pref("ui.mouse.radius.bottommm", 2); // Disable native prompt pref("browser.prompt.allowNative", false); // Minimum delay in milliseconds between network activity notifications (0 means // no notifications). The delay is the same for both download and upload, though // they are handled separately. This pref is only read once at startup: // a restart is required to enable a new value.