Add news topics
This commit is contained in:
parent
766e88bfbb
commit
25cbd7d718
@ -1,6 +1,7 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* Don't shrink the width of the tab bar with a scrollbar for too many tabs, on OS X.
|
||||||
* Don't hide the title bar unexpectedly, after toolbar customizations.
|
* Don't hide the title bar unexpectedly, after toolbar customizations.
|
||||||
* Introduce new custom DOM event `nsDOMTreeStyleTabTabbarRendered` for addons who need to modify appearance of the tab bar, like Unified Sidebar.
|
* Introduce new custom DOM event `nsDOMTreeStyleTabTabbarRendered` for addons who need to modify appearance of the tab bar, like Unified Sidebar.
|
||||||
* Hide (shrink) the tab bar correctly after a tab is dragged and dropped or any FireGestures's gesture is performed.
|
* Hide (shrink) the tab bar correctly after a tab is dragged and dropped or any FireGestures's gesture is performed.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* OS X上でタブバーにスクロールバーが表示されている時にタブバーの幅が異常に狭くなる問題を修正
|
||||||
* ツールバーカスタマイズの終了後に意図せずタイトルバーが非表示になってしまう問題を修正
|
* ツールバーカスタマイズの終了後に意図せずタイトルバーが非表示になってしまう問題を修正
|
||||||
* Unified Sidebarのような、タブバーの表示を変更する必要があるアドオン向けに、新しい独自DOMイベント `nsDOMTreeStyleTabTabbarRendered` を発行するようにした
|
* Unified Sidebarのような、タブバーの表示を変更する必要があるアドオン向けに、新しい独自DOMイベント `nsDOMTreeStyleTabTabbarRendered` を発行するようにした
|
||||||
* タブのドラッグ&ドロップ後やFireGesturesのジェスチャでタブを閉じた後などにタブバーが自動で隠れない問題を修正
|
* タブのドラッグ&ドロップ後やFireGesturesのジェスチャでタブを閉じた後などにタブバーが自動で隠れない問題を修正
|
||||||
|
Loading…
x
Reference in New Issue
Block a user