Add news topics
This commit is contained in:
parent
9985efab20
commit
d7066482d2
@ -1,6 +1,12 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* Restore order of rearranged tabs more correctly.
|
||||||
|
* Don't show gray rect of pinned tabs on full screen videos and collapsed tab bar.
|
||||||
|
* Don't update the size of the tab bar too frequently.
|
||||||
|
This change solves conflict with the [Unified Sidebar](https://addons.mozilla.org/firefox/addon/unified-sidebar/) addon.
|
||||||
|
* On Linux, show the icon of the "all tabs" button in the vertical tab bar correctly.
|
||||||
|
* Introduce an internal method `gBrowser.treeStyleTab.dumpTreeInformation()` to dump tree structure information stored in each tab, for debugging around unexpectedly broken tree.
|
||||||
- 0.15.20150902901
|
- 0.15.20150902901
|
||||||
* Fix many compatibility issues around spec changes at Firefox 40 and later.
|
* Fix many compatibility issues around spec changes at Firefox 40 and later.
|
||||||
(Including [patches by Xidorn Quan](https://github.com/piroor/treestyletab/pull/925). Thanks!)
|
(Including [patches by Xidorn Quan](https://github.com/piroor/treestyletab/pull/925). Thanks!)
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* 並べ替えた後の並び順をより正しく復元するようにした
|
||||||
|
* 動画のフルスクリーン表示時やタブバーが折り畳まれた時に、ピン留めされたタブに起因するグレーの矩形を表示しないようにした
|
||||||
|
* タブバーの大きさが過度に頻繁に更新されないようにした
|
||||||
|
([Unified Sidebar](https://addons.mozilla.org/firefox/addon/unified-sidebar/)との併用時の動作を改善)
|
||||||
|
* Linuxにおいて、縦置きされたタブバー内の「すべてのタブ」ボタンのアイコンを正しく表示するようにした
|
||||||
|
* 意図せずツリー構造が壊れてしまう問題のデバッグ用に、各他部に保存されたツリー構造の情報を出力する内部的なメソッド `gBrowser.treeStyleTab.dumpTreeInformation()` を導入した
|
||||||
- 0.15.20150902901
|
- 0.15.20150902901
|
||||||
* Firefox 40以降での仕様変更に伴う多数の不具合を修正
|
* Firefox 40以降での仕様変更に伴う多数の不具合を修正
|
||||||
([Xidorn Quan氏のパッチ](https://github.com/piroor/treestyletab/pull/925)を含む。多謝!)
|
([Xidorn Quan氏のパッチ](https://github.com/piroor/treestyletab/pull/925)を含む。多謝!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user