Update history topics

This commit is contained in:
Piro / YUKI Hiroshi 2014-01-29 02:01:36 +09:00
parent c82e735bb0
commit a1cb73f134
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,10 @@
- master/HEAD
* Improved: Better compatibility with [Nav Bar on Title Bar](https://addons.mozilla.org/firefox/addon/nav-bar-on-title-bar/).
* Improved: Better compatibility with [Tab Control](https://addons.mozilla.org/firefox/addon/tab-control/).
* Modified: Remove codes for an extinct feature "replace the current tab when opening a bookmark group". The feature was already removed in old Firefox.
* Fixed: Public APIs to show/hide the tab bar works correctly.
* Fixed: Maximize scrollable area of tree-like view in a about:treestyletab-group tab.
- 0.14.2013112901
* Improved: Better compatibility with someone who change visibility of the tab bar, like "auto hide tab bar for last single tab" feature of Tab Mix Plus, Pale Moon, and [Hide Tab Bar With One Tab](https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/).
* Improved: Better compatibility with [Context Search](http://www.cusser.net/extensions/contextsearch/). Now search result tabs are opened as children of the current tab.

View File

@ -2,6 +2,10 @@
- master/HEAD
* [Nav Bar on Title Bar](https://addons.mozilla.org/firefox/addon/nav-bar-on-title-bar/)との互換性を改善
* [Tab Control](https://addons.mozilla.org/firefox/addon/tab-control/)との互換性を改善
* 「ブックマークグループを開く時に現在のタブを置き換える」機能に関するコードを削除古いFirefoxで既に機能が無くなっていたため
* タブバーの表示・非表示を切り替える公開APIが壊れていたのを修正
* グループ化用のタブ内でのタブのツリー表示について、スクロール可能な領域が無駄に狭かったのを修正
- 0.14.2013112901
* 「タブが1つだけの時にタブバーを隠す」機能を提供するアドオンTab Mix Plus、[Hide Tab Bar With One Tab](https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/)などや環境Pale Moonなどとの互換性を向上
* [Context Search](http://www.cusser.net/extensions/contextsearch/)との互換性を向上(検索結果を子タブとして開くようにした)