asamuzaK (Kazz)
2cc4ca66f7
Remove unprefixed CSS properties which are not in any spec
...
Plus fix nits
* Remove forgotten -moz-box-shadow
* Remove duplicated declaration
* Fix typo
2016-08-06 08:25:53 +09:00
YUKI "Piro" Hiroshi
47cd769ad1
Merge pull request #1163 from asamuzaK/remove-deprecated-moz-props
...
remove deprecated -moz-* properties
2016-08-06 05:11:06 +09:00
asamuzaK (Kazz)
c4890373bb
remove deprecated -moz-* properties
2016-08-06 02:37:16 +09:00
YUKI "Piro" Hiroshi
9fcab077a3
Remove needless section
2016-08-05 02:44:02 +09:00
YUKI "Piro" Hiroshi
8d33ec709d
Link to unbranded Firefox
2016-08-05 02:43:21 +09:00
YUKI "Piro" Hiroshi
336e43099b
Add credit
2016-07-16 23:03:35 +09:00
YUKI "Piro" Hiroshi
fbbb09cddc
Shrink scope of a short-live variable
2016-07-16 23:02:25 +09:00
YUKI "Piro" Hiroshi
183cc904cc
Add "is" prefix for a boolean-expected variable
2016-07-16 23:01:48 +09:00
YUKI "Piro" Hiroshi
7dd94bf92a
Merge pull request #1151 from lv7777/rebase-skin-color-#1145-new
...
Rebase skin color #1145
By this change, "dark" color set is applied only on the combination: Firefod Developer Edition + "dark" theme
2016-07-16 22:58:05 +09:00
oonuma ryouyu
5f7a874d3c
add spase for readable code
2016-07-16 06:49:29 -07:00
oonuma ryouyu
b2ff92a023
fix #1145 for rebase skin color
2016-07-16 06:43:58 -07:00
YUKI Hiroshi
6f658d4eef
Accept null or something as the options
2016-07-12 09:58:05 +09:00
YUKI Hiroshi
2452641711
Specify default value for options
2016-07-07 18:49:43 +09:00
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