Backed out changeset d4b6f85c0d42 (bug 1172382)

This commit is contained in:
Carsten "Tomcat" Book 2015-07-27 08:47:00 +02:00
parent a04ae597e0
commit 594f81b7ad
2 changed files with 6 additions and 9 deletions

View File

@ -1100,14 +1100,11 @@ pref("dom.wakelock.enabled", true);
// Enable webapps add-ons // Enable webapps add-ons
pref("dom.apps.customization.enabled", true); pref("dom.apps.customization.enabled", true);
// Original caret implementation on collapsed selection. // Enable touch caret by default
pref("touchcaret.enabled", false); pref("touchcaret.enabled", true);
// Original caret implementation on non-collapsed selection. // Enable selection caret by default
pref("selectioncaret.enabled", false); pref("selectioncaret.enabled", true);
// New implementation to unify touch-caret and selection-carets.
pref("layout.accessiblecaret.enabled", true);
// Enable sync and mozId with Firefox Accounts. // Enable sync and mozId with Firefox Accounts.
pref("services.sync.fxaccounts.enabled", true); pref("services.sync.fxaccounts.enabled", true);

View File

@ -4739,7 +4739,7 @@ pref("browser.trackingprotection.gethashURL", "https://tracking.services.mozilla
// Turn off Spatial navigation by default. // Turn off Spatial navigation by default.
pref("snav.enabled", false); pref("snav.enabled", false);
// Original caret implementation on collapsed selection. // Turn off touch caret by default.
pref("touchcaret.enabled", false); pref("touchcaret.enabled", false);
// This will inflate the size of the touch caret frame when checking if user // This will inflate the size of the touch caret frame when checking if user
@ -4751,7 +4751,7 @@ pref("touchcaret.inflatesize.threshold", 40);
// In milliseconds. (0 means disable this feature) // In milliseconds. (0 means disable this feature)
pref("touchcaret.expiration.time", 3000); pref("touchcaret.expiration.time", 3000);
// Original caret implementation on non-collapsed selection. // Turn off selection caret by default
pref("selectioncaret.enabled", false); pref("selectioncaret.enabled", false);
// This will inflate size of selection caret frame when we checking if // This will inflate size of selection caret frame when we checking if