Commit Graph

60 Commits

Author SHA1 Message Date
Boris Zbarsky
0aa15c9fa7 Bug 508819. Stop relying on getElementById returning anonymous nodes. r=gavin,dietrich,davidb 2009-08-10 10:54:22 -04:00
Neil Deakin
69bd6c8514 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
fa003f3159 Bug 500971 - Remove obsolete tabs-closebutton binding. r=enn 2009-06-28 18:04:47 +02:00
Dão Gottwald
b09843231d Bug 471921 - use proper CSS instead of first-tab, last-tab and afterselected attributes. r=gavin 2009-01-09 10:57:57 +01:00
Dão Gottwald
f43cc80f2f Bug 461631 - tabbox.xml#tabs shouldn't determine the parent tabbox over and over again. r=enndeakin 2008-10-27 23:42:20 +01:00
Dão Gottwald
412274b23d Backed out changeset 80ce2b5adcc5 2008-10-27 18:52:29 +01:00
Dão Gottwald
a7fb9e52c7 Bug 461631 - tabbox.xml#tabs shouldn't determine the parent tabbox over and over again. r=enndeakin 2008-10-27 16:58:24 +01:00
bzbarsky@mit.edu
e31ee13acf Init the selected panel to the right value to prevent window size flicker. Bug 405390, r=enn, a=beltzner 2008-03-05 12:44:27 -08:00
gavin@gavinsharp.com
4ceb06b992 Bug 404184: Cmd+Opt+Arrows tab-switching shortcut is broken on Mac, r=mano, a=schrep 2007-11-20 10:36:47 -08:00
reed@reedloden.com
36af5950a4 Bug 402419 - "tabbox cleanup" [p=dao@mozilla.com (Dão Gottwald) r=gavin r=Enn a1.9=damons] 2007-11-15 13:59:34 -08:00
reed@reedloden.com
c028a6ce7f Bug 156459 - "XBL widgets should not set global variables for event handler" ((Cv1-TK) Xpfe to Toolkit port) [p=sgautherie.bz@free.fr (Serge Gautherie) r=Mano a1.9=schrep] 2007-11-15 13:45:23 -08:00
jonas@sicking.cc
de154e3755 relanding bug 386202 since it doesn't look to be the source of the Ts regression 2007-11-14 19:43:41 -08:00
jonas@sicking.cc
5e22c4c318 Backing out bug 386202 to attempt to fix Ts regression 2007-11-14 13:35:17 -08:00
enndeakin@sympatico.ca
f91db3f36c Bug 386202, ensure that tab's selected attribute can be used to initialize a tabbox, r=gavin,a=schrep 2007-11-13 11:39:54 -08:00
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