Commit Graph

46 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
2e4373aae8 Back out the patch for bug 303428 because it causes bug 382766 2007-06-05 08:08:32 -07:00
gavin@gavinsharp.com
b3e1249f4c Bug 303428: focus ring can end up on an inactive tab, patch by Oliver Yeoh <oliver_yeoh@hotmail.com>, r=mconnor 2007-05-29 12:08:30 -07:00
ginn.chen@sun.com
7ba9ae2d81 Bug 357969 container xul element which doesn't have a xbl def under a deck frame has no accessible objectpatch by nian.liu at sun.com r=surkov.alexander sr=neil 2007-05-15 02:46:06 -07:00
enndeakin@sympatico.ca
4f36ab1610 Bug 377683, return -1 when no tabs in tabbox.selectedIndex, r=neil 2007-04-17 17:01:22 -07:00
bugzilla%standard8.demon.co.uk
3aa4c9735d Bug 370742 tabbox cleanup (Cv1-TK). p=Serge Gautherie <sgautherie.bz@free.fr>,r=mano. 2007-02-25 20:29:52 +00:00
bugzilla%standard8.demon.co.uk
eb9987fd0c Bug 283182 sync xpfe tabbox with toolkit tabbox. Av4-TK. p=Serge Gautherie <sgautherie.bz@free.fr>,r=mano 2007-02-25 16:52:33 +00:00
enndeakin%sympatico.ca
2cc87e33a2 Bug 370742, tabbox cleanup, changes listed in bug, r=mano 2007-02-19 13:46:21 +00:00
enndeakin%sympatico.ca
985f7a44f0 Bug 331625, add itemCount/getItemAtIndex/getItemWithIndex to select controls, r+sr=neil 2007-02-16 19:16:13 +00:00
cst%yecc.com
8504a1aeb9 Bug 343096 Dispatch TabSelect event for tabbrowser-tabs only
r=mano a=mconnor
2006-09-01 23:09:21 +00:00
aaronleventhal%moonset.net
793d61f079 Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano 2006-07-24 16:12:08 +00:00
sspitzer%mozilla.org
1b096a746f fix for bug #318168, tab browsing improvements such as:
1)  when we have "too many" tabs in a window, allow the user to scroll through
the tabs.

2)  add events for when adding and removing tabs

