Boris Zbarsky
|
757f481a59
|
Bug 462979. Fix synthesizeMouse to send events to the right place. r=enn, sr=roc, a=beltzner
|
2008-11-26 16:52:42 -05:00 |
|
Ted Mielczarek
|
a82f5ca414
|
bug 432415 - strip trailing newlines when editor.singleline.pasteNewlines == 2 (Copy pasting a cell from an xls/ods file adds an extra space at the end). r+sr=neil, a=beltzner
|
2008-11-19 12:12:30 -05:00 |
|
Shawn Wilsher
|
5dc62bd1a7
|
backout of changeset b0dc837c20fa and 73350927f5f1 due to test failures
|
2008-11-03 18:55:15 -05:00 |
|
Boris Zbarsky
|
13f214ac52
|
Fix rounding behavior in this test to reflect reality, if even dispatch is not broken.
|
2008-11-03 13:23:42 -05:00 |
|
Mook (sb)
|
aa3725523f
|
Bug 442419 - allow custom max for progressmeter; r=enndeakin, sr=roc
|
2008-10-30 13:04:23 +03:30 |
|
Honza Bambas
|
7f2567b670
|
Bug 455871 - [mac] Regression: drag & drop is not working at all after some-time of browser usage; fix, v2 + colorpicker test update; r+sr=roc
|
2008-10-28 05:44:29 +01:00 |
|
Markus Stange
|
e480835f2f
|
Bug 457864 - Fix tests to not rely on mouse wheel scrolling being synchronous, r=smaug
|
2008-10-27 20:24:33 +01:00 |
|
Dave Townsend
|
b9adbd3ed7
|
Bug 457632: notificationbox doesn't remove notifications immediately. r=neil@parkwaycc.co.uk
|
2008-10-09 10:35:01 +01:00 |
|
Graeme McCutcheon
|
b82214fc9e
|
Bug 451286 - 'Highlight all' does not seem to work at all across frames; r=mano
|
2008-09-25 18:37:44 +02:00 |
|
Mark Banner
|
cc8c1ff2e3
|
Bug 325842 Make setting the autocomplete attribute 'completeDefaultIndex' do something sane when the search string does not match the beginning of the result string. r=enndeakin,ui-review=mconnor
|
2008-09-19 16:30:51 +01:00 |
|
Mark Banner
|
551d87fd25
|
Back out changeset 493bbc89ca54 / Bug 325842
|
2008-09-18 12:05:12 +01:00 |
|
Mark Banner
|
969a0fb15b
|
Bug 325842 Make setting the autocomplete attribute 'completeDefaultIndex' do something sane when the search string does not match the beginning of the result string [r=enndeakin ui-r=mconnor]
|
2008-09-18 10:09:24 +01:00 |
|
Atsushi Sakai
|
9e76ec1419
|
Bug 446536 - Don't save proxy settings for SSL, FTP, Gopher, SOCKS; "test" part; r=gavin.sharp
|
2008-09-17 15:12:20 +02:00 |
|
Markus Stange
|
d1428fa84e
|
Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc
|
2008-09-17 13:27:19 +02:00 |
|
Neil Deakin
|
b30f2e3192
|
Bug 455091, disable minimize test on Linux due to intermittent failures
|
2008-09-13 15:48:08 -04:00 |
|
Neil Deakin
|
5194966cd0
|
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
|
468a3823fc
|
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
|
db0c18578b
|
Bug 435848 - Backed out changeset 9b9968a7c755 due to failing unit tests.
|
2008-09-08 13:50:45 -07:00 |
|
Neil Deakin
|
90fdd3385a
|
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
|
be65b4c8f2
|
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
|
fc1785cbc1
|
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
|
2008-08-25 11:08:28 -04:00 |
|
Neil Deakin
|
7c92721496
|
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
|
2008-08-25 21:56:29 +12:00 |
|
Paul Rouget
|
62a480b9cd
|
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
|
fe4ae1694f
|
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
|
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 |
|
Neil Deakin
|
25dedfa43a
|
Bug 437640, ability to disable and remove <keyset> elements, r+sr=neil
|
2008-08-06 10:32:09 -04:00 |
|
Dão Gottwald
|
c3710ed5e2
|
add a comment explaining why that testing code is commented out
|
2008-08-05 23:27:49 +02:00 |
|
Dão Gottwald
|
96457ce726
|
trying to fix Win/OSX test failures
|
2008-08-05 21:59:32 +02:00 |
|
Dão Gottwald
|
198d35306f
|
Bug 388811 – provide a search textbox widget. r=enndeakin
|
2008-08-05 19:42:30 +02:00 |
|
Asaf Romano
|
86d6cde299
|
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
|
1fa4f9c45d
|
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
|
7a5ee5e507
|
Back out bug 378028 due to mochitest failures.
|
2008-07-25 18:09:33 +12:00 |
|
Robert O'Callahan
|
52086cd743
|
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
|
97a7151457
|
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
|
629459dcf5
|
Back out bug 441530 due to leak problems in the test
|
2008-07-13 19:30:22 +01:00 |
|
Mark Banner
|
1847d974ab
|
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
|
2bb15678ee
|
Disabled this test until bug 443763 is fixed.
|
2008-07-11 17:53:21 -04:00 |
|
Gavin Sharp
|
5fb38514e3
|
Bug 440334: Focus does not jump to find toolbar when certain form inputs are focused (non-editable nsIDOMNSEditableElements), r=mano
--HG--
rename : toolkit/content/tests/chrome/bug288254_window.xul => toolkit/content/tests/chrome/findbar_window.xul
rename : toolkit/content/tests/chrome/test_bug288254.xul => toolkit/content/tests/chrome/test_findbar.xul
|
2008-07-08 11:26:54 -04:00 |
|
Shawn Wilsher
|
e6dbf1fb43
|
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 |
|
roc+@cs.cmu.edu
|
471e1a5027
|
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 |
|
mnyromyr@tprac.de
|
0a867050bf
|
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 |
|
mnyromyr@tprac.de
|
1499a4e2f2
|
Bug 410562: <preference>.reset() does not honor instantApply; r=gavin, a1.9=dsicore
|
2008-04-25 16:23:14 -07:00 |
|
gavin@gavinsharp.com
|
807c0a104b
|
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 |
|
roc+@cs.cmu.edu
|
87aabef714
|
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 |
|
ajschult@verizon.net
|
7cad4c1b51
|
bug 423186: test_popup_scaled fails and zooms iframe for other tests, r=enndeakin
|
2008-04-18 20:45:33 -07:00 |
|
enndeakin@sympatico.ca
|
522a7aa5c1
|
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 |
|
karlt+@karlt.net
|
9c03752731
|
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 |
|
enndeakin@sympatico.ca
|
3823d8e614
|
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 |
|
neil@parkwaycc.co.uk
|
e6da43c40b
|
Bug 425564 colorpicker's "disabled" property has no effect r=Enn a=beltzner
|
2008-04-08 01:41:52 -07:00 |
|
roc+@cs.cmu.edu
|
0261b121df
|
Fixing red
|
2008-04-01 16:09:48 -07:00 |
|
enndeakin@sympatico.ca
|
f08531946e
|
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 |
|
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
|
5f9e65ed6e
|
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 |
|
enndeakin@sympatico.ca
|
d300f74f33
|
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 |
|
ajschult@verizon.net
|
99e13bd928
|
Bug 422050: position test failures due to large fonts, r=enndeakin
|
2008-03-19 21:05:17 -07:00 |
|
Callek@gmail.com
|
e679feeb0e
|
Bug 422872, fix test in test_contentAreaUtils.js for both suite and toolkit. r=sayrer
|
2008-03-13 22:46:45 -07:00 |
|
ajschult@verizon.net
|
49be829b51
|
Bug 422047: popup button test window too narrow, r=enndeakin
|
2008-03-11 21:44:02 -07:00 |
|
ajschult@verizon.net
|
1b82fd5ef6
|
Bug 420541: test failures because onfocus never fires for iframe load, r=Enn
|
2008-03-10 21:35:46 -07:00 |
|
ajschult@verizon.net
|
a3e45a4145
|
Bug 421656: Test for bug 366992 doesn't remove the controller it appends, r=mano
|
2008-03-08 00:20:00 -08:00 |
|
enndeakin@sympatico.ca
|
fe6d7b2a9c
|
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 |
|
ajschult@verizon.net
|
8b7a32637b
|
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 |
|
gavin@gavinsharp.com
|
18a039856c
|
Bug 419514: fix typo in notificationbox 'persistence' getter, r=enndeakin, a=damon
|
2008-02-26 15:45:02 -08:00 |
|
enndeakin@sympatico.ca
|
ed29c50040
|
Bug 405719, don't set open attribute too early, followup patch which fixes test
|
2008-02-22 10:34:07 -08:00 |
|
enndeakin@sympatico.ca
|
3eb4b6f494
|
Bug 413268, fix orange by including borders in calculations
|
2008-02-20 14:23:08 -08:00 |
|
enndeakin@sympatico.ca
|
ceceac9537
|
Bug 413268, clientX/clientY properties not working for tooltip popupshowing event, r=smaug,sr=neil
|
2008-02-20 12:16:55 -08:00 |
|
ajschult@verizon.net
|
aa56231153
|
Bug 418175: popup attribute test fails if context menu is too big, r=enndeakin
|
2008-02-19 22:56:41 -08:00 |
|
bzbarsky@mit.edu
|
991e322339
|
Stop treating _new as a special window target. No other browser does. Bug 417067, r+sr=jst, a=beltzner
|
2008-02-13 21:05:25 -08:00 |
|
reed@reedloden.com
|
c39c6da049
|
Bug 416467 - "textLength should not return the length of emptyText" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep]
|
2008-02-10 22:16:23 -08:00 |
|
ajschult@verizon.net
|
b97edefc3b
|
Bug 416561: test for bug 382990 opens bookmarks manager in seamonkey, r=gavin
|
2008-02-10 11:06:26 -08:00 |
|
surkov.alexander@gmail.com
|
3b6d7e353d
|
Bug 415060 - missed test_menu.xul file
|
2008-02-08 01:54:31 -08:00 |
|
surkov.alexander@gmail.com
|
5ad04d806a
|
Bug 415060 - menu.appendItem and .insertItemAt should return the new menuitem, r=enndeakin, a=dsicore
|
2008-02-08 01:37:18 -08:00 |
|
mozilla.mano@sent.com
|
86194f8c60
|
Bug 406095 - add emptyText property to textbox. patch from Dao Gottwald <dao@mozilla.com>, r=gavin.
|
2008-02-06 11:00:09 -08:00 |
|
reed@reedloden.com
|
4cc83300a0
|
Bug 405095 - "datetimepicker suppresses most keyboard shortcuts" [p=ynvich@gmail.com (Sergey Yanovich) r=gavin r=Enn a1.9b3=beltzner]
|
2008-01-31 18:52:36 -08:00 |
|
reed@reedloden.com
|
3cc9d63ee0
|
Back out patch from Sergey Yanovich in bug 405095 due to test failures on Windows and Linux.
|
2008-01-31 09:10:06 -08:00 |
|
reed@reedloden.com
|
8930e9edc6
|
Bug 405095 - "datetimepicker suppresses most keyboard shortcuts" [p=ynvich@gmail.com (Sergey Yanovich) r=gavin r=Enn a1.9b3=beltzner]
|
2008-01-31 01:41:17 -08:00 |
|
reed@reedloden.com
|
d58ed0b2de
|
Bug 411048 - "Menu remains highlighted after being dismissed by middle-click" (clear active state when destroying menu frame) [p=enndeakin@sympatico.ca (Neil Deakin) r=Smaug sr=Neil a1.9=damons]
|
2008-01-29 23:18:07 -08:00 |
|
aaronleventhal@moonset.net
|
20d00b8a71
|
Fix test for popups so that previous checkin of bug 407359 doesn't turn tree orange. r=mano
|
2008-01-23 15:50:54 -08:00 |
|
florian@queze.net
|
947cfddd62
|
Bug 408940 - Setting the value property of a menulist to null should remove the old value. Followup patch to fix regressions (bug 412497, 412534 and 412541) r=Mano, a1.9=schrep
|
2008-01-17 20:29:17 -08:00 |
|
florian@queze.net
|
619d59cba6
|
Bug 408940 - Setting the value property of a menulist to null should remove the old value. r=Mano, r=mconnor (on the test), a1.9=mconnor.
|
2008-01-14 20:42:13 -08:00 |
|
enndeakin@sympatico.ca
|
f06d4f05ac
|
Disable one line of the test for now
|
2008-01-10 10:27:46 -08:00 |
|
enndeakin@sympatico.ca
|
0ecf697f5e
|
Bug 393451, getBoundingClientRect coordinates not correct for popups, r+sr=roc,a=schrep
|
2008-01-10 07:48:26 -08:00 |
|
roc+@cs.cmu.edu
|
03b2890c0e
|
Try to fix win2k03 orange by backing out bug 409242
|
2008-01-09 00:34:24 -08:00 |
|
enndeakin@sympatico.ca
|
eed089c22f
|
Bug 409242, fix popup position test, also reset scale after changing it, r=mano
|
2008-01-08 13:04:35 -08:00 |
|
reed@reedloden.com
|
e2a623f614
|
Bug 407453 - "Column reordering broken when ordinal > 9 (comparing numbers as strings)" [p=skrulx@gmail.com (Steve Krulewitz) r=Enn a1.9=schrep]
|
2008-01-04 22:47:42 -08:00 |
|
neil@parkwaycc.co.uk
|
dafb9ad144
|
Make XUL elements really native anonymous b=410119 r=smaug sr+a=sicking
|
2008-01-04 03:24:41 -08:00 |
|
enndeakin@sympatico.ca
|
f6cf153b88
|
Bug 407601, use preferred size when calculating popup position and size instead of current size, fixes extraneous layouts and scrolling position changes, r+sr=bz,a=shrep
|
2007-12-19 08:37:32 -08:00 |
|
sayrer@gmail.com
|
6f889dab58
|
disable one test from bug 407937
|
2007-12-13 20:20:27 -08:00 |
|
enndeakin@sympatico.ca
|
154987f6ef
|
Disable one test on linux until I can see what's wrong with it
|
2007-12-13 08:18:50 -08:00 |
|
enndeakin@sympatico.ca
|
199aa5bf62
|
Bug 407937, popup with left/top attributes can expand outside of content area, also ensure that popup position is adjusted if too far off screen,r+sr=roc CVS: ----------------------------------------------------------------------
|
2007-12-13 06:41:33 -08:00 |
|
philringnalda@gmail.com
|
c4fe6b4c5c
|
Bug 405282 - Test for bug 382990 leaves bookmarks sidebar open, r=gavin, a=itsatest
|
2007-12-04 21:05:55 -08:00 |
|
enndeakin@sympatico.ca
|
bab1964f4f
|
Bug 405986, noautohide attribute check for tooltips is reversed, r+sr=neil,a=damon
|
2007-12-03 06:34:57 -08:00 |
|
philringnalda@gmail.com
|
5dce8cfc6f
|
Bug 405284 - Confusing error reports from timepicker tests, r=enndeakin
|
2007-12-01 21:22:33 -08:00 |
|
enndeakin@sympatico.ca
|
459d7aae66
|
Bug 402548, 402551, popups positioned wrong when document is zoomed. Affects anchored popups anchored in a different document, and popups opened at a given screen position, r+sr=roc
|
2007-11-22 06:12:03 -08:00 |
|
enndeakin@sympatico.ca
|
f3dee7a7ae
|
Bug 394600, address bz's additional popup reworking comments, add tests for removing popups, r+sr=bz,a=beltzner
|
2007-11-17 07:47:38 -08:00 |
|
jonas@sicking.cc
|
7d34ecef5a
|
relanding bug 386202 since it doesn't look to be the source of the Ts regression
|
2007-11-14 19:43:41 -08:00 |
|
jonas@sicking.cc
|
acac7afc64
|
Backing out bug 386202 to attempt to fix Ts regression
|
2007-11-14 13:35:17 -08:00 |
|
enndeakin@sympatico.ca
|
439a869ff8
|
Bug 386202, ensure that tab's selected attribute can be used to initialize a tabbox, r=gavin,a=schrep
|
2007-11-13 11:39:54 -08:00 |
|
enndeakin@sympatico.ca
|
d29c264f13
|
Bug 400893, escape should close panels, r+sr=neil,a=beltzner
|
2007-11-12 13:52:13 -08:00 |
|
enndeakin@sympatico.ca
|
012cfc4144
|
Bug 399350, clicking menu doesn't work after selecting a command, r=bz,mano,sr=bz,a=beltzner
|
2007-10-26 10:24:35 -07:00 |
|
enndeakin@sympatico.ca
|
00029653c8
|
Bug 377677, fix up orange, by ignoring rounding issue occuring on Windows
|
2007-10-22 07:11:41 -07:00 |
|
enndeakin@sympatico.ca
|
12bae65680
|
Bug 377677, second attempt at tree cleanup and tests, r=mano, a=sayrer
|
2007-10-22 06:19:37 -07:00 |
|
reed@reedloden.com
|
18c994984b
|
Completely backout Enn's patch from bug 377677 to see if it caused the Tp regression.
|
2007-10-16 00:29:08 -07:00 |
|
enndeakin@sympatico.ca
|
9727c168f6
|
Try disabling the tests to see if the odd failures go away
|
2007-10-15 10:52:42 -07:00 |
|
enndeakin@sympatico.ca
|
e6468c1bbe
|
Bug 377677, disable some tests that for some reason aren't working
|
2007-10-15 10:03:13 -07:00 |
|
enndeakin@sympatico.ca
|
c41b42c71a
|
Bug 377677, minor tree widget cleanup, mostly adding lots of tree tests, r=mano, a=sayrer
|
2007-10-15 09:18:01 -07:00 |
|
enndeakin@sympatico.ca
|
911f09694f
|
Disable this test for now
|
2007-10-09 07:19:29 -07:00 |
|
enndeakin@sympatico.ca
|
dd5f4c7bf6
|
Bug 387109, context menu not placed properly for lists when opened with the keyboard, r=smaug,sr=neil,a=dbaron
|
2007-10-09 06:40:06 -07:00 |
|
enndeakin@sympatico.ca
|
917ec8c785
|
Bug 396983, flush frames before opening a popup, r+sr=bz, a=dbaron
|
2007-10-09 05:11:14 -07:00 |
|
enndeakin@sympatico.ca
|
fd7d18e733
|
Bug 397606, don't deactivate menubar when switching menus, r+sr=bz, a=damon
|
2007-10-03 15:00:41 -07:00 |
|
enndeakin@sympatico.ca
|
e5e3d3a4bf
|
Didn't mean to check in these extra lines
|
2007-10-01 08:35:21 -07:00 |
|
enndeakin@sympatico.ca
|
37aa9fc448
|
Bug 396517, enableKeyboardNavigator is backwards, also add test, r+sr=bz, a=roc
|
2007-10-01 08:20:32 -07:00 |
|
ted.mielczarek@gmail.com
|
57553c4e8a
|
bug 253481 - xul:textb ox attribute to specify what happens to pasted line breaks - mochichrome test. r=enndeakin
|
2007-09-18 16:13:26 -07:00 |
|
enndeakin@sympatico.ca
|
2dbf14586d
|
Bug 394468, fix scale test by moving scales around, r=mano, test change only
|
2007-09-18 09:52:41 -07:00 |
|
enndeakin@sympatico.ca
|
1f49d948b4
|
See if this fixes the mac orange
|
2007-09-18 08:59:57 -07:00 |
|
enndeakin@sympatico.ca
|
7e86fa7e56
|
Bug 392652, nsXULPopupManager::Rollup should hide popups synchronously, r+sr=bz, a=mconnor
|
2007-09-18 08:00:43 -07:00 |
|
gijskruitbosch@gmail.com
|
a2387c6402
|
Bug 382990 - Tree onkeypress should check for ctrl key (+ test to make sure this keeps working) r=mano@mozilla.com (Asaf Romano) a=bzbarsky@mit.edu (Boris Zbarsky)
|
2007-09-18 07:26:05 -07:00 |
|
enndeakin@sympatico.ca
|
d62c02588e
|
Bug 394887, fix up test because reflow occurs later
|
2007-09-16 09:55:12 -07:00 |
|
enndeakin@sympatico.ca
|
bc4d889fcb
|
Bug 377696, add back missing src property for statusbar, r=mano
|
2007-09-04 12:26:02 -07:00 |
|
enndeakin@sympatico.ca
|
f661cd1541
|
Bug 389996, menubar menus flicker when switching between them, r+sr=bz, a=dbaron
|
2007-09-04 10:42:38 -07:00 |
|
enndeakin@sympatico.ca
|
2c6448e1fd
|
Bug 385536, add test for clicking in a tree in a popup, r=gavin
|
2007-09-04 08:30:11 -07:00 |
|
mozilla.mano@sent.com
|
722b0d1807
|
And now to the orange...
|
2007-09-02 13:29:00 -07:00 |
|
mozilla.mano@sent.com
|
c03356d090
|
Fix tests bustage from bug 377696.
|
2007-09-02 12:36:38 -07:00 |
|
enndeakin@sympatico.ca
|
7bd3111a3f
|
Bug 377696, fix up missing return values, and use image instead of src, plus add tests for deck, statusbar and the main element properties, r=mano
|
2007-09-01 16:17:44 -07:00 |
|
enndeakin@sympatico.ca
|
478b9ac8a8
|
Bug 394421, test if using the focus event fixes the orange
|
2007-09-01 15:14:14 -07:00 |
|
enndeakin@sympatico.ca
|
b8d010a422
|
Bug 378018, add a numberbox test, r=mano
|
2007-08-31 10:30:12 -07:00 |
|
enndeakin@sympatico.ca
|
d7f2df6f2c
|
Bug 377693, notificationbox test, r=mano
|
2007-08-30 12:18:13 -07:00 |
|
enndeakin@sympatico.ca
|
6ebd94bf19
|
Didn't mean to check this in yet
|
2007-08-30 08:59:03 -07:00 |
|
enndeakin@sympatico.ca
|
a0b52957c1
|
Bug 195031, support sticky bookmarks menus, r=mano,sr=bz, blocking bug
|
2007-08-30 08:43:10 -07:00 |
|
enndeakin@sympatico.ca
|
75313ab862
|
Bug 387275, groan, still not working, so disable the test again.
|
2007-08-29 09:01:02 -07:00 |
|
enndeakin@sympatico.ca
|
bdb57f5f52
|
See if moving the mouse a bit fixes the Mac test failing
|
2007-08-29 08:17:28 -07:00 |
|
enndeakin@sympatico.ca
|
7c02ab53b0
|
fix error caused by cvs merge, missing slash
|
2007-08-29 07:17:55 -07:00 |
|
enndeakin@sympatico.ca
|
c274c07b6c
|
Bug 385275, fix test on Mac by clicking on the document first, r=gavin
|
2007-08-29 07:09:36 -07:00 |
|
enndeakin@sympatico.ca
|
d6dd5b99e5
|
Bug 392160, improve popup positioning to not use widget calculations, r=sharparrow, sr=bz, a=dbaron
|
2007-08-27 09:23:52 -07:00 |
|
enndeakin@sympatico.ca
|
f8b0f171e5
|
Bug 392512, panel doesn't open when opened from a menu, r+sr=bz,a=dbaron
|
2007-08-23 15:13:42 -07:00 |
|
enndeakin@sympatico.ca
|
12081cd434
|
Bug 392314, alt key should close menu, add some key closing menus tests, r+sr=bz,a=dbaron
|
2007-08-23 14:21:27 -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 |
|
enndeakin@sympatico.ca
|
881667a9ef
|
Bug 392535, handle keyboard navigation in popup datepicker, r=gavin
|
2007-08-16 21:22:18 -07:00 |
|
enndeakin@sympatico.ca
|
2cebc87445
|
Disable this test on mac for now to fix orange
|
2007-08-15 19:12:30 -07:00 |
|
enndeakin@sympatico.ca
|
10106d6a9a
|
Refocus colorpicker after popup closes, fixes orange
|
2007-08-15 19:09:39 -07:00 |
|
enndeakin@sympatico.ca
|
aef0ee7c4d
|
Bug 385275, handle tab navigation in popups properly, r+sr=roc
|
2007-08-15 18:09:58 -07:00 |
|
enndeakin@sympatico.ca
|
0cc1ad3811
|
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 |
|
enndeakin@sympatico.ca
|
a9de235e7d
|
Bug 388112, fix test by adding offset properly, r=mano
|
2007-08-15 16:48:31 -07:00 |
|
sayrer@gmail.com
|
998970b00c
|
reenable tests for Bug 388112, after botched relanding.
|
2007-08-11 11:22:09 -07:00 |
|
enndeakin@sympatico.ca
|
3064c4d422
|
Aaarrgghh! Fix urls in test.
|
2007-08-10 09:49:19 -07:00 |
|
enndeakin@sympatico.ca
|
8ce169f03c
|
Sigh, disable vertical mouse tests for now
|
2007-08-10 07:24:14 -07:00 |
|
enndeakin@sympatico.ca
|
6b3c733fac
|
Bug 390610, try a higher offset to see if tests start working again, otherwise will just have to disable
|
2007-08-10 06:48:16 -07:00 |
|
enndeakin@sympatico.ca
|
e26cc5a699
|
Bug 390610, clicking on scale doesn't work when a minimum value is used, r+sr=roc,a=dbaron
|
2007-08-10 05:45:20 -07:00 |
|
sayrer@gmail.com
|
a5de3b59e1
|
bustage fix
|
2007-08-09 02:03:09 -07:00 |
|