Commit Graph

3044 Commits

Author SHA1 Message Date
YUKI Hiroshi
bbe6b79024 Update tab bar position for "disablechrome" attribute of the root element 2013-09-13 19:37:21 +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
YUKI "Piro" Hiroshi
9e49b3ce5e Merge pull request #556 from wanabe/tab-border-with-tmp
Erase border that appears with TMP (#528)
2013-09-13 03:18:03 -07:00
wanabe
1d67911c5e Erase border that appears with TMP (#528) 2013-09-13 12:30:46 +09:00
YUKI "Piro" Hiroshi
d045439bcc Merge pull request #554 from wanabe/with-hmtcib
Improved compatibility with "How Many Times Can I Back?" (#397)
2013-09-11 23:07:19 -07:00
wanabe
47ac7924e1 Improve compatibility with "How Many Times Can I Back?" (#397)
use commonAncestorContainer instead of getCommonAncestor()
2013-09-12 14:54:38 +09:00
wanabe
1a83376034 Improved compatibility with "How Many Times Can I Back?" (#397)
"getCommonAncestor" method is not available without jQuery
2013-09-12 12:36:00 +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
4df2d498cb Bump maxVersion to 26.0a1 2013-08-23 23:17:41 +09:00
Piro / YUKI Hiroshi
d17093581b Update history topics 2013-08-23 23:17:14 +09:00
Piro / YUKI Hiroshi
11d86c9575 Bump version to 0.14.2013082301 2013-08-23 23:16:30 +09:00
YUKI Hiroshi
a60af4b0c7 Fix error on the initialization (#543)
It is caused by the preference "browser.tabs.autoHide" which is not defined in the default branch.
2013-08-23 17:09:03 +09:00
YUKI "Piro" Hiroshi
a38d21e875 Merge pull request #542 from Infocatcher/ru_locale
Russian translation for "Temporary Group" checkbox
2013-08-21 17:53:28 -07:00
Infocatcher
ccd9d7932e Localize "Temporary Group" checkbox
(#537)
2013-08-21 20:03:18 +04:00
Piro / YUKI Hiroshi
063ee84b51 Bump version to 0.14.2013082201 2013-08-22 00:24:33 +09:00
Piro / YUKI Hiroshi
80dc4efc7d Update history topics 2013-08-22 00:23:33 +09:00
Piro / YUKI Hiroshi
45f5df5b45 Initialize list of sibling bookmark items progressively (#478) 2013-08-22 00:15:11 +09:00
Piro / YUKI Hiroshi
dec4d773d5 Add descriptions for new secret preferences 2013-08-21 23:19:43 +09:00
Piro / YUKI Hiroshi
45add3cb5d Add descriptions for secret preferences to open group tabs as "permanent". 2013-08-21 23:17:04 +09:00
Piro / YUKI Hiroshi
b6e4a198cb Fix markup 2013-08-21 23:12:42 +09:00
YUKI Hiroshi
e80560034b Use "&" instead of ";" as the separator of URL parameters 2013-08-21 17:36:12 +09:00
YUKI Hiroshi
23b1a043ef Add customizability for newly opened temporary groups (#537) 2013-08-21 17:34:07 +09:00
YUKI Hiroshi
2c7d534b56 Update history topics 2013-08-21 13:59:54 +09:00
YUKI Hiroshi
c9b3bcd5d0 Add "temporary group" checkbox 2013-08-21 13:51:03 +09:00
YUKI Hiroshi
79555c9b3d Update UI for title of group tabs by setter 2013-08-21 13:49:31 +09:00
YUKI Hiroshi
c22c03186f Open temporary group tabs with "temporary=true" parameter 2013-08-21 13:35:26 +09:00
YUKI Hiroshi
4fe157dec2 Detect temporary group tabs ignoring session history 2013-08-21 13:08:56 +09:00
YUKI Hiroshi
2cd526253e Detect temporary group tab correctly 2013-08-21 13:05:18 +09:00
YUKI Hiroshi
1170b1075a Simulate location.search because it is not available on about: URIs 2013-08-21 13:00:38 +09:00
YUKI Hiroshi
163b14646d Close needless group tabs automatically if they are temporary 2013-08-21 12:53:36 +09:00
YUKI Hiroshi
570502a6fb Fix typo
ues =>
yes
^
2013-08-21 12:52:40 +09:00
YUKI Hiroshi
05f837d0c6 Update URI by setter 2013-08-21 12:46:17 +09:00
YUKI Hiroshi
ee25050cf1 Support multiple parameters for group tabs, like "title=(title);temporary=(boolean)" 2013-08-21 12:39:58 +09:00
YUKI Hiroshi
158e41caf1 Support "?" in the title of group tabs 2013-08-21 12:28:47 +09:00
YUKI Hiroshi
db4cd9b6f1 Revert "Don't close the window with the last group tab, if the last child of the group is closed. (#537)"
This reverts commit 63a72c9e62.
2013-08-21 12:20:12 +09:00
Piro / YUKI Hiroshi
bfa6d5bb0b Update history topics 2013-08-21 03:56:46 +09:00
Piro / YUKI Hiroshi
2b103ee178 Show/hide tab bar correctly after the grippy is clicked (#538) 2013-08-21 03:50:03 +09:00
Piro / YUKI Hiroshi
63a72c9e62 Don't close the window with the last group tab, if the last child of the group is closed. (#537)
This behaviour can be disabled (and get the old behaviour) by setting the preference "extensions.treestyletab.autoRemoveNeedlessGroupTab.lastTab" to "true".
2013-08-21 03:42:50 +09:00
Piro / YUKI Hiroshi
f476b50001 Update history topics 2013-08-21 02:24:00 +09:00
Piro / YUKI Hiroshi
c2fee561d1 Respect the behaviour of "Disable detach and tear off tab" (#540)
The addon provides ability to disable tearing off of dragged tab:
https://addons.mozilla.org/firefox/addon/bug489729-disable-detach-and-t/
but TST killed the feature...
2013-08-21 02:18:30 +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
2ffa260210 Update history topics 2013-08-21 01:11:21 +09:00
Piro / YUKI Hiroshi
637a4fd9bc Don't hide the tab bar even if there is only one tab, on Firefox 23 and later (#541)
Because the feature is removed on Firefox 23.
https://bugzilla.mozilla.org/show_bug.cgi?id=855370
However, the addon "Hide Tab Bar With One Tab" still provides it.
https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/
So, I decided to activate the behavior only on old Firefox or the environment which has the addon.
2013-08-21 01:09:03 +09:00
YUKI "Piro" Hiroshi
13a279db02 Merge pull request #535 from Infocatcher/ru_locale
Update ru locale: localize accesskey for "Close Tabs to the Bottom"
2013-07-27 21:54:56 -07:00
Infocatcher
155a35dcaf Update ru locale: localize accesskey for "Close Tabs to the Bottom" 2013-07-27 21:40:58 +04:00
Piro / YUKI Hiroshi
bf31511c28 Update history topics around ru locale 2013-07-28 02:01:43 +09:00
Piro / YUKI Hiroshi
481bc1c303 Initialize "Close Tabs to the Right" menuitem even if Multiple Tab Handler is installed.
ddbd41163b (commitcomment-3731331)
2013-07-28 01:57:50 +09:00
Piro / YUKI Hiroshi
ee064c27b9 Merge branch 'master' of github.com:piroor/treestyletab
Conflicts:
	locale/ru/treestyletab/treestyletab.properties
2013-07-28 01:54:37 +09:00
Piro / YUKI Hiroshi
fd071ba859 Use vertical tab bar specific accesskey for "Close Tabs to Bottom" 2013-07-28 01:53:46 +09:00
YUKI "Piro" Hiroshi
f0d60dacc4 Merge pull request #534 from Infocatcher/ru_locale
Update ru locale
2013-07-27 09:44:48 -07:00