Commit Graph

3005 Commits

Author SHA1 Message Date
YUKI Hiroshi
5d54fd5a38 Fix indent 2013-09-18 17:43:41 +09:00
YUKI Hiroshi
8bce1239b3 Detect mode of Tab Mix Plus correctly 2013-09-18 17:43:18 +09:00
YUKI Hiroshi
4bcca0d787 Support "hide tab bar only when one tab" again for Tab Mix Plus (#557) 2013-09-18 17:34:21 +09:00
YUKI Hiroshi
a641d748c7 Allow users to create new subtree from partially selected tree of tabs (#553) 2013-09-18 12:10:15 +09:00
YUKI Hiroshi
f0e71741a1 Break lines after condition block of "if" statements 2013-09-17 18:17:20 +09:00
YUKI Hiroshi
47774acf54 Keep tab bar shown (expanded) if one of triggers is still there. (#552)
The tab bar can be shown by three reasons: mouseover, keyboard shortcut,
and feedback for new tabs. However, sometimes two or more triggers can
be fired in a same time. Now TST keeps the tab bar showing (expanded)
for combinated cases, like: shown by the keyboard shortcut, the mouse
goes onto the tab bar, and it leaves from the tab bar.
2013-09-17 16:22:29 +09:00
Piro / YUKI Hiroshi
d7aa5da30d Regression: Highlight updated pinned tabs correctly. 2013-09-14 20:59:56 +09:00
YUKI Hiroshi
1f5188defd Add wanabe to the list of contributors in license blocks 2013-09-13 19:58:52 +09:00
YUKI Hiroshi
418cc09cf4 Add wanabe to the list of contributors 2013-09-13 19:56:03 +09:00
YUKI Hiroshi
cd9949bf59 Update history topics 2013-09-13 19:54:48 +09:00
YUKI Hiroshi
443356caa1 Observe changes of attributes of the parent box itself correctly 2013-09-13 19:44:48 +09:00
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