Bug 1322251 - Remove browser.preferences.animateFadeIn and its code; r=jaws

MozReview-Commit-ID: 5gDD4C2Lkjd

--HG--
extra : rebase_source : efee55d1a4e754f503a0bd5c3d388b7364e3d33c
This commit is contained in:
jordan9769 2016-12-21 22:08:22 +05:30
Родитель 4b0a3a4f7a
Коммит 4d5da8328a
2 изменённых файлов: 0 добавлений и 12 удалений

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

@ -648,12 +648,6 @@ pref("plugin.defaultXpi.state", 2);
pref("plugin.state.flash", 2);
pref("plugin.state.java", 1);
#ifdef XP_MACOSX
pref("browser.preferences.animateFadeIn", true);
#else
pref("browser.preferences.animateFadeIn", false);
#endif
#ifdef XP_WIN
pref("browser.preferences.instantApply", false);
#else

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

@ -62,12 +62,6 @@
/* Advanced Pane */
/* Adding padding-bottom prevents the bottom of the tabpanel from being cutoff
when browser.preferences.animateFadeIn = true */
#advancedPrefs {
padding-bottom: 8px;
}
/* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
of the groupbox from being cutoff */
.bottomBox {