Commit Graph

1334 Commits

Author SHA1 Message Date
YUKI Hiroshi
013ba34d69 Add comment for future fix 2016-09-08 13:13:41 +09:00
YUKI Hiroshi
d66e4a0c0f Rearrange buttons in the confirmation dialog to choose how to open bookmark folder.
Due to the https://bugzilla.mozilla.org/show_bug.cgi?id=345067 now we must put "cancel" as tne index 1.
2016-09-08 12:57:41 +09:00
YUKI Hiroshi
fe0027a8f5 Fix typo 2016-09-08 12:36:16 +09:00
YUKI Hiroshi
6718a1affa Show "cancel" button in the confirmation dialog for bookmark groups 2016-09-08 12:29:32 +09:00
YUKI Hiroshi
dc098d3067 Refer constant property correctly 2016-09-08 12:11:28 +09:00
YUKI Hiroshi
02211ea227 Cancel to open bookmarks if "how to open the bookmark folder?" confirmation dialog is canceled.
See: https://github.com/piroor/treestyletab/issues/1155
2016-09-08 12:08:55 +09:00
YUKI Hiroshi
55e6927cc2 Simplify 2016-09-08 12:01:03 +09:00
YUKI Hiroshi
88cf5df47f Update library 2016-09-07 15:57:00 +09:00
YUKI Hiroshi
92dd8adf82 Update library 2016-09-07 15:53:01 +09:00
YUKI Hiroshi
9c26c3c9d2 Get instant apply status correctly 2016-09-07 15:41:23 +09:00
YUKI Hiroshi
2186ecbaf0 Update library 2016-09-07 15:32:39 +09:00
YUKI Hiroshi
05267c0d3f Drop support for Tab Mix Plus's custom session management system 2016-09-06 15:29:26 +09:00
Piro / YUKI Hiroshi
787304666e Remove obsolete codes 2016-09-05 01:17:10 +09:00
Piro / YUKI Hiroshi
489966b1c9 Update library 2016-09-04 15:15:23 +09:00
YUKI Hiroshi
dda3981a51 Stringify object only once 2016-08-30 17:16:39 +09:00
YUKI Hiroshi
3484e5c554 Fix indent 2016-08-26 20:02:07 +09:00
YUKI Hiroshi
40d47c2a8a Attach duplicated tabs to the specified parent after they are completely duplicated 2016-08-26 20:01:42 +09:00
YUKI Hiroshi
381578a0eb Fix indent 2016-08-26 19:44:38 +09:00
YUKI Hiroshi
b6be7583d6 Move duplicated tabs after they are completely duplicated 2016-08-26 19:44:14 +09:00
YUKI Hiroshi
531a47f52e Fix indent 2016-08-26 19:24:21 +09:00
YUKI Hiroshi
877a65e29b Apply tree structure for duplicated tabs after they are completely duplicated.
Tree strucutre of duplicated tabs is broken with a delay, because duplicateTab() applies tab's state asynchronously.
The delayed restoration breaks constructed tree.
Thus we have to wait all tabs are completely duplicated.
2016-08-26 19:11:46 +09:00
YUKI Hiroshi
1e77f1cee6 Output more logs for debugging 2016-08-26 18:55:56 +09:00
YUKI Hiroshi
28acfcd4ac Remove attributes from the source tab correctly 2016-08-26 18:21:40 +09:00
YUKI Hiroshi
dabf89558f Duplicate tab as orphan correctly 2016-08-26 18:20:21 +09:00
YUKI Hiroshi
ac9c0da63b Output more logs for debugging 2016-08-26 18:12:48 +09:00
YUKI Hiroshi
4c80b56621 Output more logs for debugging 2016-08-26 18:02:22 +09:00
YUKI Hiroshi
00a7004f9c Fix mismatched variable name 2016-08-26 17:55:36 +09:00
YUKI Hiroshi
792db2cc6e Fix typo 2016-08-26 17:53:52 +09:00
YUKI Hiroshi
399a31202e Output more debug logs 2016-08-26 17:52:50 +09:00
YUKI Hiroshi
471742bb0b Output more logs for debugging 2016-08-26 17:48:04 +09:00
YUKI Hiroshi
8762f8f2ea Apply changed extensions.treestyletab.blockTabsInTitlebar dynamically 2016-08-26 17:05:18 +09:00
YUKI Hiroshi
4b2fae85b4 Add secret preference to activate Tabs in Titlebar feature without any other addon.
This will make it possible to customize appearance around the navigation bar and the title bar by users.
2016-08-26 17:03:07 +09:00
YUKI Hiroshi
a22c9c5e15 Delete codes for obsolete Nav Bar on Title Bar addon.
It has been removed from AMO by its author.
2016-08-26 16:54:51 +09:00
Piro / YUKI Hiroshi
35ac452226 Re-apply contextual color indicator after a tab is moved.
The style is possibly lost at the "sidebar" style, by re-applyed XBL.
2016-08-25 23:48:14 +09:00
Piro / YUKI Hiroshi
b1ad805d4a Apply contextual color of tab with tab-background for the "sidebar" style 2016-08-25 23:39:06 +09:00
Piro / YUKI Hiroshi
1f8e42b432 Update tab's contextual style more certainly 2016-08-25 22:52:54 +09:00
Piro / YUKI Hiroshi
a50337abe5 Support contextual tab coloring on Firefox 51.
See also: https://github.com/piroor/treestyletab/issues/1171
2016-08-25 21:31:39 +09:00
Piro / YUKI Hiroshi
4c1a2a1f98 Report hash string as selection text 2016-08-24 02:46:53 +09:00
Piro / YUKI Hiroshi
5c767c482b Compare selection text with actual search term correctly 2016-08-24 02:35:56 +09:00
Piro / YUKI Hiroshi
36d7b969aa Suppress error from hash for empty string 2016-08-24 02:20:46 +09:00
Piro / YUKI Hiroshi
d824402f3d Store only hashed version for selection text 2016-08-24 02:12:58 +09:00
Piro / YUKI Hiroshi
2f12218ce6 Extract utility to get hash from string 2016-08-24 02:11:34 +09:00
Piro / YUKI Hiroshi
b067c7e7a7 Handle dropped URLs onto the tab bar correctly on Firefox 48(49?) and later 2016-08-19 00:54:55 +09:00
Piro / YUKI Hiroshi
1a42894f3e Detect opener tab more correctly even if a new tab is requested from a subframe contents 2016-08-18 22:53:23 +09:00
Piro / YUKI Hiroshi
259bdf7c86 Collect and store all content URLs in the tab 2016-08-18 22:52:30 +09:00
YUKI Hiroshi
796059daef Output more logs for debugging 2016-08-18 12:29:45 +09:00
YUKI Hiroshi
d19d13c0af Merge branch 'master' of github.com:piroor/treestyletab 2016-08-18 12:20:09 +09:00
YUKI Hiroshi
310b72ce50 Output more logs for debugging 2016-08-18 12:19:34 +09:00
YUKI Hiroshi
dcb6b751aa Use more meaningful variable name 2016-08-18 12:19:23 +09:00
YUKI "Piro" Hiroshi
336e43099b Add credit 2016-07-16 23:03:35 +09:00