YUKI Hiroshi
8506d7e4d7
Implement pseudo tree only with XUL.
...
There is no need to use XHTML, just needed to apply "display:block"...
2016-03-04 11:35:12 +09:00
Piro / YUKI Hiroshi
fd29a0de80
Remove needless transitions
2016-02-19 00:01:56 +09:00
Piro / YUKI Hiroshi
409103c9ba
Show full tooltip with correct size enough to show its contents
2016-02-18 23:59:44 +09:00
YUKI Hiroshi
423eab1499
Fix indent
2016-02-18 20:50:51 +09:00
YUKI Hiroshi
7bfb22b3e6
Don't open startup home pages as a tree #1063
2016-02-18 20:50:14 +09:00
YUKI Hiroshi
36d145155a
Open home tabs as new tabs always (See #1063 )
2016-02-18 20:29:51 +09:00
YUKI Hiroshi
172df772d3
Render narrow scrollbar more correctly, without any side effect like #1072
2016-02-18 12:59:29 +09:00
YUKI Hiroshi
48e4dd8740
Apply indentation always for the vertical tab bar #1070
2016-02-17 16:15:04 +09:00
YUKI Hiroshi
0099d7fd46
Remove configuration UI for "Allow to collapse/expand tree" #1070
...
% git grep allowSubtreeCollapseExpand | grep locale | \
while read line; \
do sed -r -e "/^.+config.allowSubtreeCollapseExpand/d" \
-i "$(echo $line | cut -d ":" -f 1)"; done
2016-02-17 15:59:38 +09:00
YUKI Hiroshi
f0f62b89ae
Add credit
2016-02-17 10:09:23 +09:00
YUKI Hiroshi
654d812f5c
Use "aXXX" form for arguments
2016-02-17 10:09:19 +09:00
YUKI Hiroshi
557e69f42e
Use "aXXX" form for arguments
2016-02-17 10:06:18 +09:00
J. Ryan Stinnett
97a0afea4c
Repair tearing off a tree of multiple tabs
2016-02-16 17:37:32 -06:00
Piro / YUKI Hiroshi
9580dc574f
Don' open new single tab from middle click on the Home button as a child of the current tab
2016-02-14 18:37:58 +09:00
Piro / YUKI Hiroshi
ea99c3cf71
Fix regression: open bookmarks as separate tabs for user preference #949
2016-02-13 04:40:16 +09:00
Piro / YUKI Hiroshi
b3ca718225
Bump copyright year to 2016
2016-02-12 22:40:32 +09:00
YUKI Hiroshi
c35a01035d
Show animation for highlighted tab more slowly
2016-02-12 20:19:25 +09:00
YUKI Hiroshi
9eb445ce99
Highlight modified tab
2016-02-12 20:15:29 +09:00
YUKI Hiroshi
289181d28b
Add GUI for the new choice
2016-02-12 19:45:34 +09:00
YUKI Hiroshi
7a579a7c2a
Fix mismatched variable name
2016-02-10 19:13:15 +09:00
YUKI Hiroshi
e531d8cd93
Output debug log to the browser console also
2016-02-10 19:10:46 +09:00
YUKI Hiroshi
fe7cf571f5
Move XPath related utilities from TSTBase to TSTUtils
2016-02-10 17:42:37 +09:00
Piro / YUKI Hiroshi
d5b05b6017
Reduce eval hack
2016-01-22 00:13:56 +09:00
Piro / YUKI Hiroshi
42d33ca002
Load and initialize bookmark related features on the startup
2016-01-21 23:37:21 +09:00
YUKI Hiroshi
1bf54f5998
Don't override same function twice
2016-01-21 21:02:26 +09:00
YUKI Hiroshi
de50d19993
Output error
2016-01-21 20:57:55 +09:00
YUKI Hiroshi
3f59a46efe
Suppress "too much recursion" error
2016-01-21 20:55:37 +09:00
YUKI Hiroshi
d594fdf36b
Reduce use of eval
2016-01-21 20:18:01 +09:00
YUKI Hiroshi
eec6610169
Save modification of bookmarks correctly from properties dialog
2016-01-21 20:03:58 +09:00
YUKI Hiroshi
508fa70336
Reduce use of eval
2016-01-21 19:59:34 +09:00
YUKI Hiroshi
fdc472441b
Move codes to override behaviors around bookmarks to a JS code module.
...
Moreover, it reduces use of eval.
2016-01-21 18:23:11 +09:00
YUKI Hiroshi
978bda448d
Remove obsolete code
2016-01-21 15:14:16 +09:00
YUKI Hiroshi
5be6d36583
Make compatible with Open Bookmark in New Tab 2.x
2016-01-21 13:49:16 +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
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
b214268d69
Activate/deactivate auto hide feature for fullscreen mode correctly
2015-12-25 16:21:28 +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
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
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
a780716043
Hide arrowscrollbox spacers for vertical tab bar.
...
See also #863
2015-11-27 18:21:56 +09:00
YUKI Hiroshi
92e03c52a9
Control "muted" status of descendant tabs if the tab has a subtree and they are collapsed
2015-11-19 20:20:15 +09:00
YUKI Hiroshi
03fb19d810
Hide virtual sound indicator for a parent tab when the subtree is expanded
2015-11-19 18:31:16 +09:00
YUKI Hiroshi
47876f780e
Call original methods more safely
2015-11-19 15:01:02 +09:00
YUKI Hiroshi
e06d99d6ce
Call original methods more safely.
...
Because "this" can be changed by other addons, like Speed Dial. See #994
2015-11-19 14:49:15 +09:00
YUKI "Piro" Hiroshi
0ed972459b
Update library
2015-11-12 13:11:57 +09:00
xeonx1
eec2a051de
Fix for piroor/treestyletab#982 and piroor/multipletab#101 where New Folder and Bookmark Properties dialogs appearing empty only both Tree Style Tabs and Multiple Tab Handler (and other extensions withbookmarkMultipleTabs_bookmarkPropertiesOverlay.xul) are enabled at the same time.
2015-11-11 19:40:08 -08:00
Piro / YUKI Hiroshi
3fa5aec658
Add reference counter implementation to detect memory leak
2015-11-10 03:00:43 +09:00
Piro / YUKI Hiroshi
89afb6f08d
Update library: detect URI of pending tabs correctly on Firefox 35 and later
2015-11-09 23:10:44 +09:00
Piro / YUKI Hiroshi
d295128e4a
Update library: Override function without eval() to avoid errors from mismatched variable scopes.
...
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1202902
2015-11-09 22:43:04 +09:00
Piro / YUKI Hiroshi
45767e473a
Indicate target platforms
2015-11-08 22:51:02 +09:00
Piro / YUKI Hiroshi
6f90b666ee
Apply "insertion position of new child tab" preference for tabs opened via GM_openInTab()
#978
2015-11-08 21:57:00 +09:00
Piro / YUKI Hiroshi
732822175a
Fix mismatched arguments for the original function #979
2015-11-08 17:31:11 +09:00
YUKI Hiroshi
b83a92bdb0
Open source tab as a child of the current
2015-11-06 15:13:45 +09:00
YUKI Hiroshi
2a8f980de5
Fix mismatched argumenit for overridden method
2015-11-06 15:07:51 +09:00
YUKI Hiroshi
51e473c777
Remove event listener correctly
2015-11-06 13:38:22 +09:00
YUKI Hiroshi
9f14f594de
Fix indent
2015-11-06 13:37:36 +09:00
YUKI Hiroshi
7f82809997
Simplify
2015-11-06 13:37:22 +09:00
YUKI Hiroshi
e2dd6a2799
Fix indent
2015-11-06 13:34:19 +09:00
YUKI Hiroshi
c1a9cefa4b
Don't override tabbar method again and again
2015-11-06 13:33:30 +09:00
Piro / YUKI Hiroshi
7da7a47db7
Read preferences correctly
2015-11-06 01:14:00 +09:00
Piro / YUKI Hiroshi
9516999af4
Read preferences correctly
2015-11-06 01:11:46 +09:00
Piro / YUKI Hiroshi
764cf0c8e1
Fix typo
2015-11-05 23:39:45 +09:00
YUKI Hiroshi
d3a5bd106b
Fix indent
2015-11-05 19:45:59 +09:00
YUKI Hiroshi
2f1b3f3aed
Remove needless comment
2015-11-05 19:45:47 +09:00
YUKI Hiroshi
daddf249e0
Reduce use of eval()
2015-11-05 19:44:59 +09:00
YUKI Hiroshi
66e2b5f5b1
Remove needless wrapper
2015-11-05 19:44:52 +09:00
YUKI Hiroshi
fad308b234
Reduce use of eval()
2015-11-05 19:40:35 +09:00
YUKI Hiroshi
4fc08ca1f4
Fix typo
2015-11-05 19:30:31 +09:00
YUKI Hiroshi
00f52714aa
Reduce use of eval()
2015-11-05 19:28:24 +09:00
YUKI Hiroshi
4213f5cf39
Refere "this" always
2015-11-05 19:24:18 +09:00
YUKI Hiroshi
be899d1b52
Reduce use of eval()
2015-11-05 19:24:10 +09:00
YUKI Hiroshi
330e7503aa
Reduce useing of eval()
2015-11-05 19:21:45 +09:00
YUKI Hiroshi
c8e364a505
Fix missing "this" for Function#call()
2015-11-05 19:12:32 +09:00
YUKI Hiroshi
59fa80adf1
Reduce using of eval()
2015-11-05 19:12:21 +09:00
YUKI Hiroshi
a029d82f18
Reduce use of eval()
2015-11-05 19:01:01 +09:00
YUKI Hiroshi
1d341ab3a0
Reduce use of eval()
2015-11-05 18:48:25 +09:00
YUKI Hiroshi
3bfa87f0e0
Remove obsolete hack for TabsOnTop
2015-11-05 18:44:03 +09:00
YUKI Hiroshi
d4dcefc75a
Reduce use of eval() hack
2015-11-05 18:37:31 +09:00
YUKI Hiroshi
2afd90c96a
Remove obsolete hack for XULBrowserWindow.hideChromeForLocation.
...
The method became obsolete by https://bugzilla.mozilla.org/show_bug.cgi?id=752434
2015-11-05 18:29:44 +09:00
YUKI Hiroshi
c01e26cfa7
Fix indent
2015-11-05 18:20:51 +09:00
YUKI Hiroshi
f6cf37c90c
Remove obsolete code for too old Firefox.
...
SidebarUI is already available at Firefox 38.
2015-11-05 18:19:47 +09:00
YUKI Hiroshi
8fb3ce884e
Update floating tab bar if the sidebar width is changed
2015-11-05 18:14:17 +09:00
YUKI Hiroshi
1f4458cb3a
Fix indent
2015-11-05 18:11:56 +09:00
YUKI Hiroshi
8bfe8dfc2e
Reposition the floating tab bar only when the sidebar is actually opened or closed
2015-11-05 18:11:28 +09:00
YUKI Hiroshi
b417c45425
Detect tab from drag events more correctly
2015-11-04 11:58:44 +09:00
YUKI Hiroshi
e8941963d4
Update library
2015-11-04 11:45:08 +09:00
YUKI Hiroshi
0fbea3cfbf
Fix indent
2015-11-04 11:44:53 +09:00
YUKI Hiroshi
1029b40e09
Follow to changes introduced by the bug 1207594.
...
The method "_setEffectAllowedForDataTransfer" was renamed to "_getDropEffectForTabDrag".
2015-11-04 11:43:54 +09:00
Piro / YUKI Hiroshi
b11a175cbf
Suppress error like TypeError: aEvent.target.getSelection is not a function
2015-10-31 00:11:16 +09:00
YUKI Hiroshi
d911e243c6
Open new search result tab as a child of the current tab, when a selection text is dragged and dropped to the searchbar.
...
This should fix the issue #884
2015-10-30 17:47:14 +09:00
YUKI Hiroshi
baf96c545b
Remove garbage
2015-10-29 11:01:55 +09:00
Piro / YUKI Hiroshi
036ca2a5d5
Hide toolbar related elements completely in the DOM fullscreen mode.
...
The "inDOMFullscreen" attribute is introduced at Firefox 36 by http://hg.mozilla.org/mozilla-central/rev/3aef39ca3919 and now TST supports only Firefox 38 and newer. So we should use it instead of my custom attribute.
2015-10-27 00:42:52 +09:00
Piro / YUKI Hiroshi
cfca590bc3
Fix wrong attribute name
2015-10-27 00:11:37 +09:00
YUKI Hiroshi
f0f3076629
Attach tabs from GM_openInTab after all tabs are opened.
...
Because Greasemonkey moves opened tabs to the bottom of the tab bar always, TST detaches the new child tab unexpectedly.
2015-10-26 19:05:49 +09:00
YUKI Hiroshi
4509c76e90
Rewrite hack for Greasemonkey (based on GM 3.5)
2015-10-26 17:47:05 +09:00
YUKI Hiroshi
75f761d291
Fix path to Greasemonkey's internal modules (for GM 3.5)
2015-10-26 16:53:03 +09:00
YUKI Hiroshi
5a17a36773
Fix path to Greasemonkey's internal modules (tested on GM 3.5)
2015-10-26 16:50:28 +09:00
Piro / YUKI Hiroshi
ff2d3caed5
Don't redefine gBrowserInit._delayedStartup() with eval() to avoid errors from mismatched variable scopes.
...
I don't know why but redefined function with eval() has a variable scope different from its original one, and fails to access gSessionHistoryObserver defined in Firefox's script with "const" statement. So I gave up to use eval() hack.
2015-10-10 19:19:11 +09:00