Add news topics
This commit is contained in:
parent
75050af492
commit
4ae4947511
@ -1,6 +1,7 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- 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.
|
* 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.
|
* Reduce `eval()` hack.
|
||||||
* Gave up to disable the preference `browser.tabs.insertRelatedAfterCurrent`.
|
* Gave up to disable the preference `browser.tabs.insertRelatedAfterCurrent`.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/)との互換性を向上
|
||||||
* e10sが有効な時に別プロセスのタブのセッションヒストリに触らないようにした(親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた)
|
* e10sが有効な時に別プロセスのタブのセッションヒストリに触らないようにした(親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた)
|
||||||
* `eval()`を使った関数の書き換えを減らした
|
* `eval()`を使った関数の書き換えを減らした
|
||||||
* `browser.tabs.insertRelatedAfterCurrent`の設定を強制的に無効化しないようにして、リンクなどから開かれるタブについては既定の挙動を尊重するようにした
|
* `browser.tabs.insertRelatedAfterCurrent`の設定を強制的に無効化しないようにして、リンクなどから開かれるタブについては既定の挙動を尊重するようにした
|
||||||
|
Loading…
Reference in New Issue
Block a user