Commit Graph

1074 Commits

Author SHA1 Message Date
Markus Stange
65f31fd227 Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc 2008-09-17 13:27:19 +02:00
Neil Deakin
5136d02ba1 Bug 455091, disable minimize test on Linux due to intermittent failures 2008-09-13 15:48:08 -04:00
Neil Deakin
c58499605d Bug 435848, don't allow xul popups in minimized windows, fix window.windowState property and window.restore() on Mac, r=josh,sr=roc 2008-09-10 12:57:57 -04:00
Ted Mielczarek
2307891e93 bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Ben Turner
f98ae3f697 Bug 435848 - Backed out changeset 9b9968a7c755 due to failing unit tests. 2008-09-08 13:50:45 -07:00
Neil Deakin
2f62e7b9e7 Bug 435848, don't allow xul popups in minimized windows, fix window.windowState property and window.restore() on Mac, r=josh,sr=roc 2008-09-08 12:09:35 -04:00
Neil Deakin
68b264c341 Bug 356295, fix up tests caused by EventUtils.js switch to ClientRects instead of box objects 2008-08-27 08:08:41 -04:00
Boris Zbarsky
aafb52ed89 Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux 2008-08-25 11:08:28 -04:00
Neil Deakin
81eb052ee9 Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc 2008-08-25 21:56:29 +12:00
Paul Rouget
592f7b16f1 Bug 402655 - Editable trees: double-click for cell editing also expands/collapses container treeitem. unit test by Marco Bonardo <mak77@bonardo.net>. r=enndeakin, sr=neil 2008-08-19 10:55:49 -04:00
Neil Deakin
b4d305e1b3 Bug 393429, remove debugging line from popup test so it runs entirely, r= gavin 2008-08-18 13:53:59 -04:00
Robert O'Callahan
4acd07d8f1 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
Neil Deakin
435b2fff1d Bug 437640, ability to disable and remove <keyset> elements, r+sr=neil 2008-08-06 10:32:09 -04:00
Dão Gottwald
25da427e02 add a comment explaining why that testing code is commented out 2008-08-05 23:27:49 +02:00
Dão Gottwald
4612e23129 trying to fix Win/OSX test failures 2008-08-05 21:59:32 +02:00
Dão Gottwald
d0333b9489 Bug 388811 – provide a search textbox widget. r=enndeakin 2008-08-05 19:42:30 +02:00
Asaf Romano
95767c850b Bug 263683 - Findbar's Highlight feature should not manipulate the DOM. Patch by Graeme McCutcheon <graememcc_firefox@graeme-online.co.uk>, r=me,roc. sr=roc. 2008-07-30 23:48:56 +03:00
Mark Banner
851646876a Bug 441526 Implement highlightNonMatches in toolkit autocomplete. r/sr=Neil for xpfe parts,r=enndeakin for toolkit parts 2008-07-28 09:05:37 -07:00
Robert O'Callahan
1057453bb0 Back out bug 378028 due to mochitest failures. 2008-07-25 18:09:33 +12:00
Robert O'Callahan
6543461889 Bug 378028. Add an 'axis' field to DOMMouseScroll events so that we can distinguish horizontal from vertical scrolling, and use it in trees and listboxes. r=smaug,sr=sicking 2008-07-25 16:07:43 +12:00
Mark Banner
77842b001a Bug 441530 Toolkit autocomplete sets the nomatch attribute on the popup rather than the textbox. r=enndeakin 2008-07-17 09:33:51 +01:00
Mark Banner
8ca7c0d136 Back out bug 441530 due to leak problems in the test 2008-07-13 19:30:22 +01:00
Mark Banner
420f5c0445 Bug 441530 Toolkit autocomplete sets the nomatch attribute on the popup rather than the textbox. r=enndeakin 2008-07-13 16:25:45 +01:00
Shawn Wilsher
708507758f Disabled this test until bug 443763 is fixed. 2008-07-11 17:53:21 -04:00
Gavin Sharp
53af448dae Bug 440334: Focus does not jump to find toolbar when certain form inputs are focused (non-editable nsIDOMNSEditableElements), r=mano 2008-07-08 11:26:54 -04:00
Shawn Wilsher
d64cd82c0a Bug 443493 – Unit test for Bug 331215 fails rather frequently on Mozilla2 builds
Test uses the thread manager to place a function on the event queue of the main
thread instead of using a timeout.
r=mconnor
2008-07-03 16:46:04 -04:00
55f164ae9b Bug 409427. Don't slide popups up if they're offscreen, flip them up above the anchor point instead. r=enndeakin,sr=neil,a=damon 2008-04-29 18:41:56 -07:00
e16100bf64 Bug 410562: fix Windows test failure by commenting them out (need OS-dependent data here once pref type file has UI elements); r=gavin over IRC 2008-04-25 18:37:16 -07:00
deb0381add Bug 410562: <preference>.reset() does not honor instantApply; r=gavin, a1.9=dsicore 2008-04-25 16:23:14 -07:00
21f2dd0115 Bug 429020: Scrollbars jump when being clicked and held to scroll down page, patch by Markus Stange <mstange@themasta.com>, r+sr=roc, a=beltzner 2008-04-24 17:25:15 -07:00
b4ab02a2bc Bug 393791. Don't allow menus to open before we've generated their child frames. r=enn,sr=neil,a=beltzner 2008-04-22 20:05:54 -07:00
e1ec41d235 bug 423186: test_popup_scaled fails and zooms iframe for other tests, r=enndeakin 2008-04-18 20:45:33 -07:00
dd8594b37f Bug 422121, crash sorting xml built templates, add some null checks, r=smaug,sr=jonas,a=beltzner 2008-04-17 09:19:30 -07:00
f68078bbc0 wrap rightmost textboxes so that mouse events are tested closer to the left hand side of (within) the frame. b=410405 r=pavlov a1.9=schrep 2008-04-15 16:17:23 -07:00
63f1632c6e Bug 231754, pressing up/down should move caret on Mac instead of open autocomplete popup, r=gavin,a=beltzner 2008-04-08 11:54:29 -07:00
9245a0a7ca Bug 425564 colorpicker's "disabled" property has no effect r=Enn a=beltzner 2008-04-08 01:41:52 -07:00
c744c60d5a Fixing red 2008-04-01 16:09:48 -07:00
0e27f6d3af Bug 416390, disable this test on linux for now until we can figure out what is going on 2008-04-01 15:46:51 -07:00
8a7befbefa 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
2989b7f75b Bug 423787 - "XUL test template has typo in comment" [p=manish@flock.com (Manish Singh) r=sayrer] 2008-03-28 23:45:45 -07:00
cda00b4491 Bug 424482, full keyboard access setting not respected regression, add test as well, r=smaug,sr=neil 2008-03-27 09:19:05 -07:00
fe6de17a78 Bug 422050: position test failures due to large fonts, r=enndeakin 2008-03-19 21:05:17 -07:00
40adc2cfda Bug 422872, fix test in test_contentAreaUtils.js for both suite and toolkit. r=sayrer 2008-03-13 22:46:45 -07:00
b440bdf57a Bug 422047: popup button test window too narrow, r=enndeakin 2008-03-11 21:44:02 -07:00
ae1a887152 Bug 420541: test failures because onfocus never fires for iframe load, r=Enn 2008-03-10 21:35:46 -07:00
378c8bc025 Bug 421656: Test for bug 366992 doesn't remove the controller it appends, r=mano 2008-03-08 00:20:00 -08:00
fa72226fb2 Bug 415704, treat tabindex and focusability as separate, so Full Keyboard Access setting doesn't affect things incorrectly, fixes More Info button in identity panel, r=smaug,sr=neil 2008-03-07 08:33:38 -08:00
71d96e19d9 Bug 418175: Report a test failure if screen resolution is small enough that the tests will likely fail. r=enndeakin 2008-02-29 23:01:13 -08:00
c051145637 Bug 419514: fix typo in notificationbox 'persistence' getter, r=enndeakin, a=damon 2008-02-26 15:45:02 -08:00
9b867de4ee Bug 405719, don't set open attribute too early, followup patch which fixes test 2008-02-22 10:34:07 -08:00