From 4ae494751116c008d93dbdeb59beb7f854b5284e Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Fri, 12 Feb 2016 16:18:41 +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 cafc22e8..7e7d8886 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + * Better compatibility with [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/) addon. * Never touch session history of remote tabs (on e10s activated). It raised exception and broke tree structure when a parent tab is closed and the next parent is a remote tab. * Reduce `eval()` hack. * Gave up to disable the preference `browser.tabs.insertRelatedAfterCurrent`. diff --git a/history.ja.md b/history.ja.md index c1157e6e..ee71c5f5 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + * [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/)との互換性を向上 * e10sが有効な時に別プロセスのタブのセッションヒストリに触らないようにした(親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた) * `eval()`を使った関数の書き換えを減らした * `browser.tabs.insertRelatedAfterCurrent`の設定を強制的に無効化しないようにして、リンクなどから開かれるタブについては既定の挙動を尊重するようにした