Commit Graph

1844 Commits

Author SHA1 Message Date
Piro / YUKI Hiroshi
45bc798e2a Fix syntax error 2014-04-03 00:29:16 +09:00
YUKI Hiroshi
5d5e77a110 Update library 2014-04-02 19:32:31 +09:00
YUKI Hiroshi
fd6c08937a Use Object.create to create subclasses 2014-04-02 19:25:51 +09:00
YUKI Hiroshi
482bab417b Use String#trim() instead of String#replace() 2014-03-31 15:10:51 +09:00
Piro / YUKI Hiroshi
35c5e99d30 Update library 2014-03-12 01:34:33 +09:00
YUKI Hiroshi
c05c58347b Remove needless blank line 2014-03-11 11:29:02 +09:00
YUKI Hiroshi
6c2ec01c51 Split checkbox for splitted two prefs 2014-03-11 11:21:59 +09:00
Piro / YUKI Hiroshi
2f51f15265 Open tabs as children, from the "search by" in the context menu. (#655)
It worked in old versions, but killed by changes of Firefox itself.
2014-02-08 17:56:43 +09:00
YUKI Hiroshi
c91ffcac54 Remove codes for outdated versions of Firefox 2014-01-30 12:36:36 +09:00
Piro / YUKI Hiroshi
61a06e4a74 Apply TST's custom biding for the tab bar even if there is no "tabsontop=true" attribute.
An existing profile can have tabsontop=true attribute in the localstore.rdf but a new profile doesn't.
2014-01-30 02:19:59 +09:00
Piro / YUKI Hiroshi
728f16434a Fix indent 2014-01-29 02:29:49 +09:00
Piro / YUKI Hiroshi
658a48a4f8 Open bookmark folder as a tree correctly, even if the user don't want to open a dummy grouping tab. 2014-01-29 02:27:35 +09:00
Piro / YUKI Hiroshi
6ab9607264 Re-align 2014-01-29 02:04:24 +09:00
Piro / YUKI Hiroshi
412279af1a Remove obsolete code 2014-01-29 02:03:43 +09:00
Piro / YUKI Hiroshi
c82e735bb0 Better compatibility with [Tab Control](https://addons.mozilla.org/firefox/addon/tab-control) #636 2014-01-29 01:53:58 +09:00
Piro / YUKI Hiroshi
7f3fdb1ab1 Remove codes for "replace current one tab".
Because it was removed on Firefox 8. These codes are already expired.
2014-01-29 01:35:13 +09:00
Piro / YUKI Hiroshi
5587ca68c6 Handle sizemode change by MutationObserver 2013-12-01 01:09:05 +09:00
Piro / YUKI Hiroshi
cb50e1cecf Open tabs from GM_openInTab as children of the tab #614 2013-11-29 02:35:58 +09:00
Piro / YUKI Hiroshi
e66b5949bc Override binding of the tab bar and other toolbars correctly on both Australis and non-Australis environments 2013-11-29 02:02:53 +09:00
Piro / YUKI Hiroshi
fcd1b04aa2 Remove legacy codes before "beforecustomization" and "aftercustomization" are landed 2013-11-29 01:43:43 +09:00
Piro / YUKI Hiroshi
dce660e49d Show fullscreen window control (closebox, etc.) in the navigation bar when TST is activated. #613 2013-11-29 01:18:37 +09:00
Piro / YUKI Hiroshi
8a4a8a996f Apply TST's binding to the tabs toolbar even if lightweight theme is applied 2013-11-29 01:01:54 +09:00
Piro / YUKI Hiroshi
02afd56637 Open search results from Context Search as a child tab of the current tab (#616)
http://www.cusser.net/extensions/contextsearch/
2013-11-28 03:53:22 +09:00
Piro / YUKI Hiroshi
2bfa8d7f4a Revert "Use SessionStore.jsm only."
This reverts commit 97637256a8.
This fixes a breakage of session restoration behaviors. The public symbol "SessionStore" doesn't have "TabRestoreStates", it is not exported.
2013-11-13 02:15:55 +09:00
Piro / YUKI Hiroshi
10817a04d0 Bump revision of tabsDragUtils.js
8467790918
2013-11-06 23:07:01 +09:00
Tetsuharu OHZEKI
97637256a8 Use SessionStore.jsm only. 2013-11-06 22:46:25 +09:00
Piro / YUKI Hiroshi
037ed95977 Process iterator by a common utility 2013-10-30 02:11:31 +09:00
Piro / YUKI Hiroshi
c10e126000 Build menulist items for sibling bookmarks in the folder progressively.
I think this can become a workaround for #398.
2013-10-30 01:55:46 +09:00
Piro / YUKI Hiroshi
63114ca99f Don't activate UI to manage tree relations for bookmarks in the "unsorted bookmarks" folder.
We often store very large number of items into the folder, however we'll never open them as a group of bookmarks via middle click on the folder. On the other hand, if there are too many sibling bookmarks, TST can freeze to initialize the list of siblings. So I decided to disable the UI for bookmarks in the "unsorted bookmarks" folder. This decision is related to the issue #398.
2013-10-30 01:40:20 +09:00
YUKI Hiroshi
163df63f04 Hide vertical tab bar in the DOM-fullscreen mode (ex. YouTube) (#564) 2013-10-01 10:20:02 +09:00
YUKI Hiroshi
dd1a76fd64 Don't hide browser UI for builtin "about:*" pages with the vertical tab bar 2013-09-13 19:33:26 +09:00
Piro / YUKI Hiroshi
6bce4e5e19 Inherit width, height, and others via xbl:inherits (#550)
The inner box of the tab bar should inherit width, height, and other attributes given via setTabbrowserAttribute(), from the parent element. However, if the binding is re-assigned again and again, then it can happen infinitely loop when the inheritance is done by xbl:constructor.
2013-08-28 02:25:49 +09:00
Piro / YUKI Hiroshi
45f5df5b45 Initialize list of sibling bookmark items progressively (#478) 2013-08-22 00:15:11 +09:00
YUKI Hiroshi
23b1a043ef Add customizability for newly opened temporary groups (#537) 2013-08-21 17:34:07 +09:00
YUKI Hiroshi
c9b3bcd5d0 Add "temporary group" checkbox 2013-08-21 13:51:03 +09:00
YUKI Hiroshi
c22c03186f Open temporary group tabs with "temporary=true" parameter 2013-08-21 13:35:26 +09:00
Piro / YUKI Hiroshi
a870d718da Update size of inner box of the tab bar after the binding was lost (#538)
By some reasons, the XBL binding can be removed and re-assigned unexpectedly by UI changes (ex. show/hide toolbars).
Then I have to update the size of the inner box immediately.
2013-08-21 02:06:42 +09:00
Piro / YUKI Hiroshi
9aebf2838f Open new tab from DragIt ( https://addons.mozilla.org/firefox/addon/dragit-formerly-drag-de-go/ ) as a child of the current tab. #523 2013-07-27 04:17:42 +09:00
YUKI Hiroshi
9999d7f135 Show favicon for about:treestyletab-group tab correctly on Firefox 22 and later (#521)
Because URIs like "chrome://treestyletab/skin/group/group-icon#-moz-resolution=16,16" doesn't work, if the chrome URL is defined by "override" directive.
2013-07-02 17:25:28 +09:00
YUKI Hiroshi
90ca9e36ec Update tabsdragutils 2013-05-28 16:19:36 +09:00
YUKI Hiroshi
a7c9d2b80a Fix wrong use of RestoringTabsData.get() 2013-05-07 16:25:07 +09:00
YUKI Hiroshi
e75ec2c289 Update tabsDragUtils.js 2013-05-07 16:19:48 +09:00
Drugoy
c19fc3a7bd Fix issue 463
This is a final fix for issue 463
2013-04-30 16:31:07 +04:00
saneyuki_s
e691e6759e Fix js strict-mode error: avoid prohibits function statements not at the top level of a script or function. 2013-03-28 19:10:27 +09:00
Piro / YUKI Hiroshi
26928e2dfa Update original URL of the library bookmark-multiple-tabs 2013-03-06 23:17:32 +09:00
Piro / YUKI Hiroshi
5954e76c02 Add new secret option "extensions.treestyletab.autoAttach.fromCurrent" to control new tab position from the current tab (#452) 2013-03-06 02:37:21 +09:00
Piro / YUKI Hiroshi
414a73c3ff Load "PlacesUIUtils.jsm" correctly.
The path was changed on 2010-04-18 ( http://hg.mozilla.org/mozilla-central/rev/f60133d3febe , https://bugzilla.mozilla.org/show_bug.cgi?id=556739 ) but worked until recent versions. Why??
2013-03-06 01:42:37 +09:00
Piro / YUKI Hiroshi
7985a98620 Move all tabs in the dragged tree to a newly opened window correctly on Firefox 19 and later (#472) 2013-03-06 00:58:51 +09:00
Piro / YUKI Hiroshi
e180b42d61 Use latest fxaddonlib-tabs-drag-utils 2013-03-06 00:36:38 +09:00
Piro / YUKI Hiroshi
a260a439fd Expand the drop area to drop dragged tabs to a tab itself 2013-03-02 22:31:08 +09:00