firefox4.0で検索バーの右側に履歴を出すボタンを表示し履歴が出るようにしたいのですが
↓三角ボタンは出るんですけど履歴が出ません、どうやればいいんでしょうか?よろしくお願いします

/* 検索バーの右側に履歴を出すボタンを表示 */
#searchbar .autocomplete-history-dropmarker {
display: -moz-box !important;
-moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
}