initial patch by mconnor.  final patch r=mconnor
2006-06-26 22:35:08 +00:00
Olli.Pettay%helsinki.fi
ee372ff167 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
gavin%gavinsharp.com
1f98914466 fix whitespace nits to sync branch/trunk 2006-03-13 13:15:39 +00:00
neil%parkwaycc.co.uk
e19f6a698e Make widgets events bubble again as per expectations b=330190 r=bryner 2006-03-12 21:04:39 +00:00
gavin%gavinsharp.com
12753c97e3 Bug 320429: Switching tabs in a tabbox can result in illogical assignment of focus, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=neil 2006-02-22 15:48:59 +00:00
beng%bengoodger.com
2edbfa7ff0 308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor. 2006-01-20 23:04:26 +00:00
mrbkap%gmail.com
be3ea49847 bug 315434: Remote XUL tabboxes can get stuck on a tab if the focus leaves the content window (e.g., one of the browser tabs is selected). r=mconnor 2005-11-07 20:21:44 +00:00
neil%parkwaycc.co.uk
8491c44439 Bug 196438 Tabs draw over the close button p=jomelweb@gmail.com r=mconnor sr=me 2005-09-26 13:39:56 +00:00
aaronleventhal%moonset.net
5ea7efb24e Bug 302667. Correct fix for tabs so that focus and tab reordering all work right. r+a=mconnor 2005-08-04 21:36:26 +00:00
aaronleventhal%moonset.net
806c0089c9 Bug 297421. Open link in new tab causes focus rects to remain when switching tabs. Focus going to tab label when clicking on new tab, should only do so on second click. r=mconnor, a=mconnor 2005-07-25 16:13:50 +00:00
mozilla.mano%sent.com
bf547497d9 Bug 299480 - neterror.xhtml startup document isn't RTL in RTL locales. r+a=bsmedberg, sr+bzbarksky 2005-07-14 22:52:11 +00:00
mozilla.mano%sent.com
5fa17ea7a5 Bug 275519 - [Mac] Support Command+Option+Arrows for tab switching. r=mconnor, a=bsmedberg. 2005-06-28 14:53:24 +00:00
mconnor%steelgryphon.com
8948c6b712 bug 295721 - improvements to tabbox to better match native focus/activation behaviour, r=vlad, a=shaver 2005-06-07 02:17:07 +00:00
mozilla.mano%sent.com
ca533217fa Bug 221824 - Winstripe should be RTL compatible, tabbox fixes. patch from Reuven Gonen <linxspider@yahoo.com> r=bsmedberg/me 2005-03-21 11:41:10 +00:00
mozilla.mano%sent.com
b37731abde Bug 221824 - Winstripe should be rtl compatible, tabbox fixes. r=bsmedberg 2005-03-16 20:46:13 +00:00
cst%andrew.cmu.edu
5d78722a62 Bug 282178 sync xpfe tabbrowser with toolkit tabbrowser
ctrl+f4 event listener doesn't need to be capturing
r=mconnor
2005-03-02 00:23:32 +00:00
ben%bengoodger.com
b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00
mozilla.mano%sent.com
25780a4c2f Bug 281361 - tab navigation with left/right arrow keys moves in the wrong direction. r=mconnor 2005-02-21 18:28:57 +00:00
bugzilla%arlen.demon.co.uk
2ea1bb6c18 Bug 175893 Make XUL <tab>'s focusable
Relanding relevant parts of first patch following landing of aviary branch - previously reviewed
2004-12-02 21:14:49 +00:00
ben%bengoodger.com
b603528092 Aviary branch landing 2004-12-01 04:48:44 +00:00
jst%mozilla.jstenback.com
dea7a573d7 Fixing bug 257431. Make the tabbrowser code only listen to events initiated by the user. r=trev@gtchat.de, sr=bzbarsky@mit.edu 2004-09-02 15:25:39 +00:00
aaronleventhal%moonset.net
a3a0a6bddd XUL tab focus indication should appear inside the tab. r=sdwalker, sr=neil 2004-07-24 22:53:13 +00:00
aaronleventhal%moonset.net
1ee6937a84 Bug 251589. Fix focused appearance of xul tabs to gel with -moz-outline now being drawn outside the frame. r=mconner, no sr= needed 2004-07-16 17:07:35 +00:00
aaronleventhal%moonset.net
869514fc1f Backing out fix for bug 251589 as well since it only makes sense when outlines are outside of the current tab 2004-07-15 19:04:47 +00:00
aaronleventhal%moonset.net
3e9d4f9452 Fix focus appearance for XUL tabs so they appear inside the tab. r=mconnor, no sr= needed 2004-07-15 17:55:47 +00:00
aaronleventhal%moonset.net
4de0622ec6 Bug 175893. Make tab labels focusable (when clicking on label of foreground tab). Make unmodified arrow key navigation work with tabs. r=neil, sr=? 2004-07-14 21:44:01 +00:00
ben%bengoodger.com
e436627911 Fix for bug 224416 - tabs don't remember focused element.
patch by Will Devine. <yakgoatcamel@myrealbox.com>
2003-12-16 00:16:19 +00:00
chanial%noos.fr
5dade47a7d convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
noririty%jcom.home.ne.jp
2858438d20 Fix regression on tab close dbl-clicking. 2003-09-01 18:47:32 +00:00
chanial%noos.fr
b78705d80a bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
tabbox.xml: bug 106656, 173703, 184821 by neil, bug 209885 by Alex Vincent <ajvincent@juno.com>
2003-08-17 11:11:17 +00:00
jaggernaut%netscape.com
5a561d290c Bug 187500: selectedIndex broken for <tabs> element. patch by rginda, r=blake, sr=jag 2003-01-11 00:21:42 +00:00
blakeross%telocity.com
89ad460c53 More trunk fixes. 2002-11-04 23:53:49 +00:00
blakeross%telocity.com
696cbde729 Bring over more trunk fixes. 2002-11-04 23:50:50 +00:00
hyatt%netscape.com
166a608d62 Fix regression on tab close dbl-clicking. 2002-10-20 03:59:09 +00:00
hyatt%netscape.com
0fa69638ce Sync tab and friends with the trunk 2002-10-11 21:47:04 +00:00
hyatt%netscape.com
cb5485f924 Removing New Tab button. 2002-08-10 08:49:39 +00:00