Update news topics

This commit is contained in:
YUKI Hiroshi 2014-09-30 20:14:43 +09:00
parent 09f43c8f84
commit 1604e9f2d4
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
- master/HEAD
* Drop support for Firefox 30 and older versions
* Open child tabs from links correctly, in e10s windows. [(by Nephyrin. Thanks a lot!)](https://github.com/piroor/treestyletab/pull/760)
* Restore tree structure with multiple trees from bookmarks correctly, even if the dummy tab is disabled.
* Restore tree structure of restored tabs correctly, in e10s windows.
* Restore tab position for "Undo Close Tab" command correctly.
* Works on Nightly 33.0a1 with the preference `dom.compartment_per_addon`=`true`.
* Update tabbar appearance correctly, after toolbar customization.

View File

@ -2,6 +2,9 @@
- master/HEAD
* Firefox 30およびそれ以前のバージョンへの対応を終了
* マルチプロセスのウィンドウでリンクから子タブを正しく開けるようにした[(by Nephyrin. Thanks a lot!)](https://github.com/piroor/treestyletab/pull/760)
* ダミーのタブを開かない設定の時に、複数のツリーを含むブックマークフォルダをタブで開いた場合にツリー構造を正しく復元するようにした
* マルチプロセスのウィンドウにおいて、開き直されたタブのツリー構造を正しく復元するようにした
* 閉じたタブを開き直したときの位置がおかしくなる問題を修正
* Nightly 33.0a1において `dom.compartment_per_addon`=`true` に設定した場合でも動作するように暫定的に対処
* ツールバーカスタマイズを終えた後にタブバーの外観が壊れていたのを修正