Commit Graph

3827 Commits

Author SHA1 Message Date
YUKI Hiroshi
5be6d36583 Make compatible with Open Bookmark in New Tab 2.x 2016-01-21 13:49:16 +09:00
YUKI Hiroshi
e41d737fe2 Output more debug log 2016-01-20 20:39:46 +09:00
YUKI Hiroshi
3f8ff3f2b3 Update news topics 2016-01-20 19:47:40 +09:00
YUKI Hiroshi
f26193f55f Open new tabs from window.open() in non-tab frames as independent tab 2016-01-20 19:41:07 +09:00
YUKI Hiroshi
7973071bd1 Open orphan tab from links if it is not related to the current tab 2016-01-20 11:58:25 +09:00
YUKI Hiroshi
9ef9f0ec62 Open as orphan by default 2016-01-20 11:38:01 +09:00
YUKI Hiroshi
475798dcb6 Output more debug messages 2016-01-20 11:37:14 +09:00
YUKI Hiroshi
49f17f596d Fix typo 2016-01-20 11:15:22 +09:00
YUKI Hiroshi
1b8f61f778 Place newly opened tab to the correct position 2016-01-19 20:27:43 +09:00
YUKI Hiroshi
d49f911985 Add news topics 2016-01-19 19:07:38 +09:00
YUKI Hiroshi
4f920d49bc Remove needless default prefs 2016-01-19 18:57:25 +09:00
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