Commit Graph

4106 Commits

Author SHA1 Message Date
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
e26ef07bab Add news topic 2016-08-25 23:21:57 +09:00
Piro / YUKI Hiroshi
fd899d9014 Give up to provide icons for configuration dialog panes.
Firefox 50 and later doesn't have such old icons. It still have
SVG icons for in-content preferences, but there seems to be
no suitable icon for the "tab" pane.
See also: https://github.com/piroor/treestyletab/issues/1180
2016-08-25 23:20:05 +09:00
Piro / YUKI Hiroshi
1f8e42b432 Update tab's contextual style more certainly 2016-08-25 22:52:54 +09:00
Piro / YUKI Hiroshi
60d5eeec8f Fix typo 2016-08-25 22:40:55 +09:00
Piro / YUKI Hiroshi
afbcd42f48 Add news topics 2016-08-25 21:41:36 +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
40191c6082 Collect URIs from <base> tags as possible referrers.
The referrer of a new tab request from webpage can be modified by <base> tags.
To detect the opener tab from the referrer, we have to collect URIs defined by <base> tags also.
See also: https://dxr.mozilla.org/mozilla-central/rev/f97a056ae6235de7855fd8aaa04fb1c8d183bd06/dom/ipc/ContentParent.cpp#5069
2016-08-21 01:46:11 +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
fee1428f54 Don't calculate same hash multiple times 2016-08-18 22:56:51 +09:00
Piro / YUKI Hiroshi
4e4ec57324 Return only unique URLs 2016-08-18 22:55:22 +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
cc9796a497 Merge pull request #1166 from asamuzaK/follow-up-for-1162
Suppress warnings from unknown CSS properties.
Here is the discussion of this change: https://github.com/piroor/treestyletab/issues/1162
2016-08-06 21:00:53 +09:00
asamuzaK (Kazz)
098eb8242e Pick up where the modification has not been applied 2016-08-06 19:43:04 +09:00
YUKI "Piro" Hiroshi
fd67e06dd9 Merge pull request #1165 from asamuzaK/remove-appearance-box-x
Remove unprefixed appearance and unprefixed box-*
Here is the discussion about this decision: https://github.com/piroor/treestyletab/issues/1162
2016-08-06 18:34:13 +09:00
asamuzaK (Kazz)
5751569e11 Remove unprefixed appearance and unprefixed box-* 2016-08-06 18:24:10 +09:00
YUKI "Piro" Hiroshi
2d9df4c712 Merge pull request #1164 from asamuzaK/remove-unprefixed-props
Remove unprefixed CSS properties which are not in any spec.
Reasons: https://github.com/piroor/treestyletab/issues/1162#issuecomment-237954306
2016-08-06 11:54:18 +09:00
asamuzaK (Kazz)
2cc4ca66f7 Remove unprefixed CSS properties which are not in any spec
Plus fix nits
* Remove forgotten -moz-box-shadow
* Remove duplicated declaration
* Fix typo
2016-08-06 08:25:53 +09:00
YUKI "Piro" Hiroshi
47cd769ad1 Merge pull request #1163 from asamuzaK/remove-deprecated-moz-props
remove deprecated -moz-* properties
2016-08-06 05:11:06 +09:00
asamuzaK (Kazz)
c4890373bb remove deprecated -moz-* properties 2016-08-06 02:37:16 +09:00
YUKI "Piro" Hiroshi
9fcab077a3 Remove needless section 2016-08-05 02:44:02 +09:00
YUKI "Piro" Hiroshi
8d33ec709d Link to unbranded Firefox 2016-08-05 02:43:21 +09:00
YUKI "Piro" Hiroshi
336e43099b Add credit 2016-07-16 23:03:35 +09:00
YUKI "Piro" Hiroshi
fbbb09cddc Shrink scope of a short-live variable 2016-07-16 23:02:25 +09:00
YUKI "Piro" Hiroshi
183cc904cc Add "is" prefix for a boolean-expected variable 2016-07-16 23:01:48 +09:00
YUKI "Piro" Hiroshi
7dd94bf92a Merge pull request #1151 from lv7777/rebase-skin-color-#1145-new
Rebase skin color #1145 

By this change, "dark" color set is applied only on the combination: Firefod Developer Edition + "dark" theme
2016-07-16 22:58:05 +09:00
oonuma ryouyu
5f7a874d3c add spase for readable code 2016-07-16 06:49:29 -07:00
oonuma ryouyu
b2ff92a023 fix #1145 for rebase skin color 2016-07-16 06:43:58 -07:00
YUKI Hiroshi
6f658d4eef Accept null or something as the options 2016-07-12 09:58:05 +09:00
YUKI Hiroshi
2452641711 Specify default value for options 2016-07-07 18:49:43 +09:00
YUKI Hiroshi
2ecbf63c23 Specify "insertAfter" reference correctly 2016-07-07 18:45:06 +09:00
YUKI Hiroshi
f78769549a Clear reference for "previous tab" correctly 2016-07-07 18:41:51 +09:00
YUKI Hiroshi
c44fa859dc Open new tab next to the current tab correctly, even if the current tab is the last tab 2016-07-07 18:39:42 +09:00
YUKI Hiroshi
2b13d9996d Open new tab as the next sibling tab correctly, even if the current tab is the last child #1143 2016-07-06 18:52:09 +09:00
YUKI Hiroshi
0e3acd003d Output more debug log 2016-07-06 18:32:46 +09:00
YUKI Hiroshi
be5fa81b86 Allow to shrink the tab bar narrower than minimum width of toolbar items 2016-07-05 16:14:15 +09:00
YUKI Hiroshi
3d85de3004 Add news topic 2016-07-05 15:58:37 +09:00
YUKI Hiroshi
3796026995 Override SessionStoreInternal's method instead of proxy's one 2016-07-05 14:54:18 +09:00
YUKI Hiroshi
d7caa5ac59 Handle duplicated tabs totally 2016-07-05 14:52:43 +09:00
YUKI Hiroshi
51de133b0d Add history topic 2016-07-05 14:35:24 +09:00