Commit Graph

45 Commits

Author SHA1 Message Date
Alexander Surkov
7f9931aed9 Bug 512424 - implement IAccessibleTable2, r=marcoz, davidb, sr=neil
--HG--
rename : accessible/src/atk/nsXULTreeAccessibleWrap.h => accessible/src/atk/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/mac/nsXULTreeAccessibleWrap.h => accessible/src/mac/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.cpp => accessible/src/msaa/nsXULTreeGridAccessibleWrap.cpp
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.h => accessible/src/msaa/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/other/nsXULTreeAccessibleWrap.h => accessible/src/other/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/xul/nsXULSelectAccessible.cpp => accessible/src/xul/nsXULListboxAccessible.cpp
rename : accessible/src/xul/nsXULSelectAccessible.h => accessible/src/xul/nsXULListboxAccessible.h
rename : accessible/tests/mochitest/test_relations_table.html => accessible/tests/mochitest/test_table_headers.html
rename : accessible/tests/mochitest/test_nsIAccessibleTable_listboxes.xul => accessible/tests/mochitest/test_table_sels_listbox.xul
rename : accessible/tests/mochitest/test_elm_table.html => accessible/tests/mochitest/test_table_struct.html
2009-09-11 09:07:56 +08:00
Nochum Sossonko
5766c9d9ac Bug 490178 - Need a way to set the direction on a richlistbox; patch ver. 3.4; r=enndeakin 2009-08-21 20:47:28 +02:00
Johnathan Nightingale
3ceeead52d Back out fix for bug 490178 - causing oranges on tinderbox, committer and reviewers unavailable. :( 2009-08-18 15:35:15 -04:00
Nochum Sossonko
98326a68b7 Bug 490178 - Need a way to set the direction on a richlistbox; patch ver. 3.3, nit addressed; r=enndeakin 2009-08-18 19:37:39 +02:00
Dão Gottwald
90c9a6d0d5 Backed out changeset 8f77197a8f99 2009-08-15 00:51:49 +02:00
Nochum Sossonko
1d045ec5d3 Bug 490178 - Need a way to set the direction on a richlistbox. r=enn 2009-08-14 23:15:59 +02:00
Dão Gottwald
30aea48414 Bug 488357 - Item in location bar drop down highlighted after clicking same one on previous location bar usage. r=gavin 2009-04-20 00:51:38 +02:00
Edward Lee
e79e6f4bdb Bug 478939 - listboxes should support three finger swipe up/down on Mac OS X. r=enndeakin 2009-02-20 17:16:04 -06:00
Robert O'Callahan
5f3411e8a5 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
enndeakin@sympatico.ca
ee4bf85b65 Bug 416390, context-click on listbox does not select item, also increases size of test frame, r=neil 2008-04-01 14:21:54 -07:00
reed@reedloden.com
0209e9b4d2 Bug 385374 - "After performing an operation to the selected richlistitem, it is no longer focused" [p=dao@mozilla.com (Dão Gottwald) r=Neil a=blocking1.9+] 2008-03-28 01:34:40 -07:00
neil@parkwaycc.co.uk
907cb2f671 Make it possible for <preference> elements to notice checkbox listitems b=423407 r=Mano a=beltzner 2008-03-27 02:30:48 -07:00
surkov.alexander@gmail.com
329e99b306 Bug 365973 - cant expose <listbox> with multiple columns, r=evan.yan, a=mtschrep 2008-02-19 01:07:35 -08:00
Evan.Yan@Sun.COM
572de23f82 Bug 380848 - Selected list item is not reported when focus to the list r=neil a=dsicore 2007-12-10 19:11:29 -08:00
reed@reedloden.com
022d3e90f3 Bug 383354 - "Listcell items of type "checkbox" do not allow label cropping (typo in binding)" [p=toddw@ActiveState.com (Todd Whiteman) r=Enn a1.9=damons] 2007-11-13 00:17:19 -08:00
surkov.alexander@gmail.com
6a7755abf5 Bug 396336 - header of xul:list is not accessible [unchecked in changes in listbox.xul 2007-09-18 20:44:47 -07:00
dtownsend@oxymoronical.com
1b531c7a1b Bug 317433: Richlistbox attempts to give focus to hidden items. p=Simon Bunzli <zeniko@gmail.com> r=enndeakin 2007-08-23 01:59:59 -07:00
dtownsend@oxymoronical.com
8ecc71c7f7 Backing out Bug 317422 due to test failures. 2007-08-20 06:58:25 -07:00
dtownsend@oxymoronical.com
bb6f66ed73 Bug 317422: Richlistbox attempts to give focus to 'display: none' items. p=Simon Bunzli <zeniko@gmail.com>, r=enndeakin 2007-08-20 06:10:12 -07:00
surkov.alexander@gmail.com
79505c39e2 Bug 369077 - listbox/richlistbox is corrupted if @selected is inside item, r=neil, enn.deakin 2007-07-04 05:16:55 -07:00
philringnalda@gmail.com
fe7cca132d Bug 298993 - add FAYT (find as you type) for richlistbox for the EM, patch by Simon Bünzli <zeniko@gmail.com>, r=enndeakin 2007-06-30 19:16:14 -07:00
flamingice@sourmilk.net
cf591fcf50 Bug 377686, listbox.xml/richlistbox.xml cleanup, Patch by Simon Bünzli, r=enn 2007-06-15 12:42:31 -07:00
bugzilla@standard8.demon.co.uk
cb180472fb Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase (Gv1 - toolkit). p=Serge Gautherie <sgautherie.bz@free.fr>,r=enndeakin 2007-04-03 10:06:57 -07: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
Olli.Pettay%helsinki.fi
ac1ea6de1b Bug 298371, make richlistbox multi-selectable p=surkov, r=mano+enndeakin 2007-01-16 17:09:58 +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
neil%parkwaycc.co.uk
4417e1c7ec Bug 339313 Can't FAYT for shifted characters (symbols) in listboxes or trees p=zeniko@gmail.com r+sr=me 2006-05-26 12:58:09 +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
bugzilla%standard8.demon.co.uk
740305bb75 Bug 282183 sync xpfe listbox.xml with toolkit listbox.xml. (Bv1) nits, in the meantime. Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil 2006-02-24 15:16:18 +00:00
aaronleventhal%moonset.net
c9232f814a Bug 280153. Better fix for initial default focus in trees and lists so that it doesn't cause scrolling. Focus a visible item if no other item was focused. r=mconnor, a=bsmedberg 2005-08-06 04:10:42 +00:00
aaronleventhal%moonset.net
2d64f5345b Bug 301737. Fix keyboard and accessibility API support for multiple selection for listboxes. r=mconnor, sr=neil, a=mkaply 2005-08-05 18:16:32 +00:00
aaronleventhal%moonset.net
d6040bc73b Bug 280153. Often no visible focus when tree or list gets focus. r+a=mconnor 2005-07-25 19:25:38 +00:00
neil%parkwaycc.co.uk
7e7eb54d25 Bug 300245 XUL listboxes don't mousewheel scroll correctly r+sr=roc a=asa 2005-07-13 16:58:04 +00:00
aaronleventhal%moonset.net
bceaa43d5e Bug 286079. Tabindex broken in XUL. r=vlad, sr=neil 2005-03-14 22:25:04 +00:00
ben%bengoodger.com
b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00
bugzilla%arlen.demon.co.uk
e4dd792f02 Bug 98595 Ability to disable lists/trees/outliners completely Toolkit verison of patch v0.3a
p=me/neil.parkwaycc.co.uk r=mkaply
2005-02-08 14:32:09 +00:00
timeless%mozdev.org
d7709d72a8 Bug 267627 select event isn't fired when selection of listbox is changed
patch by cst@andrew.cmu.edu r=bryner sr=bryner
2004-12-07 07:06:35 +00:00
cbiesinger%web.de
b3e87c2803 221619/236068 port tree changes to toolkit, r=varga,mconnor 2004-12-05 16:31:00 +00:00
bugzilla%arlen.demon.co.uk
4cd20c1a7f Bug 240186 [FIX]GetElementsByAttribute should return live nodelists
Recheckin toolkit/browser changes following landing of aviary branch
2004-12-01 13:45:12 +00:00
ben%bengoodger.com
b603528092 Aviary branch landing 2004-12-01 04:48:44 +00:00
bzbarsky%mit.edu
7a292c3f22 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
chanial%noos.fr
5dade47a7d convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
chanial%noos.fr
713c50dd42 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
listbox.xml: bug 156454, 195393 by neil, bug 192346 by kyle yuan, bug 178212 by Ariel Fatecha <afatecha@idea.com.py>, bug 201166 by jgaunt, bug 208781 by aaronl.
2003-08-17 11:09:16 +00:00
blakeross%telocity.com
5f28b87f2d Fix the delay when arrow keying up and down in the themes/extensions listboxes (and other listboxes). 2002-11-11 02:25:46 +00:00
blakeross%telocity.com
92128276b1 Finish forking toolkit. 2002-10-13 22:44:10 +00:00