author | Cervantes Yu <cyu@mozilla.com> |
Tue, 14 Nov 2017 16:17:29 +0800 | |
changeset 444689 | 0821f12ed500027bf4254873a522eac4581f4adb |
parent 444688 | cf62d0c0ce5af78eb8a4eb27eaa12c254449912d |
child 444690 | d9f40d531291a4714c165dd076350a0f04fbdc7a |
push id | 8527 |
push user | Callek@gmail.com |
push date | Thu, 11 Jan 2018 21:05:50 +0000 |
treeherder | mozilla-beta@95342d212a7a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mak |
bugs | 1416703 |
milestone | 59.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
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2774,32 +2774,16 @@ pref("general.smoothScroll.stopDecelerat pref("general.smoothScroll.msdPhysics.enabled", false); pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 120); pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 1250); pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 12); pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", "1.3"); pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 2000); pref("general.smoothScroll.msdPhysics.regularSpringConstant", 1000); -pref("profile.confirm_automigration",true); -// profile.migration_behavior determines how the profiles root is set -// 0 - use NS_APP_USER_PROFILES_ROOT_DIR -// 1 - create one based on the NS4.x profile root -// 2 - use, if not empty, profile.migration_directory otherwise same as 0 -pref("profile.migration_behavior",0); -pref("profile.migration_directory", ""); - -// the amount of time (in seconds) that must elapse -// before we think your mozilla profile is defunct -// and you'd benefit from re-migrating from 4.x -// see bug #137886 for more details -// -// if -1, we never think your profile is defunct -// and users will never see the remigrate UI. -pref("profile.seconds_until_defunct", -1); // We can show it anytime from menus pref("profile.manage_only_at_launch", false); pref("prefs.converted-to-utf8",false); // ------------------ // Text Direction // ------------------