Firefox 4で「戻るボタン」を長押しした時に表示される履歴リストを無効にする方法が分かりました。userChrome.cssで指定してやるだけでOKでした。
文字入力方法をタブを開くたびリセットしたい(MozillaZine.jp)より:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#unified-back-forward-button > .toolbarbutton-1 > menupopup, panel
{
display: none !important;
}