gecko/toolkit/content/widgets
2007-09-17 15:12:51 -07:00
..
autocomplete.xml fix for bug #387718: the location bar dropdown should show a star next to bookmarked results r=gavin 2007-08-31 13:19:19 -07:00
browser.xml Bug 393351 - browser relies on strings from tabbrowser. r=mconnor 2007-08-23 10:16:43 -07:00
button.xml 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
checkbox.xml 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
colorpicker.xml Bug 396348, colorpicker loses focus when keyboard is used to open it, r=mano, a=bz 2007-09-17 08:31:45 -07:00
datetimepicker.xml Bug 392535, handle keyboard navigation in popup datepicker, r=gavin 2007-08-16 21:22:18 -07:00
dialog.xml 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
editor.xml Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 19:48:16 -07:00
expander.xml 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
findbar.xml Bug 371279. A11y events not generated for the Phrase Not Found label on Find toolbar. r=mano, a=mconnor 2007-09-17 13:49:21 -07:00
general.xml Bug 395099, regression, src attribute not working for statusbarpanel, r=mano, a=bz 2007-09-17 07:25:38 -07:00
groupbox.xml 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
listbox.xml 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
menu.xml Bug 389429, add an open property for menus, r=neil 2007-07-25 09:33:03 -07:00
menulist.xml Bug 381508 - XUL editable menulist shouldn't use document.commandDispatcher. r=sr=neil 2007-05-23 13:13:22 -07:00
nativescrollbar.xml 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
notification.xml Bug 377693, change priority to an integer, setters should return val, add testcase, r=mano 2007-05-23 05:30:21 -07:00
numberbox.xml Bug 377692, followup to change numberInt to numberValue as values can be decimal, handle case where decimalplaces is Infinity, update disabled state when wraparound is true, r=neil 2007-04-20 03:54:22 -07:00
optionsDialog.xml 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
popup.xml Bug 386917, choose application in feeds page not working, add popup state retrieving api, r=mano,sr=bz,a=dbaron 2007-08-15 16:52:47 -07:00
preferences.xml Bug 394666 - prefpane height is incorrect when animateFadeIn is true and some other edgecases. r=mconnor, a1.9=mconnor 2007-09-17 12:18:17 -07:00
progressmeter.xml Bug 377687, ensure progressmeter value is between 0-100, minor cleanup and add test, r=mano 2007-04-23 06:19:30 -07:00
radio.xml Bug 209555 - <radio> must be children of <radiogroup>. Patch by Alex Vincent <ajvincent@gmail.com>. r=enndeakin 2007-06-26 17:39:27 -07:00
richlistbox.xml bug 391740: make header in richlistbox appear on top/left instead of bottom/right of richlistitems; Patch by Michael Ventnor; r=mano; a=bzbarsky 2007-09-17 10:57:11 -07:00
scale.xml Bug 109215 - implement accessibility API support for xul:slider, r=ginn.chen, sr=neil, a=dsicore 2007-08-03 22:27:27 -07:00
scrollbar.xml 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
scrollbox.xml 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
spinbuttons.xml Bug 377685, return booleans for two disabled properties, r=neil 2007-04-17 17:00:35 -07:00
splitter.xml 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
stringbundle.xml 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
tabbox.xml Back out the patch for bug 303428 because it causes bug 382766 2007-06-05 08:08:32 -07:00
text.xml 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
textbox.xml Bug 394080 - broken instanceof checks in textbox.xml p=Dao Gottwald <dao@design-noir.de> sigh=mano 2007-09-02 09:40:33 -07:00
toolbar.xml Try to avoid really hiding menus b=127244 r=gavin a=mconnor 2007-09-17 15:12:51 -07:00
toolbarbutton.xml Bug 378042 - expose group position for toolbarbuttons, patch=vasiliy.potapenko, r=me, aaronlev, sr=neil 2007-07-11 00:58:50 -07:00
tree.xml Bug 392653 tree.xml: _reorderColumn should not fail in cases where the move and before columns are the same. r=enndeakin 2007-09-03 11:00:59 -07:00
wizard.xml Bug 377674, cleanup some wizard properties, r=mano 2007-04-18 18:03:52 -07:00