YUKI Hiroshi
|
f492f36b4d
|
Apply restored mode only by window service, not browser service
|
2015-03-03 20:13:35 +09:00 |
|
YUKI Hiroshi
|
7b038dce32
|
Don't restore initial mode for new window
|
2015-03-03 20:10:12 +09:00 |
|
YUKI Hiroshi
|
2398b837b0
|
Add missing ";" on the end of line
|
2015-03-03 20:10:01 +09:00 |
|
YUKI Hiroshi
|
b0899c5d07
|
Apply new mode manually
|
2015-03-03 20:06:14 +09:00 |
|
YUKI Hiroshi
|
480f3c4c6f
|
Observe preference changes about autohide by the module itself
|
2015-03-03 20:01:03 +09:00 |
|
YUKI Hiroshi
|
3ae3bad1b4
|
Store last autohide mode after deactivating correctly
|
2015-03-03 19:53:26 +09:00 |
|
YUKI Hiroshi
|
67fcb13e05
|
Apply autoHide mode only for the active window
|
2015-03-03 19:49:34 +09:00 |
|
YUKI Hiroshi
|
af8a061ca1
|
Store and restore last autohide mode for each window
|
2015-03-03 19:45:44 +09:00 |
|
YUKI Hiroshi
|
949fab8ae3
|
Store last mode
|
2015-03-03 19:22:24 +09:00 |
|
YUKI Hiroshi
|
a829f25bba
|
Extract constant definitions to a shared base object
|
2015-03-03 19:16:27 +09:00 |
|
YUKI Hiroshi
|
cd46194bb0
|
Return boolean value for "isXXX" property
|
2015-03-03 19:10:35 +09:00 |
|
YUKI Hiroshi
|
6802444a23
|
Save last autohide state as window value
|
2015-03-03 19:07:52 +09:00 |
|
YUKI Hiroshi
|
b09881797a
|
Allow to store zero and false values
|
2015-03-03 19:05:53 +09:00 |
|
YUKI Hiroshi
|
253e581173
|
Add utility methods to manage window values
|
2015-03-03 19:01:24 +09:00 |
|
YUKI Hiroshi
|
801c28bd1a
|
Simplify
|
2015-03-03 18:57:21 +09:00 |
|
YUKI Hiroshi
|
767479f9f1
|
Break line for condition and operation
|
2015-03-03 18:56:55 +09:00 |
|
Piro / YUKI Hiroshi
|
c93270dff6
|
Better compatibility with Duplicate in Tab Context Menu addon #835
https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/
|
2015-03-02 01:53:24 +09:00 |
|
Piro / YUKI Hiroshi
|
10c0108f40
|
Don't use obsolete String#quote().
This fixes the issue #821.
|
2015-03-01 23:41:39 +09:00 |
|
Piro / YUKI Hiroshi
|
78de7e6b35
|
Bump copyright year
|
2015-03-01 23:37:49 +09:00 |
|
Piro / YUKI Hiroshi
|
0afae1c655
|
Don't try to scroll to the selected tab when it is already in the viewport in its axis.
This fixes annoyingly horizontal scroll happend when ColourfulTabs is activated. #842
|
2015-03-01 23:35:28 +09:00 |
|
YUKI Hiroshi
|
9463bb8062
|
Use rest parameters instead of "arguments".
Because "arguments"-specific features are not used here.
|
2015-02-27 10:57:43 +09:00 |
|
YUKI Hiroshi
|
5c323d143b
|
Update appearance after the sidebar is shown/hidden at Firefxo 39 and later #849
|
2015-02-27 10:49:39 +09:00 |
|
YUKI Hiroshi
|
42c24c1628
|
Patch to toggleSidebar only when possible.
The function will be removed in the future by changes introduced at https://bugzilla.mozilla.org/show_bug.cgi?id=1123517
|
2015-02-27 10:24:18 +09:00 |
|
Piro / YUKI Hiroshi
|
54b2c981b1
|
Fix too deep indent
|
2015-02-27 00:59:53 +09:00 |
|
Piro / YUKI Hiroshi
|
6352d57858
|
Remove deprecated JS1.7's let blocks
|
2015-02-27 00:59:31 +09:00 |
|
Piro / YUKI Hiroshi
|
9e51001b51
|
Fix too deep indent
|
2015-02-27 00:56:15 +09:00 |
|
Piro / YUKI Hiroshi
|
2ea151b856
|
Remove deprecated JS1.7's let blocks
|
2015-02-27 00:55:36 +09:00 |
|
YUKI Hiroshi
|
c769438610
|
Update code for removed nsIPopupBoxObject interface.
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=979835
|
2015-02-26 19:35:29 +09:00 |
|
Piro / YUKI Hiroshi
|
d6be4e6396
|
Reset z-index of vertical tabs always to prevent tabs are shown above other browser elements.
See also #586 and #843
|
2015-02-21 03:27:37 +09:00 |
|
YUKI "Piro" Hiroshi
|
04242a8158
|
Merge pull request #840 from Happy-Dude/issue_839
Fixed 'Always resotre tabs' typo in localization
|
2015-02-09 23:30:48 +09:00 |
|
Stanley Chan
|
328d07c868
|
Fixed another typo in location "Don't show this dialo"
Used find and sed to do a regex find and replace of text.
|
2015-02-09 09:21:52 -05:00 |
|
Stanley Chan
|
0315e962d1
|
Fixed 'Always resotre tabs' typo in localization
Used find and sed to do a regex search and replace of text.
|
2015-02-09 09:21:52 -05:00 |
|
YUKI "Piro" Hiroshi
|
3641f84b8e
|
Merge pull request #816 from LordJZ/master
Update click hook for Bug 1108555 changes
|
2015-02-09 12:30:42 +09:00 |
|
LordJZ
|
cdc37508f6
|
Update click hook for Bug 1108555 changes
Commit that broke compatibility:
3db60dbec7 (diff-1)
Should be backwards compatible.
|
2014-12-25 01:10:20 +03:00 |
|
Piro / YUKI Hiroshi
|
d5b2d18df2
|
Add information of the related bug
|
2014-12-02 03:43:13 +09:00 |
|
YUKI Hiroshi
|
70969aad56
|
Bump version to 0.15.2014120101
|
2014-12-01 23:31:20 +09:00 |
|
YUKI Hiroshi
|
c75677afc4
|
Add news topics
|
2014-12-01 23:28:34 +09:00 |
|
YUKI Hiroshi
|
1cf6887ff7
|
Output more debug-friendly messages for the "autohide" feature
|
2014-12-01 23:25:48 +09:00 |
|
YUKI Hiroshi
|
02426e5bc0
|
Detect mouse pointer's position correctly to show/hide the tab bar automatically.
|
2014-12-01 23:25:16 +09:00 |
|
Piro / YUKI Hiroshi
|
50d88a4e88
|
Update news topics for the next release
|
2014-11-20 03:25:55 +09:00 |
|
YUKI Hiroshi
|
66f16dde50
|
Accept null input by getTabFromFrame().
This suppresses a crash error reported on https://bugzilla.mozilla.org/show_bug.cgi?id=1098688
|
2014-11-19 12:25:56 +09:00 |
|
YUKI Hiroshi
|
3663519efd
|
Return the current browser immediately if possible
|
2014-11-19 12:25:39 +09:00 |
|
YUKI Hiroshi
|
ddb87ab83a
|
Follow to changes introduced by https://bugzilla.mozilla.org/show_bug.cgi?id=1058116
|
2014-11-19 12:25:22 +09:00 |
|
YUKI "Piro" Hiroshi
|
232ee84bf0
|
Merge pull request #790 from Xinkai/master
`wiew` should be `view`.
|
2014-11-16 14:46:48 +09:00 |
|
xinkai
|
249c9b6287
|
wiew should be view .
This typo causes TST unable to reshow the tabs after FF exiting full-screen mode.
|
2014-11-16 13:18:14 +08:00 |
|
YUKI Hiroshi
|
18e105a561
|
Don't make hidden the tab bar by clicking on the grippy to expand the collapsed tab bar. (#783)
|
2014-11-13 17:24:59 +09:00 |
|
YUKI Hiroshi
|
55e4137214
|
Apply font color always
|
2014-11-13 13:20:59 +09:00 |
|
YUKI Hiroshi
|
def1cbad15
|
Apply custom style rules for tabs for selected tabs too clearly (related to #788)
|
2014-11-13 13:18:24 +09:00 |
|
Piro / YUKI Hiroshi
|
84391a1812
|
Bump version to 0.15.2014111301
|
2014-11-13 02:33:45 +09:00 |
|
Piro / YUKI Hiroshi
|
6c709c6a61
|
Save chosen parent tab by bookmarks property dialog correctly
|
2014-11-13 02:25:05 +09:00 |
|