Add history topics

This commit is contained in:
Piro / YUKI Hiroshi 2015-03-05 03:06:38 +09:00
parent aa375bea22
commit 6bd9a7d20b
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* Reset z-index of vertical tabs always to prevent tabs are shown above other browser elements.
* Open child tabs from links correctly on Firefox 36 and later.
* Open child tabs from the web search bar correctly on Firefox 36 and later.
* Open multiple child tabs from a tab by scripts more correctly, for E10S windows.
- 0.15.2014120101
* Open clicked link as a new child tab correctly, from links with `target="_blank"` in e10s mode.
(See also [the related bug on the bugzilla.mozilla.org](https://bugzilla.mozilla.org/show_bug.cgi?id=1098688))

View File

@ -11,6 +11,7 @@
* 他のブラウザ用その上に被さらないように、縦置きタブバーにおけるタブのz-indexをリセットするようにした
* Firefox 36以降においてリンクから子タブを開く操作が正しく動作するように修正
* Firefox 36以降においてWeb検索バーから子タブを開く操作が正しく動作するように修正
* E10Sが有効な時に、スクリプトによって複数の子タブが開かれた際のツリー構造をより正しく認識するようにした
- 0.15.2014120101
* マルチプロセスモードE10Sにおいて、`target="_blank"`の指定があるリンクを子タブとして正しく開けるようにした
[bugzilla.mozilla.orgの関連バグ](https://bugzilla.mozilla.org/show_bug.cgi?id=1098688)