Firefoxのエントリー

タブ閉じボタンのカスタマイズ

| | コメント(3)

Firefox 3.5ではタブがひとつだけのときは、自動的に閉じるボタンは非表示になる(Bug#455990)ため、about:configのやり方ではタブひとつの時に対応できません。

ひとつの時にも表示させたい場合は、以下をuserChrome.cssに追加。

.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
display: -moz-box !important;
}
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button {
display: -moz-box !important;
}


Browser.tabs.closeButtons / integer / 0(1,2,3)
0 : Display a close button on the active tab only (アクティブなタブにだけ表示)
1 : Display close buttons on all tabs (全タブに表示:デフォルト)
2 : Don't display any close buttons (全非表示)
3 : Display a single close button at the end of the tab strip (Firefox 1.x behavior) (全タブ非表示・タブバー右端に表示。Firefox 1.*と同形態。)

.NETとFirefox

| | コメント(0)

6月26日、たまたまWindows Updateを確認したら.NET3.5の更新があった。
やってみたら、Microsoft .NET Framework Assistant 1.1なるアドオンが。

しかし、今回のはアンインストールができるようになっていた。

当たり前の如く、すぐに削除。

「Location bar search (2)」

| | コメント(2)

[2009****** mozilla-central]
下記configはbrowser.urlbar.default.behaviorに変更されています。
1 - history
2 - bookmark
4 - tag
8 - title
16 - url
32 - typed

[使用例]
0 = show all results (no filtering)
1 = only visited pages in history
2 = only bookmarks
3 = visited bookmarks
1+16 = history matching in the url

「Recently Closed Windows」

| | コメント(0)

[20090423** mozilla-central]
Hourlyにて、bug#394759がcheckinされ、閉じたタブの復元に加えて、閉じたウィンドウの復元もできるようになりました。
images

browser.sessionstore.max_windows_undoで復元可能なウィンドウ数を変更できます。(デフォルトは3)

ちなみに、タブ数の変更は、browser.sessionstore.max_tabs_undoで。

「Clear Private Data」

| | コメント(0)

[20090415** mozilla-central]
HourlyにてBug#480169がcheckinされ、ダイアログがリニューアルされました。
images

このアーカイブについて

このページには、過去に書かれたエントリーのうちFirefoxカテゴリーに属しているものが含まれています。

最近のエントリーはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。