Commit Graph

4226 Commits

Author SHA1 Message Date
YUKI Hiroshi
289181d28b Add GUI for the new choice 2016-02-12 19:45:34 +09:00
YUKI Hiroshi
3de447706c Move the tab correctly 2016-02-12 19:32:59 +09:00
YUKI Hiroshi
e2aff9e21f Keep tree's position when a root tab is closed 2016-02-12 19:30:50 +09:00
YUKI Hiroshi
7050d5994c Revert "Don't replace parent tab with group tab if it ls already replaced"
This reverts commit c3efa9bd13.
2016-02-12 19:29:15 +09:00
YUKI Hiroshi
c3efa9bd13 Don't replace parent tab with group tab if it ls already replaced 2016-02-12 19:27:51 +09:00
YUKI Hiroshi
7480757a0f Disable animation for temporary modification of tree 2016-02-12 19:26:26 +09:00
YUKI Hiroshi
b4f153d083 Add ability to replace closed parent tab with new dummy tab #133 2016-02-12 19:23:56 +09:00
YUKI Hiroshi
2f12e072e4 Add topic about too many optiosn 2016-02-12 18:53:36 +09:00
YUKI Hiroshi
954c4cf66d Add topic about Pale Moon 2016-02-12 18:40:38 +09:00
YUKI Hiroshi
e69d49d7d5 Add note about horizontal tab bar 2016-02-12 18:36:38 +09:00
YUKI Hiroshi
72c2f4981d Add TMP topic 2016-02-12 18:25:38 +09:00
YUKI Hiroshi
71262b1416 Remove needless "s" 2016-02-12 18:15:45 +09:00
YUKI Hiroshi
15e2f56137 Add list of rejected proposals 2016-02-12 18:15:07 +09:00
YUKI Hiroshi
6e47fa2fe0 Bump version to 0.16.2016021201 2016-02-12 16:59:37 +09:00
YUKI Hiroshi
8898534f10 Fix indent 2016-02-12 16:48:31 +09:00
YUKI Hiroshi
25e7783899 Don't update order of tab contents infinitely 2016-02-12 16:48:08 +09:00
YUKI Hiroshi
4ae4947511 Add news topics 2016-02-12 16:18:41 +09:00
YUKI Hiroshi
75050af492 Put closebox in each tab rightside 2016-02-12 16:15:37 +09:00
YUKI Hiroshi
12757cf2c3 Update the order of tab contents, when they are dynamically changed. 2016-02-12 16:10:56 +09:00
YUKI Hiroshi
f5348dc8b7 Don't show English name if the name is localized #1057 2016-02-12 14:26:27 +09:00
YUKI Hiroshi
a1c378f7b4 Ignore overwriting attribute value with same value 2016-02-10 19:33:40 +09:00
YUKI Hiroshi
f6cd1c2602 Output more debug logs 2016-02-10 19:31:01 +09:00
YUKI Hiroshi
1267db34b7 Fix typo 2016-02-10 19:14:51 +09:00
YUKI Hiroshi
7a579a7c2a Fix mismatched variable name 2016-02-10 19:13:15 +09:00
YUKI Hiroshi
80b77a1001 Fix typo 2016-02-10 19:12:03 +09:00
YUKI Hiroshi
e531d8cd93 Output debug log to the browser console also 2016-02-10 19:10:46 +09:00
YUKI Hiroshi
120dc6b522 Get parent tab correctly 2016-02-10 17:45:49 +09:00
YUKI Hiroshi
49a025a1da Move utility to find tab browser from tab related element from TSTBase to TSTUtils 2016-02-10 17:44:10 +09:00
YUKI Hiroshi
fe7cf571f5 Move XPath related utilities from TSTBase to TSTUtils 2016-02-10 17:42:37 +09:00
YUKI Hiroshi
bad68d5a9b Fix indent 2016-02-10 15:08:57 +09:00
YUKI Hiroshi
bb4a172308 Don't cancel new child tab action by default orphan tab action 2016-02-10 15:08:32 +09:00
Piro / YUKI Hiroshi
94e1b0d89d Open new tabs from histories as orphan tabs 2016-01-28 21:41:09 +09:00
YUKI Hiroshi
feaaade6e5 Add history topics 2016-01-26 15:20:00 +09:00
YUKI Hiroshi
cf6e1c4f1c Don't touch to tab's session history to determine the tab is a group tab or not.
For remote tabs, browser.sessionHistory raises exception. See #1028
2016-01-26 14:51:51 +09:00
YUKI Hiroshi
7fdc114ed6 Output more debug log 2016-01-25 17:28:59 +09:00
YUKI Hiroshi
84c0822592 Disallow to move a new tab by loadOneTab itself 2016-01-25 17:28:22 +09:00
YUKI Hiroshi
355b3f181b Simplify 2016-01-25 17:28:06 +09:00
YUKI Hiroshi
0dab3f30ec Store "internally moving" for individual tab for tab events about individual tab 2016-01-25 17:00:03 +09:00
Piro / YUKI Hiroshi
d5b05b6017 Reduce eval hack 2016-01-22 00:13:56 +09:00
Piro / YUKI Hiroshi
190d8cd71c Add new utility TST.doAndGetNewTabs(aFunction) to get newly opened by the function 2016-01-22 00:13:37 +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