YUKI Hiroshi
ddb87ab83a
Follow to changes introduced by https://bugzilla.mozilla.org/show_bug.cgi?id=1058116
2014-11-19 12:25:22 +09:00
Piro / YUKI Hiroshi
6c709c6a61
Save chosen parent tab by bookmarks property dialog correctly
2014-11-13 02:25:05 +09:00
Piro / YUKI Hiroshi
3de030ce48
Report errors if TST fails to apply patch to Firefox's functions
2014-11-13 02:13:23 +09:00
Piro / YUKI Hiroshi
1e8bad6e2e
Save changed "parent tab" setting in the bookmarks properties dialog correctly.
...
The feature was broken by patches introduced by the bug: https://bugzilla.mozilla.org/show_bug.cgi?id=575955
2014-11-13 00:41:41 +09:00
YUKI Hiroshi
652b9e2303
Fix typo: missing "S"
2014-11-12 12:11:37 +09:00
Piro / YUKI Hiroshi
2e6c885ba3
Restore closed tabs at once correctly, even if e10s is activated.
2014-11-12 03:58:09 +09:00
YUKI Hiroshi
97a87d0b1a
Remove obsolete "stopRendering" module
2014-11-11 18:58:31 +09:00
YUKI Hiroshi
06c89a80c2
Check existence of plugin area in the current tab asynchronously with e10s
2014-11-11 18:42:30 +09:00
YUKI Hiroshi
02bcfe5d8b
Handle mouse events for auto hide feature by a frame script, for e10s
2014-11-11 17:45:12 +09:00
YUKI Hiroshi
b871d1ab4e
Fix broken drag and drop of bookmarks on Firefox 35 and later
2014-10-22 14:51:02 +09:00
Piro / YUKI Hiroshi
e62cd87bff
Open new tabs from target="_blank" links as children of the current tab, when e10s is enabled.
2014-10-02 02:51:43 +09:00
YUKI Hiroshi
eb42092e49
Use DOM constructor instead of XPCOM interface to detect DOM element
2014-09-30 21:19:33 +09:00
YUKI Hiroshi
2b4be0cdfc
Update library
2014-09-30 21:11:12 +09:00
YUKI Hiroshi
09f43c8f84
Use LF instead of CRLF
2014-09-30 20:09:27 +09:00
YUKI Hiroshi
c595c8ba22
Restore tree structure with multiple trees from bookmarks correctly, even if the dummy tab is disabled. ( #662 )
2014-09-30 19:59:15 +09:00
YUKI Hiroshi
5e498bd0ac
Use LF instead of CRLF
2014-09-30 19:48:58 +09:00
YUKI Hiroshi
af6e5d0ba7
Don't open new tab from Ctrl-T as a new tab from content link
2014-09-30 15:12:29 +09:00
YUKI Hiroshi
19d2ded9d1
Stringify saved value
2014-09-30 14:42:28 +09:00
John Schoenick
0cc0714723
Fix click hook for nesting new tabs in e10s mode
2014-08-27 16:17:00 -07:00
John Schoenick
8fa1d76281
Fix click->open link handler for bug 1050447/Fx 34
2014-08-27 16:17:00 -07:00
Piro / YUKI Hiroshi
503803c076
Drop support for Firefox 30 or older versions.
...
Because Firefox 31 becomes new ESR.
2014-07-27 02:44:23 +09:00
Piro / YUKI Hiroshi
a1ced64bfb
Don't reassign a global variable. ( fix #741 )
...
With the preference "dom.compartment_per_addon"="true", updated gBrowserInit._delayedStartup cannot reassign a global variable defined by Firefox itself.
Accessing it as a property of the global object is not forbidden for now.
2014-06-30 01:48:51 +09:00
YUKI Hiroshi
10c32959b2
Fix broken ternary operation
2014-05-14 11:57:36 +09:00
Piro / YUKI Hiroshi
275d0bb4db
Add reason why we use white screen
2014-05-10 19:22:24 +09:00
Vlastimil Ovčáčík
2a865e5549
Fixes piroor/treestyletab/#710.
...
Changes background color of dummy almost transparent element spread over
Firefox content area from black to white. The near transparent element may
change website tone with inverse color. Therefore white dummy element will
affect only black websites since this commit.
2014-05-08 12:59:13 +02:00
Piro / YUKI Hiroshi
9cce7b81ca
Open new tabs from Tile Tabs as next sibling tab
2014-05-06 00:53:15 +09:00
Piro / YUKI Hiroshi
dd45a2a080
Open new tab by Tile Tabs as a child of the current tab
2014-05-06 00:45:04 +09:00
Piro / YUKI Hiroshi
5d53c82533
Improve compatibility with TabsInTitlebar module
2014-05-05 17:37:43 +09:00
Piro / YUKI Hiroshi
cb33e92629
Hide pinned tabs completely on dom-fullscreen-mode ( #692 )
2014-05-01 01:03:26 +09:00
Piro / YUKI Hiroshi
392107c238
Override the function handleLinkClick on DOMContentLoaded event,before NoScript replaces the function ( #687 )
2014-04-29 17:50:12 +09:00
YUKI Hiroshi
d72b5924e7
Override z-index of the #tabbrowser-tabs specified by Firefox itself ( #686 )
2014-04-23 12:14:30 +09:00
YUKI Hiroshi
8db6b008ae
Follow to changes introduced by the bug 971630 ( fix #685 )
...
Changes introduced by this diff break TST.
http://hg.mozilla.org/mozilla-central/diff/6aef8ef7d775/browser/base/content/tabbrowser.xml
2014-04-17 20:05:05 +09:00
YUKI Hiroshi
1c7dc63075
Fix typo ( #683 )
...
"Add Dictionaries" context menu item didn't work.
2014-04-10 13:18:44 +09:00
Piro / YUKI Hiroshi
45bc798e2a
Fix syntax error
2014-04-03 00:29:16 +09:00
YUKI Hiroshi
5d5e77a110
Update library
2014-04-02 19:32:31 +09:00
YUKI Hiroshi
fd6c08937a
Use Object.create to create subclasses
2014-04-02 19:25:51 +09:00
YUKI Hiroshi
482bab417b
Use String#trim() instead of String#replace()
2014-03-31 15:10:51 +09:00
Piro / YUKI Hiroshi
35c5e99d30
Update library
2014-03-12 01:34:33 +09:00
YUKI Hiroshi
c05c58347b
Remove needless blank line
2014-03-11 11:29:02 +09:00
YUKI Hiroshi
6c2ec01c51
Split checkbox for splitted two prefs
2014-03-11 11:21:59 +09:00
Piro / YUKI Hiroshi
2f51f15265
Open tabs as children, from the "search by" in the context menu. ( #655 )
...
It worked in old versions, but killed by changes of Firefox itself.
2014-02-08 17:56:43 +09:00
YUKI Hiroshi
c91ffcac54
Remove codes for outdated versions of Firefox
2014-01-30 12:36:36 +09:00
Piro / YUKI Hiroshi
61a06e4a74
Apply TST's custom biding for the tab bar even if there is no "tabsontop=true" attribute.
...
An existing profile can have tabsontop=true attribute in the localstore.rdf but a new profile doesn't.
2014-01-30 02:19:59 +09:00
Piro / YUKI Hiroshi
728f16434a
Fix indent
2014-01-29 02:29:49 +09:00
Piro / YUKI Hiroshi
658a48a4f8
Open bookmark folder as a tree correctly, even if the user don't want to open a dummy grouping tab.
2014-01-29 02:27:35 +09:00
Piro / YUKI Hiroshi
6ab9607264
Re-align
2014-01-29 02:04:24 +09:00
Piro / YUKI Hiroshi
412279af1a
Remove obsolete code
2014-01-29 02:03:43 +09:00
Piro / YUKI Hiroshi
c82e735bb0
Better compatibility with [Tab Control]( https://addons.mozilla.org/firefox/addon/tab-control ) #636
2014-01-29 01:53:58 +09:00
Piro / YUKI Hiroshi
7f3fdb1ab1
Remove codes for "replace current one tab".
...
Because it was removed on Firefox 8. These codes are already expired.
2014-01-29 01:35:13 +09:00
Piro / YUKI Hiroshi
5587ca68c6
Handle sizemode change by MutationObserver
2013-12-01 01:09:05 +09:00