Commit Graph

35 Commits

Author SHA1 Message Date
Dave Townsend
db523ac819 Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
Dave Townsend
fe811a136f Bug 1231828: Fix JS parsing errors in toolkit and browser XBL files. r=felipe 2015-12-10 16:53:46 -05:00
Gijs Kruitbosch
0980a4e8b7 Bug 120684 - use ChromeNodeList in toolkit's listboxes' selectedItems implementation, r=dao,smaug 2015-10-26 17:25:29 +01:00
Drew Willcoxon
af9f433fe6 Bug 1190368 - Suppress a11y focus event when UnifiedComplete is enabled and the urlbar popup's first item is selected. r=mak 2015-09-02 11:44:23 -07:00
Jon Morton
c559dd1ab0 Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Trevor Saunders
ca11ae6bae bug 846185 - don't call into js when creating accessibles r=surkov, smaug 2013-07-19 00:13:35 -04:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Jan Bambach
1984c5a018 Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao 2011-12-08 10:21:32 +01:00
Alexander Surkov
6f106cfbfc Bug 685846 - DOMMenuItemActive is not fired for richlistitem of richlistbox autocomplete popup if it's selected repeatedly, r=enn 2011-09-15 11:33:16 +09:00
Ms2ger
b12351fbda Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug 2011-08-26 09:43:49 +02:00
Masayuki Nakano
c5bf6ae5ac Bug 662191 XUL listbox shouldn't be scrolled by pixel scrolling event r=smaug+enn 2011-06-08 20:33:23 +09:00
Alexander Surkov
162d6d3e9c 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
56e1815f06 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
f9d1b7204b Back out fix for bug 490178 - causing oranges on tinderbox, committer and reviewers unavailable. :( 2009-08-18 15:35:15 -04:00
Nochum Sossonko
20415f488e 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
69cc894e05 Backed out changeset 8f77197a8f99 2009-08-15 00:51:49 +02:00
Nochum Sossonko
776f1bda6b 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
b39ca36e34 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
313f542b59 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
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
enndeakin@sympatico.ca
a639ff86ea 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
8e03b34752 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
cc4349db6e 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
335bc29d74 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
72abc27375 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
0a577b8ce0 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
31453c34f2 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
32a0ef385f 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
ecf8962781 Backing out Bug 317422 due to test failures. 2007-08-20 06:58:25 -07:00
dtownsend@oxymoronical.com
f8f86a6e6d 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
7992bdf126 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
ae68d7d191 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
2c7a70ffda 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
98e9ed8c21 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
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