Update history topics
This commit is contained in:
parent
f9c865710a
commit
3f1dc6563b
@ -1,6 +1,15 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* Width of the tab bar, position of the tab bar, and status of the "auto hide" feature are saved and restored for each window.
|
||||||
|
* Better compatibility with [Duplicate in Tab Context Menu addon](https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/).
|
||||||
|
* Better compatibility with ColorfulTabs. Annoyingly horizontal scroll of the tab bar (happend by clicking on any tab) has been solved.
|
||||||
|
* Isolated from obsolete `String.prototype.quote()`.
|
||||||
|
* Isolated from deprecated JavaScript 1.7's let blocks.
|
||||||
|
* Isolated from obsolete nsIPopupBoxObject interface on Firefox 36 and later.
|
||||||
|
* Update appearance of the tab bar correctly, after the sidebar is shown/hidden at Firefxo 39 and later.
|
||||||
|
* 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.
|
||||||
- 0.15.2014120101
|
- 0.15.2014120101
|
||||||
* Open clicked link as a new child tab correctly, from links with `target="_blank"` in e10s mode.
|
* 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))
|
(See also [the related bug on the bugzilla.mozilla.org](https://bugzilla.mozilla.org/show_bug.cgi?id=1098688))
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* タブバーの幅、位置、「自動で隠す」の状態をウィンドウごとに保存するようにした
|
||||||
|
* [Duplicate in Tab Context Menu addon](https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/)との互換性を向上
|
||||||
|
* ColorfulTabsとの互換性を向上(タブをクリックした時に必ずタブバーがスクロールしてしまう不具合を修正)
|
||||||
|
* `String.prototype.quote()`を使わないようにした
|
||||||
|
* JavaScript 1.7のletブロックを使わないようにした
|
||||||
|
* Firefox 36以降で廃止されたnsIPopupBoxObjectインターフェースを使わないようにした
|
||||||
|
* Firefox 39以降で、サイドバーの表示状態が変わったあとにタブバーの表示位置を更新するようにした
|
||||||
|
* 他のブラウザ用その上に被さらないように、縦置きタブバーにおけるタブのz-indexをリセットするようにした
|
||||||
|
* Firefox 36以降においてリンクから子タブを開く操作が正しく動作するように修正
|
||||||
- 0.15.2014120101
|
- 0.15.2014120101
|
||||||
* マルチプロセスモード(E10S)において、`target="_blank"`の指定があるリンクを子タブとして正しく開けるようにした
|
* マルチプロセスモード(E10S)において、`target="_blank"`の指定があるリンクを子タブとして正しく開けるようにした
|
||||||
([bugzilla.mozilla.orgの関連バグ](https://bugzilla.mozilla.org/show_bug.cgi?id=1098688))
|
([bugzilla.mozilla.orgの関連バグ](https://bugzilla.mozilla.org/show_bug.cgi?id=1098688))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user