YUKI Hiroshi
97e1ae2eb9
Restore backuped preference correctly
2016-01-19 18:55:31 +09:00
YUKI Hiroshi
6dd37567c1
Open as orphan by default
2016-01-19 18:51:33 +09:00
YUKI Hiroshi
e2b8a24887
Add news topics
2016-01-19 18:31:58 +09:00
YUKI Hiroshi
e2c93cc59c
Introduce new API to open orphan tab intentionally.
...
It is required to open a new tab with "relatedToCurrent" as orphaned.
This solves the problem https://github.com/piroor/treestyletab/issues/1013#issuecomment-172780573
2016-01-19 18:09:49 +09:00
YUKI Hiroshi
2ede365e18
Delete flags from the service object when they are expired
2016-01-19 18:04:29 +09:00
YUKI Hiroshi
f4fff387b1
Make new tabs opened with "relatedToCurrent:true" as a child of the current tab
2016-01-19 17:47:45 +09:00
YUKI Hiroshi
ef5d21b413
Give up to disable browser.tabs.insertRelatedAfterCurrent
2016-01-19 17:47:18 +09:00
YUKI Hiroshi
36bd40d8c8
Add news topic
2016-01-18 19:07:29 +09:00
YUKI Hiroshi
6ba7134d08
Don't hide/shrink the tab bar when the visibility of menu items is changed.
...
It unexpectedly reacted changes of the visibility of the menu item #menu_readerModeItem and others.
2016-01-18 19:01:07 +09:00
YUKI Hiroshi
ffc3058a99
Add news topics
2016-01-18 18:52:15 +09:00
YUKI Hiroshi
28ba3b54ad
Fixup tree structure after tab move correctly.
...
Keyboard shortcuts Ctrl-Shift-PageUp/PageDown sometimes broke the tree.
This commit fixes following cases:
case 1:
* [-] A
* A-1 <= Ctrl-Shift-PageDown at here
* [+] B
then they should be:
* A
* [+] B
* A-1
but actually:
* [-] A
* [+] B
* A-1 <= still a child of A!
case 2:
* A
* [-] B
* [+] B-1 <= Ctrl-Shift-PageUp at here
then they should be:
* A
* [+] B-1
* B
but actually:
* A
* [+] B-1 <= still a child of B!
* [-] B
2016-01-18 18:43:36 +09:00
YUKI Hiroshi
1623bc43a9
Output more logs for debugging
2016-01-18 17:02:53 +09:00
Piro / YUKI Hiroshi
8065e377b0
Add news topics
2016-01-16 01:19:48 +09:00
YUKI Hiroshi
9507102bfa
Fix mismatched variable name
2016-01-15 15:52:52 +09:00
YUKI Hiroshi
9302255cf9
Handle keyboard events even if tab previews is activated
2016-01-15 15:21:57 +09:00
YUKI Hiroshi
a44d25c47b
Simulate key release event only when the window is actually lost its focus
2016-01-15 15:18:46 +09:00
YUKI Hiroshi
1a16b8f657
Fix path to DOMDocument
2016-01-15 12:35:23 +09:00
Piro / YUKI Hiroshi
bd1e134c29
handle onsizemodechange events correctly
2016-01-15 00:12:44 +09:00
YUKI Hiroshi
fc8f6fa5d0
Add news topics
2016-01-05 17:09:35 +09:00
YUKI Hiroshi
ff08f39190
Detect vertical tab bar correctly
2016-01-05 17:05:47 +09:00
YUKI Hiroshi
279abc811c
Ignroe show/hide change of scroll indicator in the vertical tab bar
2016-01-05 17:01:11 +09:00
YUKI Hiroshi
92b8cadbb0
Add missing default pref
2016-01-05 16:49:48 +09:00
YUKI Hiroshi
04427948de
Output more debug logs
2016-01-05 16:47:37 +09:00
YUKI Hiroshi
a49e7c6a38
Bump version to 0.16.2015122501
2015-12-25 18:17:58 +09:00
YUKI Hiroshi
40c68a50dd
Add news topics
2015-12-25 18:17:02 +09:00
YUKI Hiroshi
63e291b603
Don't change scroll position of the tab bar when it is expanded from shrunken
2015-12-25 17:21:50 +09:00
YUKI Hiroshi
b214268d69
Activate/deactivate auto hide feature for fullscreen mode correctly
2015-12-25 16:21:28 +09:00
YUKI Hiroshi
44825b4e24
Add more debug logs around fullscreen toggling
2015-12-25 16:17:27 +09:00
YUKI Hiroshi
ca63c220f9
Don't show thin glay bar for pinned tabs on fullscreen HTML5 video
2015-12-25 16:06:34 +09:00
YUKI Hiroshi
2b2d3574e6
Merge branch 'master' of github.com:piroor/treestyletab
2015-12-25 14:42:53 +09:00
YUKI Hiroshi
8d018de9b8
Use latest makexpi
2015-12-15 11:43:27 +09:00
Piro / YUKI Hiroshi
21715d2c3c
Don't touch missing "detail" information of TabAttrModified event on Firefox 38 #1010
2015-12-14 23:26:00 +09:00
Piro / YUKI Hiroshi
3a7577d22c
Remove old buildscript
2015-12-11 00:40:23 +09:00
YUKI Hiroshi
d06d5b5668
Use latest makexpi
2015-12-10 18:19:47 +09:00
YUKI Hiroshi
17526f7940
Don't use deprecated catch-if.
...
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1228841
2015-12-01 11:27:50 +09:00
Piro / YUKI Hiroshi
ac33dbccb5
Bump version to 0.16.2015113001
2015-11-30 01:45:33 +09:00
Piro / YUKI Hiroshi
551ce8d809
Disallow to enlarge the width of the tab bar over a half of the window
2015-11-30 01:44:24 +09:00
Piro / YUKI Hiroshi
b79da46804
Add news topics
2015-11-30 01:16:26 +09:00
Piro / YUKI Hiroshi
34278450e1
Add a secret preference to disable the safeguard for infinity promoting of all children #988
2015-11-30 01:04:54 +09:00
Piro / YUKI Hiroshi
184555c3fa
Update insertion position info for old previous/next sibling elements too #735
2015-11-30 00:43:59 +09:00
Piro / YUKI Hiroshi
6cf8e5ee25
Reattach a moved tab to its preferred parent, for moving by Ctrl-Sihft-PageUp.
...
See also: https://github.com/piroor/treestyletab/issues/998#issuecomment-160177595
2015-11-28 02:31:22 +09:00
Piro / YUKI Hiroshi
191bb0ce26
Output more debug messages
2015-11-28 02:23:03 +09:00
YUKI Hiroshi
1b815f963c
Limit maximum width of the tab bar to 50% of the window
2015-11-27 19:54:11 +09:00
YUKI Hiroshi
60ef7b1837
Add news topic
2015-11-27 19:27:38 +09:00
YUKI Hiroshi
b5e217b359
Fix mismatched entity name
2015-11-27 19:20:04 +09:00
YUKI Hiroshi
9b856616f7
Use preferred label for "Auto hide tab bar" in the context menu for auto hide or auto shrink
2015-11-27 19:17:47 +09:00
YUKI Hiroshi
b46a2867c5
Add news topic
2015-11-27 18:43:45 +09:00
YUKI Hiroshi
d6ad23e167
Toggle visibility of the tab bar by mousemove on the developer tools.
...
See also #1003
2015-11-27 18:40:59 +09:00
YUKI Hiroshi
9f0ae55adf
Add news topic
2015-11-27 18:24:42 +09:00
YUKI Hiroshi
a780716043
Hide arrowscrollbox spacers for vertical tab bar.
...
See also #863
2015-11-27 18:21:56 +09:00