Add news topics

This commit is contained in:
YUKI Hiroshi 2016-02-12 16:18:41 +09:00
parent 75050af492
commit 4ae4947511
2 changed files with 2 additions and 0 deletions

View File

@ -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`.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
* [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/)との互換性を向上
* e10sが有効な時に別プロセスのタブのセッションヒストリに触らないようにした親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた
* `eval()`を使った関数の書き換えを減らした
* `browser.tabs.insertRelatedAfterCurrent`の設定を強制的に無効化しないようにして、リンクなどから開かれるタブについては既定の挙動を尊重するようにした