YUKI Hiroshi
65007f64e6
Scroll to tabs opened from a bookmark folder
2015-03-19 10:25:25 +09:00
Piro / YUKI Hiroshi
9f59a6ebe7
Don't do smooth scroll if it is expressly forbidden
2015-03-18 02:33:41 +09:00
YUKI Hiroshi
283a79e56c
Always override ensureElementIsVisible() if animation effect is active
2015-03-17 17:59:20 +09:00
YUKI Hiroshi
784f3d875a
Fix indent
2015-03-17 17:52:26 +09:00
YUKI Hiroshi
f639cf2145
Don't update ensureElementIsVisible() twice
2015-03-17 17:52:08 +09:00
YUKI Hiroshi
0d1973ced9
Update Firefox's ensureElementIsVisible() of the tab bar without eval()
2015-03-17 17:48:36 +09:00
Piro / YUKI Hiroshi
f5682bef76
Patch for gBrowserInit._delayedStartup more surely
2015-03-05 23:35:09 +09:00
Piro / YUKI Hiroshi
1cc22a7460
Open child tabs correctly from the search bar on Firefox 36 and later
2015-03-04 02:39:05 +09:00
Piro / YUKI Hiroshi
c93270dff6
Better compatibility with Duplicate in Tab Context Menu addon #835
...
https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/
2015-03-02 01:53:24 +09:00
YUKI Hiroshi
9463bb8062
Use rest parameters instead of "arguments".
...
Because "arguments"-specific features are not used here.
2015-02-27 10:57:43 +09:00
YUKI Hiroshi
5c323d143b
Update appearance after the sidebar is shown/hidden at Firefxo 39 and later #849
2015-02-27 10:49:39 +09:00
YUKI Hiroshi
42c24c1628
Patch to toggleSidebar only when possible.
...
The function will be removed in the future by changes introduced at https://bugzilla.mozilla.org/show_bug.cgi?id=1123517
2015-02-27 10:24:18 +09:00
Piro / YUKI Hiroshi
9e51001b51
Fix too deep indent
2015-02-27 00:56:15 +09:00
Piro / YUKI Hiroshi
2ea151b856
Remove deprecated JS1.7's let blocks
2015-02-27 00:55:36 +09:00
YUKI Hiroshi
c769438610
Update code for removed nsIPopupBoxObject interface.
...
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=979835
2015-02-26 19:35:29 +09:00
LordJZ
cdc37508f6
Update click hook for Bug 1108555 changes
...
Commit that broke compatibility:
3db60dbec7 (diff-1)
Should be backwards compatible.
2014-12-25 01:10:20 +03:00
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