neil@parkwaycc.co.uk
50d77311d4
Bug 391338 Remove popup tree hover event coordinate hacks r=Enn,mscott
2007-08-09 11:52:01 -07:00
enndeakin@sympatico.ca
8d4874280c
Bug 267831, add a resizer between the url and search fields, r=mano
2007-08-06 08:57:40 -07:00
surkov.alexander@gmail.com
7a98ce2207
Bug 109215 - implement accessibility API support for xul:slider, r=ginn.chen, sr=neil, a=dsicore
2007-08-03 22:27:27 -07:00
surkov.alexander@gmail.com
d5b51a67e8
Back out bug 109215
2007-07-26 09:59:17 -07:00
surkov.alexander@gmail.com
24a2f68068
Bug 109215 - Implement accessibility API support for slider, r=ginn.chen, sr=neil
2007-07-26 09:40:55 -07:00
jag@tty.nl
f491d62e06
Bug 383252: Cannot drag / drop URL or link onto tabbar, r=mconnor
...
When SeaMonkey switched to toolkit's nsDragAndDrop.js, it lost the dragDropSecurityCheck method, which for SM was on nsDragAndDrop, but for FF was on tabbrowser.
Moving that method from tabbrowser to toolkit's nsDragAndDrop.js, and cleaning it up a little.
2007-07-25 23:40:24 -07:00
enndeakin@sympatico.ca
c554edbf09
Bug 386772, use right format for date values, and add datepicker/timepicker tests,r=gavin
2007-07-25 11:07:13 -07:00
enndeakin@sympatico.ca
4f24dfc91c
Bug 389429, add an open property for menus, r=neil
2007-07-25 09:33:03 -07:00
neil@parkwaycc.co.uk
3762a3f60d
Bug 389525 .selectedIndex is nicer than setAttribute("selectedIndex") r=gavin
2007-07-25 06:41:36 -07:00
cst@yecc.com
011bf855ad
Bug 384575 - Remove SeaMonkey's autoscroll now that its improvements have been ported to toolkit's
...
r=mano on the toolkit change
r+sr=neil on the rest
2007-07-21 19:42:01 -07:00
cst@yecc.com
380e686ab8
Bug 386949 - Browsers should share autoscroll popups when possible; otherwise, a browser should delete its popup when it's closed
...
r=mano
2007-07-21 18:14:45 -07:00
cst@yecc.com
3218dd5427
Bug 321447 Allow slower minimum speed for autoscroll (toolkit version)
...
r=mano
2007-07-21 17:57:45 -07:00
asqueella@gmail.com
696b900114
Bug 356819 - drag&drop to a background tab that's scrolled off the tabstrip not functional if the drag source is another application
...
p=Martijn Wargers <martijn.martijn@gmail.com>
r=gavin
2007-07-14 15:03:57 -07:00
enndeakin@sympatico.ca
059812736e
Bug 323805, tab switching not working when for non-html and non-xul elements are focused, r=neil,sr=bz
2007-07-12 15:57:17 -07:00
mark.finkle@gmail.com
ffdd92909c
b=387878. r=enndeakin. inherit firstdayofweek for popup grid date picker
2007-07-12 06:53:53 -07:00
surkov.alexander@gmail.com
16128a2669
Bug 378042 - expose group position for toolbarbuttons, patch=vasiliy.potapenko, r=me, aaronlev, sr=neil
2007-07-11 00:58:50 -07:00
enndeakin@sympatico.ca
a38d4a3d07
Bug 387097, colorpicker not opening properly sometimes, also add colorpicker test, r=mano
2007-07-09 08:16:25 -07:00
sdwilsh@shawnwilsher.com
94660be05a
Bug 386482 - Add a setter for richlistitem.searchLabel. Patch by Simon Bünzli <zeniko@gmail.com>. r=enndeakin
2007-07-05 15:19:41 -07:00
neil@parkwaycc.co.uk
10dbfc6ede
Bug 386981 Make chrome tooltips wrap r=Enn
2007-07-05 12:11:36 -07:00
enndeakin@sympatico.ca
59c3596049
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz
2007-07-04 08:49:38 -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
enndeakin@sympatico.ca
8a87437d5f
Bug 279703, backing out the popup changes due to performance regressions. sigh.
2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca
534c14e326
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz
2007-06-29 12:04:45 -07:00
peterv@propagandism.org
6662efd338
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
2007-06-27 19:48:16 -07:00
peterv@propagandism.org
90c374d7c3
Backing out to fix orange.
2007-06-27 16:21:05 -07:00
peterv@propagandism.org
7bf2741259
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
2007-06-27 15:29:45 -07:00
sdwilsh@shawnwilsher.com
082a9592fe
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
kherron@fmailbox.com
f1511f961c
Bug 346931 - code cleanup: remove <xul:hbox style="position: relative;">. Patch by Dão Gottwald <dao@design-noir.de>. r=mano.
2007-06-17 04:25:13 -07:00
flamingice@sourmilk.net
4a49cf9a38
Bug 363271, remove download manager hack from richlistbox, Patch by Simon Bünzli, r=enn
2007-06-15 14:19:08 -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
cst@yecc.com
3ae24e29e9
Bug 242621 Move Autoscroll Icon Out of the DOM, removing old icons
2007-06-14 20:03:20 -07:00
cst@yecc.com
9afd3eb79f
Bug 242621 Move Autoscroll Icon Out of the DOM (SeaMonkey-style autoscroll)Patch by me and Michael Ventnor <ventnor.bugzilla@yahoo.com.au>Icons by Dão Gottwald <dao@design-noir.de>ui-review=beltzner, r=mano
2007-06-14 19:36:38 -07:00
enndeakin@sympatico.ca
bb053bc06d
Bug 383576, undeclared variable newval, r=neil
2007-06-11 06:30:23 -07: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
rflint@ryanflint.com
9087370cdc
Bug 382584 - Mistyped assignment in tree.xml. r=enndeakin
2007-06-01 19:05:08 -07:00
gavin@gavinsharp.com
1af3e8bc0c
Bug 362680: can't focus single item in a tree using the keyboard, patch by Ori Avtalion <oavtal@bezeqint.net>, r=enndeakin
2007-05-29 12:55:11 -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
rflint@ryanflint.com
55cd6591b5
Bug 345950 - Provide a browser.tabs.tabMaxWidth. Patch by Dao Gottwald <dao@design-noir.de>, r=mano
2007-05-25 04:08:57 -07:00
sdwilsh@shawnwilsher.com
441c8f6bd6
Bug 381508 - XUL editable menulist shouldn't use document.commandDispatcher. r=sr=neil
2007-05-23 13:13:22 -07:00
sdwilsh@shawnwilsher.com
44cbc3eab4
Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp
2007-05-23 11:08:10 -07:00
enndeakin@sympatico.ca
8b58188c69
Bug 377693, change priority to an integer, setters should return val, add testcase, r=mano
2007-05-23 05:30:21 -07:00
bent.mozilla@gmail.com
1adf199346
Bug 381084 - "Autocomplete textbox cannot be resized after the popup has shown". Patch by Matt Crocker <matt@songbirdnest.com>. r=gavin.
2007-05-20 18:30:59 -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
aaronleventhal@moonset.net
fb0f355681
Associate label with textbox in find bar. r=mano
2007-05-13 19:23:02 -07:00
asqueella@gmail.com
fbd9aa144f
Bug 371276 - In Find toolbar, all buttons should be in Tab orderp=Nian Liu <nian.liu@sun.com>r=mano, ui-r=beltzner
2007-05-13 08:53:53 -07:00
mozilla.mano@sent.com
c2ca145a4d
Bug 365551 - Auto-case mode erroneously shows Match Case box sometimes. r=gavin.
2007-05-12 23:27:11 -07:00
enndeakin@sympatico.ca
62ef070803
Bug 371260, cleanup of <radio> code, r=neil
2007-05-09 06:43:26 -07:00
gavin@gavinsharp.com
ce82444577
Bug 345561: remove unneeded try/catch, patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=me
2007-05-02 13:09:02 -07:00
asqueella@gmail.com
2aba2e243d
Bug 378344 - Triple clicking the tabbar can open a tab and close it again right awayp=Dao Gottwald <dao@design-noir.de>r=mano
2007-04-29 08:28:10 -07:00