Add news topic

This commit is contained in:
YUKI Hiroshi 2016-01-18 19:07:29 +09:00
parent 6ba7134d08
commit 36bd40d8c8
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* No more flashing issue of the tab bar in the "auto hide" mode, while moving focus on tabs by Ctrl-Tab. * No more flashing issue of the tab bar in the "auto hide" mode, while moving focus on tabs by Ctrl-Tab.
* Handle long press of the Ctrl key even when `browser.ctrlTab.previews` is `true`. * Handle long press of the Ctrl key even when `browser.ctrlTab.previews` is `true`.
* Fixup tree structure of tabs after moving of tabs by Ctrl-Shift-PageUp/PageDown more correctly. * Fixup tree structure of tabs after moving of tabs by Ctrl-Shift-PageUp/PageDown more correctly.
* Don't shrink/hide the tab bar with simple focus change, if it triggers changing of the visibility of a menu item in the toolbox.
- 0.16.2015122501 - 0.16.2015122501
* Initialize itself correctly on Firefox 38. (regression) * Initialize itself correctly on Firefox 38. (regression)
* Don't show thin glay bar for pinned tabs on fullscreen HTML5 video. * Don't show thin glay bar for pinned tabs on fullscreen HTML5 video.

View File

@ -5,6 +5,7 @@
* タブバーを自動で隠す状態の時、Ctrl-Tabでのタブ切り替え時にタブバーが頻繁に出たり消えたりする問題を解消 * タブバーを自動で隠す状態の時、Ctrl-Tabでのタブ切り替え時にタブバーが頻繁に出たり消えたりする問題を解消
* `browser.ctrlTab.previews`が`true`の時でもCtrlキーの長押しなどの操作を受け付けるようにした * `browser.ctrlTab.previews`が`true`の時でもCtrlキーの長押しなどの操作を受け付けるようにした
* Ctrl-Shift-PageUp/PageDownでタブを移動した後にツリー構造がおかしくなる事があったのを修正 * Ctrl-Shift-PageUp/PageDownでタブを移動した後にツリー構造がおかしくなる事があったのを修正
* タブのフォーカス移動がツールボックス内のメニュー項目の表示・非表示の切り替えを伴う場合に、タブのフォーカス切り替えでタブバーが自動的に折り畳まれてしまっていたのを修正
- 0.16.2015122501 - 0.16.2015122501
* Firefox 38で初期化に失敗する問題を修正後退バグ * Firefox 38で初期化に失敗する問題を修正後退バグ
* HTML5 Videoのフルスクリーン表示時に、ピン留めされたタブがあると画面上にゴミが残る問題を修正 * HTML5 Videoのフルスクリーン表示時に、ピン留めされたタブがあると画面上にゴミが残る問題を修正