From 572c1533374153ed1671ec470f5ff868e55503a0 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 5 Nov 2015 18:27:45 +0900 Subject: [PATCH] Add news topics --- history.en.md | 1 + history.ja.md | 1 + 2 files changed, 2 insertions(+) diff --git a/history.en.md b/history.en.md index 93443ca6..648bd4ad 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + * Don't reposition/update the tab bar when the window regains focus or the sidebar is switched between different panels. * 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. * Introduce new custom DOM event `nsDOMTreeStyleTabTabbarRendered` for addons who need to modify appearance of the tab bar, like Unified Sidebar. diff --git a/history.ja.md b/history.ja.md index 1ecf0ff5..fe7cb1fa 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + * ウィンドウがフォーカスされた時やサイドバーパネルを切り替えた時にタブバーの表示を無駄に更新しないようにした * OS X上でタブバーにスクロールバーが表示されている時にタブバーの幅が異常に狭くなる問題を修正 * ツールバーカスタマイズの終了後に意図せずタイトルバーが非表示になってしまう問題を修正 * Unified Sidebarのような、タブバーの表示を変更する必要があるアドオン向けに、新しい独自DOMイベント `nsDOMTreeStyleTabTabbarRendered` を発行するようにした