From d49f91198568b58749006d510f9541284536dab1 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Tue, 19 Jan 2016 19:07:38 +0900 Subject: [PATCH] Add news topics --- history.en.md | 2 ++ history.ja.md | 1 + 2 files changed, 3 insertions(+) diff --git a/history.en.md b/history.en.md index d550f649..64ea57a9 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,8 @@ # History - master/HEAD + * Gave up to disable the preference `browser.tabs.insertRelatedAfterCurrent`. + Now TST respects the default behavior for the preference, about new tabs opened from links. * All new tabs opened via the `gBrowser.addTab()` method with the option `relatedToCurrent:true` are now basically opened as children of the current tab. By this change, new tabs from various other addons will be opened as children of the current tab without any hack. * A new APIs to open new orphan tab is added: `gBrowser.treeStyleTab.readyToOpenOrphanTab()` and `gBrowser.treeStyleTab.readyToOpenOrphanTabNow()`. diff --git a/history.ja.md b/history.ja.md index ec31934a..54f995ba 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + * `browser.tabs.insertRelatedAfterCurrent`の設定を強制的に無効化しないようにして、リンクなどから開かれるタブについては既定の挙動を尊重するようにした * `gBrowser.addTab()`メソッドに`relatedToCurrent:true`オプションを指定して開かれた新しいタブを、基本的に現在のタブの子として開くようにした (この変更により、特別な対応無しの状態でも他のアドオンが開くタブも現在のタブの子タブになるようになった) * 独立したタブを明示的に開くための新しいAPIを追加: `gBrowser.treeStyleTab.readyToOpenOrphanTab()` および `gBrowser.treeStyleTab.readyToOpenOrphanTabNow()`