YUKI Hiroshi
8705564a98
Restart listening of mouse events after browser remoteness is changed
2015-03-13 16:45:38 +09:00
Piro / YUKI Hiroshi
ff9b670d17
Handle mousemove events on the fullscreen toggler #801
2015-03-06 00:42:30 +09:00
Piro / YUKI Hiroshi
7ab47dd15d
Apply initial or last auto hide mode for newly opened and restored windows correctly
2015-03-05 23:59:19 +09:00
Piro / YUKI Hiroshi
e0db926068
Manage auto hide mode for each fullscreen window
2015-03-05 23:13:50 +09:00
Piro / YUKI Hiroshi
f9c865710a
Correct mismatched pair of shrunken and expanded width of the tab bar
2015-03-04 02:19:07 +09:00
Piro / YUKI Hiroshi
ff38e9587c
Manage width and height of the tab bar for each window
2015-03-04 00:44:01 +09:00
Piro / YUKI Hiroshi
f608eb1374
Restore message for debugging
2015-03-03 23:12:47 +09:00
Piro / YUKI Hiroshi
95c403efa0
Restore per-window auto hide mode correctly
2015-03-03 23:11:55 +09:00
YUKI Hiroshi
410ccad473
Make blank line for readability
2015-03-03 20:48:49 +09:00
YUKI Hiroshi
0ab37f5757
Fix wrong references
2015-03-03 20:48:19 +09:00
YUKI Hiroshi
fbc6500262
Don't override autohide state of other windows by last window's state
2015-03-03 20:47:45 +09:00
YUKI Hiroshi
f492f36b4d
Apply restored mode only by window service, not browser service
2015-03-03 20:13:35 +09:00
YUKI Hiroshi
7b038dce32
Don't restore initial mode for new window
2015-03-03 20:10:12 +09:00
YUKI Hiroshi
2398b837b0
Add missing ";" on the end of line
2015-03-03 20:10:01 +09:00
YUKI Hiroshi
b0899c5d07
Apply new mode manually
2015-03-03 20:06:14 +09:00
YUKI Hiroshi
480f3c4c6f
Observe preference changes about autohide by the module itself
2015-03-03 20:01:03 +09:00
YUKI Hiroshi
3ae3bad1b4
Store last autohide mode after deactivating correctly
2015-03-03 19:53:26 +09:00
YUKI Hiroshi
67fcb13e05
Apply autoHide mode only for the active window
2015-03-03 19:49:34 +09:00
YUKI Hiroshi
af8a061ca1
Store and restore last autohide mode for each window
2015-03-03 19:45:44 +09:00
YUKI Hiroshi
949fab8ae3
Store last mode
2015-03-03 19:22:24 +09:00
YUKI Hiroshi
a829f25bba
Extract constant definitions to a shared base object
2015-03-03 19:16:27 +09:00
YUKI Hiroshi
6802444a23
Save last autohide state as window value
2015-03-03 19:07:52 +09:00
YUKI Hiroshi
801c28bd1a
Simplify
2015-03-03 18:57:21 +09:00
YUKI Hiroshi
767479f9f1
Break line for condition and operation
2015-03-03 18:56:55 +09:00
YUKI Hiroshi
1cf6887ff7
Output more debug-friendly messages for the "autohide" feature
2014-12-01 23:25:48 +09:00
YUKI Hiroshi
53e805b4d9
Remove obsolete comment
2014-11-11 18:51:28 +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
09f43c8f84
Use LF instead of CRLF
2014-09-30 20:09:27 +09:00
John Schoenick
b64986b292
Workaround for bug 1042680 issue #3 in e10s mode
2014-08-27 16:16:41 -07:00
Piro / YUKI Hiroshi
8b3792b312
Use CustomEvent instead of DataContainerEvent.
...
DataContainerEvent is going to be deprecated.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=980134
2014-03-12 01:50:40 +09:00
YUKI Hiroshi
617771c1c1
Restore scroll position of the tab bar in "auto hide" mode ( #653 )
2014-02-06 17:49:47 +09:00
Piro / YUKI Hiroshi
8596d9dec1
Fix broken show/hide API #392
2014-01-25 00:00:44 +09:00
Piro / YUKI Hiroshi
461a8aca98
Update credit
2013-11-10 04:28:07 +09:00
Tetsuharu OHZEKI
5991114c47
Use Services.focus.
2013-11-06 22:11:15 +09:00
Piro / YUKI Hiroshi
78e4ea5526
Don't cancel the timer to hide (or collapse) the tab bar after a tab is opened or closed ( #581 , regression)
2013-10-30 04:30:08 +09:00
YUKI Hiroshi
6756ec255a
Don't define multiple constant property with same value
2013-10-24 10:16:53 +09:00
Piro / YUKI Hiroshi
13584c712a
Hide (collapse) the tab bar when the floating tab bar is going to be updated.
...
By this change, the size of the shrunken tab bar will saved and restored correctly. (#575 )
2013-10-23 02:42:22 +09:00
Piro / YUKI Hiroshi
f7e172172b
Expand the shrunken tab bar immediately when the mouse pointer moves onto the tab bar, if the size of teh tab bar is fixed.
2013-10-23 01:41:26 +09:00
YUKI Hiroshi
47774acf54
Keep tab bar shown (expanded) if one of triggers is still there. ( #552 )
...
The tab bar can be shown by three reasons: mouseover, keyboard shortcut,
and feedback for new tabs. However, sometimes two or more triggers can
be fired in a same time. Now TST keeps the tab bar showing (expanded)
for combinated cases, like: shown by the keyboard shortcut, the mouse
goes onto the tab bar, and it leaves from the tab bar.
2013-09-17 16:22:29 +09:00
Piro / YUKI Hiroshi
5b30204112
Output more messages for debugging
2013-07-27 02:03:44 +09:00
Piro / YUKI Hiroshi
adbebdef7e
Reduce use of arguments.callee because it doesn't work on the strict mode
2013-03-02 21:29:41 +09:00
Piro / YUKI Hiroshi
72d38659d8
TreeStyleTabBase should not inherit "prefs"
2013-01-06 11:47:50 +09:00
Piro / YUKI Hiroshi
8e37edc535
find tab from screen coordinates more quickly
2012-12-04 01:16:20 +09:00
Piro / YUKI Hiroshi
450fa34790
Simplify codes to load modules lazily
2012-11-11 22:48:42 +09:00
YUKI Hiroshi
c0e9280444
Shorten "TSTUtils" to "utils" (because they are already in the context)
2012-10-24 01:43:56 +09:00
saneyuki_s
3e658380c9
Move some pref methods from TSTBase to TSTUtils.
2012-10-19 23:20:08 +09:00
Piro / YUKI Hiroshi
9182259ab5
Update credit
2012-10-14 03:31:06 +09:00
Piro / YUKI Hiroshi
a6792a2b4b
Reduce usecases of evaluateXPath()
2012-09-23 15:43:49 +09:00
SHIMODA Hiroshi
247ec2a3b7
Fix NS_ERROR_XPC_BAD_OP_ON_WN_PROTO error while auto-shrink is enabled ( #241 )
2012-05-02 19:29:29 +09:00