Commit Graph

4066 Commits

Author SHA1 Message Date
YUKI Hiroshi
2ecbf63c23 Specify "insertAfter" reference correctly 2016-07-07 18:45:06 +09:00
YUKI Hiroshi
f78769549a Clear reference for "previous tab" correctly 2016-07-07 18:41:51 +09:00
YUKI Hiroshi
c44fa859dc Open new tab next to the current tab correctly, even if the current tab is the last tab 2016-07-07 18:39:42 +09:00
YUKI Hiroshi
2b13d9996d Open new tab as the next sibling tab correctly, even if the current tab is the last child #1143 2016-07-06 18:52:09 +09:00
YUKI Hiroshi
0e3acd003d Output more debug log 2016-07-06 18:32:46 +09:00
YUKI Hiroshi
be5fa81b86 Allow to shrink the tab bar narrower than minimum width of toolbar items 2016-07-05 16:14:15 +09:00
YUKI Hiroshi
3d85de3004 Add news topic 2016-07-05 15:58:37 +09:00
YUKI Hiroshi
3796026995 Override SessionStoreInternal's method instead of proxy's one 2016-07-05 14:54:18 +09:00
YUKI Hiroshi
d7caa5ac59 Handle duplicated tabs totally 2016-07-05 14:52:43 +09:00
YUKI Hiroshi
51de133b0d Add history topic 2016-07-05 14:35:24 +09:00
YUKI Hiroshi
4583c22c26 Enlarge the droppable area for each tab.
Now, a half height of each tab becomes droppable area for the tab ifself. Fig:

+--------------------------+
|(drop area for "before")  |
+--------------------------+
|+-+(drop area for the tab |
|+-+ itself)               |
+--------------------------+
|(drop area for "after")   |
+--------------------------+
2016-07-05 13:54:27 +09:00
YUKI Hiroshi
df4c1cfdad Use more meaningful name 2016-07-05 13:54:27 +09:00
Piro / YUKI Hiroshi
bb20f55bc3 Add missing history topics 2016-07-03 01:52:49 +09:00
YUKI Hiroshi
1902b2207c Compare with a specific number instead of wildcarded 2016-06-22 19:04:15 +09:00
YUKI Hiroshi
8fc304948c Use descriptive variable name 2016-06-22 18:59:38 +09:00
YUKI Hiroshi
794ac3733c Remove needless blank line 2016-06-22 18:52:14 +09:00
YUKI Hiroshi
68c16c234d Fix coding style 2016-06-22 18:51:57 +09:00
YUKI Hiroshi
3051e28894 Add credit 2016-06-22 18:50:56 +09:00
YUKI "Piro" Hiroshi
7c88cd0ab5 Merge pull request #1137 from lv7777/fix-#1115
Migrate to newChannel2. This is to suppress deprecation warnings:

Warning: 'nsIOService::NewChannel()' deprecated, please use 'nsIOService::NewChannel2()'
Warning: 'nsIAboutModule->newChannel(aURI)' deprecated, please use 'nsIAboutModule->newChannel(aURI, aLoadInfo)'
2016-06-22 18:48:56 +09:00
oonuma ryouyu
37b480e610 delete debug message. 2016-06-22 02:16:57 -07:00
oonuma ryouyu
10398b5130 using Services.vc.compare instead of compare by string. to standard. 2016-06-22 02:15:18 -07:00
YUKI Hiroshi
998850b21e Detect reference node with XPath 2016-06-22 02:06:29 -07:00
YUKI Hiroshi
b6f36402c3 Update codes for new Multiple Tab Handler 2016-06-22 02:06:29 -07:00
YUKI Hiroshi
95d36e08cf Specify reference node only with XPath 2016-06-22 02:06:29 -07:00
YUKI Hiroshi
c58e8a95fc Detect reference node with XPath 2016-06-21 17:07:45 +09:00
YUKI Hiroshi
c1103ee4c8 Update codes for new Multiple Tab Handler 2016-06-21 17:00:05 +09:00
YUKI Hiroshi
83a179495b Specify reference node only with XPath 2016-06-21 15:39:43 +09:00
oonuma ryouyu
392ecd35dc デバッグ用コメントを削除 2016-06-16 09:52:55 -07:00
oonuma ryouyu
670ef48bea 正常に動くように変更。fx47とfx49での動作を確認 2016-06-16 09:50:24 -07:00
oonuma ryouyu
e5465309f8 save AboutGroup.js for decide by fx version. 2016-06-16 02:26:00 -07:00
oonuma ryouyu
77209de931 Merge https://github.com/piroor/treestyletab into fix-#1115 2016-06-15 16:49:38 -07:00
YUKI Hiroshi
cdc3a181ac Bump version to 0.17.2016061501 2016-06-15 14:27:05 +09:00
YUKI Hiroshi
355c073099 Bump maxVersion to 50.0a1 2016-06-15 14:26:14 +09:00
YUKI Hiroshi
14c38a6e74 Use latest makexpi 2016-06-15 14:25:56 +09:00
YUKI Hiroshi
d29bcea6c3 Add news topics 2016-06-15 14:25:42 +09:00
Piro / YUKI Hiroshi
41811ce53a Merge branch 'master' of github.com:piroor/treestyletab 2016-06-11 23:44:36 +09:00
Piro / YUKI Hiroshi
cb3e3f7ff2 Fix missing semicolon 2016-06-11 23:44:20 +09:00
YUKI "Piro" Hiroshi
e876fd08bc Add basic steps to reproduce 2016-06-11 22:33:02 +09:00
YUKI "Piro" Hiroshi
6a408401eb Add comparison of good and not good reports 2016-06-11 22:28:16 +09:00
Piro / YUKI Hiroshi
fdba3ee393 Always disable dragging of the tab bar (to drag the window itself) if it is not on top #1134 2016-06-11 16:22:31 +09:00
oonuma ryouyu
2e365b30a3 いろいろ変えてもやっぱさっきのwarningは変わらなかった。しかしsecurityフラグを付けておくことに越したことはないのでcommit 2016-06-03 13:11:16 +09:00
oonuma ryouyu
1f60e17a85 一応修正できた。Warning: NetUtil.asyncFetch() requires the channel to have one of the security flags set in the loadinfo (see nsILoadInfo). Please create channel using NetUtil.newChannel() 2016-06-03 09:35:39 +09:00
YUKI Hiroshi
7d023b122d Update overflow/underflow state for resized tabbar immediately to prevent #1131 2016-06-02 18:53:56 +09:00
YUKI Hiroshi
a1fde612d3 Output more debug log 2016-06-02 18:49:02 +09:00
Piro / YUKI Hiroshi
1b9f229aad Add news topics 2016-05-30 03:31:53 +09:00
Piro / YUKI Hiroshi
46350faf3d Add note for bugs introduced by others 2016-05-30 03:19:40 +09:00
Piro / YUKI Hiroshi
27a8a8f2e0 Don't expand the tab bar too much on resizing #1002 2016-05-30 02:55:17 +09:00
Piro / YUKI Hiroshi
8b8410a58a Add news topics 2016-05-30 02:26:48 +09:00
Piro / YUKI Hiroshi
3c6a24b0e9 Add news topics 2016-05-30 02:24:31 +09:00
Piro / YUKI Hiroshi
6e451c660d Merge branch 'master' of github.com:piroor/treestyletab 2016-05-30 02:20:22 +09:00