Piro / YUKI Hiroshi
|
450fa34790
|
Simplify codes to load modules lazily
|
2012-11-11 22:48:42 +09:00 |
|
Piro / YUKI Hiroshi
|
66e2e268f5
|
.utils => .base
|
2012-10-30 03:11:39 +09:00 |
|
YUKI Hiroshi
|
c0e9280444
|
Shorten "TSTUtils" to "utils" (because they are already in the context)
|
2012-10-24 01:43:56 +09:00 |
|
saneyuki_s
|
3e658380c9
|
Move some pref methods from TSTBase to TSTUtils.
|
2012-10-19 23:20:08 +09:00 |
|
Piro / YUKI Hiroshi
|
9182259ab5
|
Update credit
|
2012-10-14 03:31:06 +09:00 |
|
saneyuki_s
|
f4340866c0
|
Rename the file name to modules/base.js from modules/utils.js .
|
2012-09-27 15:46:51 +09:00 |
|
saneyuki_s
|
f27cfc745a
|
Rename to 'TreeStyleTabBase' from 'TreeStyleTabUtils'.
|
2012-09-27 15:40:14 +09:00 |
|
saneyuki_s
|
a18738be8f
|
Remove TreeStyleTabUtils.PromptService.
|
2012-09-23 18:39:34 +09:00 |
|
Piro / YUKI Hiroshi
|
d2e9f51f8f
|
Fix broken XPath expression
|
2012-09-23 16:08:08 +09:00 |
|
Piro / YUKI Hiroshi
|
a6792a2b4b
|
Reduce usecases of evaluateXPath()
|
2012-09-23 15:43:49 +09:00 |
|
Piro / YUKI Hiroshi
|
c9a3d28c72
|
Open duplicated tabs from back/forward buttons as children of the current tab
|
2012-09-23 14:57:29 +09:00 |
|
saneyuki_s
|
3941b88b1f
|
Remove TreeStyleTabUtils.ObserverService.
|
2012-09-18 00:31:48 +09:00 |
|
Piro / YUKI Hiroshi
|
03723bd457
|
Fix typo (fix #359)
|
2012-09-15 21:53:22 +09:00 |
|
Piro / YUKI Hiroshi
|
18639ccbea
|
Don't override BrowserReloadOrDuplicate, BrowserForward, BrowserBack, and gotoHistoryIndex anymore
|
2012-09-15 12:32:58 +09:00 |
|
Piro / YUKI Hiroshi
|
d7121d9042
|
Simplify codes dynamically inserted by eval()
|
2012-09-15 12:09:15 +09:00 |
|
Infocatcher
|
ddeddd38ee
|
Reset tab bar height only using left double click
|
2012-08-28 17:21:46 +04:00 |
|
Infocatcher
|
76defb974a
|
Convert from Shift-JIS to UTF-8
|
2012-08-28 16:53:25 +04:00 |
|
SHIMODA Hiroshi
|
8b5a200583
|
Update tab bar appearance correctly when contents of the browser bottom box is shown or hidden #312
|
2012-07-29 14:47:11 +09:00 |
|
SHIMODA Hiroshi
|
7c6b3475ba
|
Store the original state of the "Tabs on Top" for user's expectation correctly
|
2012-04-09 20:18:52 +09:00 |
|
SHIMODA Hiroshi
|
b1b029686d
|
Don't reset "Tabs on Top" state on the startup (It was wrongly enabled on every startup)
|
2012-04-09 17:59:06 +09:00 |
|
Piro / SHIMODA Hiroshi
|
528545ff25
|
Don't override the result of middle-click on the new tab button, by the result for the new tab command fired by the click event itself. (Specified behavior for middle-click on the new tab button was unexpectedly ignored. #247)
|
2012-02-29 02:28:05 +09:00 |
|
Piro / SHIMODA Hiroshi
|
9e8993cfdd
|
pref migration should be done by globally at first.
|
2012-02-10 04:01:13 +09:00 |
|
Piro / SHIMODA Hiroshi
|
bae7c30238
|
even if "auto collapse/expand of focused tree" is disabled, long time pressing of Ctrl key should expand the tree.
|
2012-02-10 03:59:13 +09:00 |
|
Piro / SHIMODA Hiroshi
|
c844906cb1
|
handle errors in deferred tasks
|
2012-02-07 02:13:46 +09:00 |
|
Piro / SHIMODA Hiroshi
|
5cbbd36fea
|
dragging out of tree wrongly duplicated the dragged tree. now they should be duplicated if Ctrl or Command key is pressed. (but it doesn't work currently, because modifier keys are ignored on dragend event.)
|
2012-02-05 07:50:26 +09:00 |
|
Piro / SHIMODA Hiroshi
|
16f6cd7dd9
|
optimize: reduce use of Iterator
|
2012-02-05 06:31:03 +09:00 |
|
Piro / SHIMODA Hiroshi
|
59444c68a6
|
use Iterator instead of forEach (for performance optimization)
|
2012-02-05 03:15:38 +09:00 |
|
Piro / SHIMODA Hiroshi
|
bf9f48dfdb
|
In some cases, "Tabs on Top" was wrongly enabled when a popup window is opened.
|
2012-01-31 03:38:41 +09:00 |
|
Piro / SHIMODA Hiroshi
|
9608f76989
|
TreeStyleTabService.restoringTree was wrongly true if there is any to-be-restored tabs in background groups.
|
2012-01-28 03:57:48 +09:00 |
|
SHIMODA Hiroshi
|
8e1188d9be
|
fix wrong method name
|
2012-01-24 10:15:25 +09:00 |
|
Piro / SHIMODA Hiroshi
|
f077af1317
|
ignore events after destruction
|
2012-01-24 04:07:56 +09:00 |
|
Piro / SHIMODA Hiroshi
|
9fc01781a1
|
remove module for optimization
|
2012-01-14 01:20:43 +09:00 |
|
Piro / SHIMODA Hiroshi
|
23e3457530
|
update version specific comments
|
2012-01-14 01:15:12 +09:00 |
|
SHIMODA Hiroshi
|
bcb8615f47
|
drop Firefox 3.6 support
|
2012-01-13 17:38:12 +09:00 |
|
SHIMODA Hiroshi
|
737320ef7d
|
tab bar was wrongly shrunken for fullscreen window on the starutp
|
2011-12-14 15:33:25 +09:00 |
|
SHIMODA Hiroshi
|
e6f29af997
|
isMaximized => maximized
|
2011-12-14 15:28:47 +09:00 |
|
SHIMODA Hiroshi
|
55854683a0
|
tab bar was wrongly shrunken on the startup (fix for https://github.com/piroor/treestyletab/issues/177 )
|
2011-12-14 15:26:58 +09:00 |
|
Piro / SHIMODA Hiroshi
|
8d981a7d13
|
always restore all tree
|
2011-12-13 03:54:43 +09:00 |
|
SHIMODA Hiroshi
|
67ff3b111f
|
items in "all tabs" popup were not indented on Nightly.
|
2011-12-12 18:27:11 +09:00 |
|
Piro / SHIMODA Hiroshi
|
7035a53d4f
|
"undo closed set" feature didn't work
|
2011-12-09 01:39:55 +09:00 |
|
Piro / SHIMODA Hiroshi
|
5193c60a3b
|
"fast restore" should restore collapsed/expand state based on user pref
|
2011-12-08 05:12:33 +09:00 |
|
SHIMODA Hiroshi
|
828e6e48f9
|
simplify implementation of "fast restore"
|
2011-12-07 15:14:02 +09:00 |
|
SHIMODA Hiroshi
|
ca0b1fe073
|
partTab() => detachTab() (API is renamed)
|
2011-12-07 10:18:05 +09:00 |
|
SHIMODA Hiroshi
|
f500a66092
|
refactoring
|
2011-12-05 19:51:38 +09:00 |
|
Piro / SHIMODA Hiroshi
|
1bba301260
|
emulate behaviors of folder trees, for arrow keys on focused tabs (but not wrapped on Windows and Linux - this is designed behavior of Firefox itself!)
|
2011-12-03 05:01:38 +09:00 |
|
Piro / SHIMODA Hiroshi
|
0cb0cb92a4
|
simplify calculation of size of pinned tabs from integer to boolean (simply faviconized or not)
|
2011-11-30 05:33:47 +09:00 |
|
Piro / SHIMODA Hiroshi
|
617cf38a1f
|
When a child tab is selected and the tree is collapsed, the parent tab is automatically selected and the tree was collapsed but re-expanded after a delay unexpectedly.
|
2011-11-30 02:21:33 +09:00 |
|
SHIMODA Hiroshi
|
6c13384537
|
pinned tabs can be smaller than 24x24 (new minimum size = 16x16)
|
2011-11-29 17:34:20 +09:00 |
|
Piro / SHIMODA Hiroshi
|
a3d1651ca7
|
update mail address
|
2011-11-02 02:43:39 +09:00 |
|
Piro / SHIMODA Hiroshi
|
ec294ee820
|
Search result tabs didn't become children of the current tab if the selection include white spaces before/after the search term.
|
2011-08-30 00:39:17 +09:00 |
|