Commit Graph

43 Commits

Author SHA1 Message Date
Boris Zbarsky
94b37b5e64 Bug 710981. Add the new name for cancelAnimationFrame. r=roc 2011-12-15 08:53:06 -05:00
Boris Zbarsky
443223ecfb Bug 708173. Use cancelRequestAnimationCallback instead of tracking booleans in scrollbox code. r=dao 2011-12-08 01:32:04 -05:00
Frank Yan
c4cf0004ed Bug 672354 - Fix horiz. mouse scroll for horiz. RTL scrollboxen. r=dao 2011-12-04 14:44:11 -08:00
Boris Zbarsky
916a3702d1 Bug 706323. Fix scrollbar smoothscrolling to get the timestamp the new way. r=dao 2011-12-01 03:51:22 +00:00
Boris Zbarsky
3b713f03ab Bug 704171 part 1. Stop using the no-argument form of mozRequestAnimationFrame in our chrome. r=roc,gavin 2011-11-28 07:49:44 -05:00
Markus Stange
1d619b861e Bug 678834 - XUL scrollbox should preventDefault() processed scroll events so that Gecko doesn't attempt to start a swipe from them. r=enndeakin 2011-09-08 15:31:01 +02:00
Michael Ventnor
a00521d7b2 Bug 659549 - Tab bar scrolling using arrow buttons should use mozRequestAnimationFrame r=dao 2011-06-07 12:41:16 +10:00
Hiroyuki Ikezoe
f9f79630cf Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao 2011-03-16 18:01:34 -04:00
Ehsan Akhgari
b65c6cf4d4 Backed out changeset 75147c0a4b89 because it actually changes code, and is not test-only. a=silly-me 2011-03-16 18:03:35 -04:00
Hiroyuki Ikezoe
fdec1bfb82 Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao a=test-only 2011-03-16 18:01:34 -04:00
Simon Montagu
2f5bc78507 Bug 508816: remove browser workarounds. a=blocker 2011-02-07 09:59:32 +02:00
Markus Stange
bf9e89781c Bug 594002 - Make the tab bar scrollbox deal with tab scrolling properly when it has padding set on it. r=Enn, a=betaN 2010-11-24 10:50:20 +01:00
Dão Gottwald
3d1de6ef79 Bug 586621 follow-up: s/2/4/ as written in the reviewed patch 2010-08-23 10:17:49 +02:00
Dão Gottwald
22bb6e03ce Bug 586621 - Use animation-scheduling API for smooth scrollbox scrolling. r=enn a=joe 2010-08-21 07:16:33 +02:00
Dão Gottwald
afde3ec6d5 Bug 487829 - Scroll buttons should only react to left clicks. r=enn
--HG--
extra : rebase_source : fbf2e82c47d86dc98bfe5f9412f16770240ef455
2010-07-27 01:02:58 +02:00
Dão Gottwald
bf3c9cd631 Bug 580257 - _getScrollableElements needs to exclude non-scrollable elements. r=enn
--HG--
extra : rebase_source : 923b3a6ea87ac244a9d05ce11f7930eec2e4b3fb
2010-07-23 00:31:58 +02:00
Dão Gottwald
4713c56dc7 Bug 578806 - Take into account unreachable items when determining the target item in scrollByIndex. r=enn 2010-07-15 20:07:20 +02:00
Dão Gottwald
046e631f4a Bug 563730 - Implement pinTab, unpinTab. r=gavin 2010-06-24 16:29:02 +02:00
Frank Yan
94d7a77db6 Bug 565783: Eliminate bounce when scrolling tab bar. r=enndeakin,dolske 2010-06-23 10:28:12 -07:00
Dão Gottwald
6fb5449db3 Bug 522210 - stop dispatching the UpdatedScrollButtonsDisabledState event. r=enn 2009-10-14 14:48:18 +02:00
Neil Deakin
5303f25260 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Dão Gottwald
85be1ab722 Bug 490121 - Drag & drop scrolling in places menus needs to be more responsive. r=enn 2009-05-14 00:46:34 +02:00
Dão Gottwald
2d1e0f0fec Bug 487946 - scrollwheel scrolling in bookmarks menu slowed down. r=enn 2009-04-14 08:37:26 +02:00
Dão Gottwald
23388547f8 Bug 487982 - arrowscrollbox.scrollByIndex fails if there are gaps between the elements. r=enn 2009-04-13 19:38:09 +02:00
Dão Gottwald
54f04b05cf Bug 483552 - ensureElementIsVisible on scrollBoxObject doesn't take border into account. r=enn 2009-04-09 14:40:59 +02:00
Boris Zbarsky
81f7dacdd6 Backed out changeset 510bd328a29d (bug 483552) due to landing on orange tree. 2009-04-09 11:52:45 -04:00
Dão Gottwald
74c034d1f1 Bug 483552 - ensureElementIsVisible on scrollBoxObject doesn't take border into account. r=enn 2009-04-09 14:40:59 +02:00
Dão Gottwald
0c2a97a8a9 Bug 475327 - New Tab button is still right side of the Tab bar on Linux. r=gavin 2009-02-12 10:18:37 +01:00
Gavin Sharp
1dd0d77ca8 Bug 474964: fix tabbrowser mousewheel scrolling (tabbrowser needs to override default scrollbox behavior since bug 457651), r=mano/Natch 2009-01-25 03:06:45 -05:00
Dão Gottwald
f220cbe813 Bug 460769 - arrowscrollbox destruction should cancel smooth scrolling. r=enndeakin 2008-10-20 18:52:12 +02:00
Robert O'Callahan
3d9c20e3a8 Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange 2008-08-13 15:08:59 +12:00
gavin@gavinsharp.com
2165466c06 Bug 430925: Scrollbox smooth scrolling should skip frames when missing the desired frame rate, patch by Dão Gottwald <dao@mozilla.com>, r=enndeakin, a=beltzner 2008-05-05 13:50:59 -07:00
gavin@gavinsharp.com
62025b7ab4 Bug 420763: use getBoundingClientRect for tab scrolling measurements (Alt + Scroll Down => can't scroll through all tabs), patch by Dão Gottwald <dao@mozilla.com>, r=enndeakin, a=beltzner 2008-04-22 09:34:11 -07:00
reed@reedloden.com
9f6f2c9921 Bug 412666 - "make an effort to scroll tabstrip to show new tabs opened in background" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a1.9=beltzner] 2008-03-04 03:24:41 -08:00
reed@reedloden.com
17e107c2d8 Bug 398965 - "tab bar smooth-scrolling performance problems" (avoid closure) [p=dao@mozilla.com (Dão Gottwald) r=Enn a1.9=mconnor] 2007-11-20 14:50:46 -08:00
reed@reedloden.com
3ea8aa1225 Bug 399657 - "Tab scrolling partly broken in RTL mode" [p=dao r=gavin a=blocking-firefox3+ for M9] 2007-10-28 20:03:46 -07:00
reed@reedloden.com
aa5d454135 Bug 398965 - "tab bar smooth-scrolling performance problems" (binary search) [p=dao r=gavin a1.9=sayrer] 2007-10-13 18:57:47 -07:00
reed@reedloden.com
b8c5000c4f Bug 398965 - "tab bar smooth-scrolling performance problems" (dispatch UpdatedScrollButtonsDisabledState only if there are updates) [p=dao r=gavin a1.9=sayrer] 2007-10-13 18:56:30 -07:00
dtownsend@oxymoronical.com
3c70d6fecb Bug 357951: Double clicking on the tab overflow scroll buttons should scroll by the width of the tab bar. p=Dao Gottwald <dao@design-noir.de> r=enndeakin 2007-08-26 02:17:54 -07:00
dtownsend@oxymoronical.com
403ec0dd3b Bug 393006: Use a constant tab scrolling speed when holding down the scroll arrows. p=Michael Ventnor <ventnor.bugzilla@yahoo.com.au> r=enndeakin 2007-08-26 00:53:42 -07:00
dtownsend@oxymoronical.com
0e460788e2 Bug 357081: tab bar doesn't resume scrolling when moving off button and back on while holding mouse button. p=Dao Gottwald <dao@design-noir.de> r=enndeakin 2007-08-25 17:37:18 -07:00
rflint@ryanflint.com
3dbfe32623 Bug 347363 - Implement smooth scroll for the tab bar. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au> and Dao Gottwald <dao@design-noir.de>, r=enndeakin ui-r=beltzner 2007-08-14 23:52:00 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00