今日のナイトリー

自動更新で ID:20100916041016 に。Bug 492544 – Add 'Paste and Go' + 'Paste and Search' to context menu on location field + search field が入って、ロケーションバーやサーチバーのコンテキストメニューPaste and GoSearch and Go が入って、貼りつけて Go が一撃でできるようになりました。が、貼り付けたテキストが盗まれるというセキュリティ上の問題があると、Alice0775女史が指摘しています。

Bug 578028 – Move Progress Line to Location Bar, if loading tab is active が入って、ロケーションバーの下部で読み込みの進捗状況が表示されるようになったのですが、私には見づらいので、フォーラムで出ていたユーザスタイル を採用することにしました。以下のようなものです。

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.progress-remainder {
background-image: none !important;
}
.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: red !important;
-moz-border-radius: 0 0 0 5px !important;
}