Commit Graph

232 Commits

Author SHA1 Message Date
Michael Kohler
9397418412 Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Felipe Gomes
b188d1212c Bug 562554 - "Toolbar buttons with drop-down menus are still busted in SeaMonkey Modern Theme" [r=roc] [a=Mossop] 2010-05-01 12:39:00 -04:00
Timothy Nikkel
ebb4bc73a8 Bug 544537. Send a click to each image to force it to setup its image map. 2010-05-01 13:42:47 -05:00
Markus Stange
c34c8948f8 Bug 355375 - Make context menuitems blink when chosen. r=enn
--HG--
extra : rebase_source : 87b93bda596b4af4c1adf294ecc91510047ca0f1
2010-04-19 16:12:58 +02:00
Neil Deakin
ceb1712f98 Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil 2010-04-21 10:53:42 -04:00
felipc@gmail.com
a0860655c9 Bug 557987 - Toolbar buttons with drop-down menus are busted, r=roc@ocallahan.org 2010-04-10 22:29:12 +03:00
Henri Sivonen
3060e7ee1b Bug 546648 - Make test_mousecapture.xul wait for the load event of opened windows. r=enndeakin.
--HG--
extra : rebase_source : 112d1f7963fe9c3d92960f6e8fc8c17524d41638
2010-03-09 15:11:24 +02:00
Alex Vincent
a860fb0c22 Bug 473412 - Editable tree cells cannot be activated by a keystroke. r=enn, sr=robstrong 2010-03-09 13:24:39 +01:00
Dão Gottwald
caf1dccaa5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Neil Deakin
2c7d3081c7 Bug 543065, only scroll one ancestor of menus, SCROLL_FIRST_ANCESTOR_ONLY flag should stop at first scrollable container, not just first parent, r=roc 2010-03-02 06:21:23 -08:00
Henri Sivonen
9a085fd523 Bug 546648 - Add a missing > in data URL in test_mousecapture.xul to complete a tag. r=enndeakin.
--HG--
extra : rebase_source : bfa1162a07f8a5b88b2139820fdc37b84efab60e
2010-02-22 14:17:35 +02:00
Neil Deakin
dd025cc0f8 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao 2010-02-23 13:16:16 -05:00
Neil Deakin
1c6c60ca84 Bug 540340, check page length before scrolling, prevents trees such as the cookies list from starting scrolled down a row, r=neil 2010-02-20 11:08:40 -05:00
Neil Deakin
10dc1ef135 Bug 536481, clear the mouse capture when a window is lowered or the containing docshell is hidden, r=smaug 2010-02-20 11:06:58 -05:00
Timothy Nikkel
6f938dbf48 Bug 544537. Attempt to fix random orange by adding some extra mouse events before the real test because they seem to make painting actually happen on OS X. 2010-02-19 16:14:24 -06:00
Timothy Nikkel
3066106d53 Bug 544537. Attempt to fix orange by making sure a paint has happened by adding a timeout. r=dbaron 2010-02-05 16:36:15 -06:00
Timothy Nikkel
5ab231bfb9 Bug 517737. Special case event targeting for area element's that are capturing the mouse due to their misuse of primary frame pointers. r=smaug
--HG--
extra : rebase_source : ae74bfd8ccec6e0e7605be33a99cc3e1b3a85420
2010-02-02 20:07:19 -06:00
Timothy Nikkel
c63f549245 Bug 517737. Don't allow starting a drag if something is capturing the mouse. r=smaug(part of),enndeakin
--HG--
extra : rebase_source : 171cef43d1fef9337b49d6f3b9ca661c3e618437
2010-02-02 20:07:08 -06:00
Robert O'Callahan
b74462ae4f Bug 526394. Part 1: Make a couple of tests more descriptive when they fail. 2010-01-12 10:45:00 +13:00
Vivien Nicolas
b18374bd8e Bug 509732 - Don't do slideIn animation if the height of the notification is 0. r=dtownsend 2009-11-24 21:00:49 -08:00
Ehsan Akhgari
4bf285903d Use a wave file instead of ogg files for audio and video controls direction tests in order to minimize the possibility of random test timeouts. (Bug 528001)
--HG--
extra : rebase_source : 4214124a911bec6eb96fdac64db7a14f08c5350d
2009-11-20 12:11:09 -05:00
L. David Baron
c3e108e8f5 Use 'progress' events instead of 'suspend' events and don't check readyState, in order to fix random test timeouts. (Bug 528001)
--HG--
extra : rebase_source : 63eed710449127d55f724e811e6506c47191bc6a
2009-11-20 11:55:24 -05:00
Daniel Brooks
2044fa1490 bug 528792 - test frippery 2009-11-18 06:15:03 -06:00
Daniel Brooks
4a9efbdb4a bug 528792, fix a test by ensuring that we pass in even coords so that zooming+truncating still leaves us with an integer coordinate 2009-11-18 03:36:22 -06:00
Daniel Brooks
285cb9af3d bug 528796 - fix the test so that it measures correctly 2009-11-17 14:30:25 -06:00
Daniel Brooks
1a03348ab2 bug 528796: this should make test_popup_scaled.xul work. 2009-11-17 04:34:42 -06:00
Ehsan Akhgari
db59e0fe7f Bug 524006 - toolkit/content/tests/widgets/test_videocontrols_audio_direction.html fails on Windows debug builds 2009-11-13 12:07:46 -05:00
Ehsan Akhgari
e8a1aa9469 Bug 501754 - mochitest-plain: test_videocontrols_video_direction.html fails intermittently (possibly test_videocontrols_audio_direction.html too). Mask audio controls too. r=dolske 2009-11-12 22:08:17 -08:00
Ehsan Akhgari
7edbec6ce7 Bug 501754 - mochitest-plain: test_videocontrols_video_direction.html fails intermittently (possibly test_videocontrols_audio_direction.html too); r=dolske 2009-11-11 11:42:38 -05:00
Ehsan Akhgari
ea0eb77ddb Bug 524006 - toolkit/content/tests/widgets/test_videocontrols_audio_direction.html fails on Windows debug builds; r=dolske 2009-11-10 11:45:03 -05:00
Robert O'Callahan
def53c39d3 Backed out changeset 7d7f59076479 2009-11-10 13:58:35 +13:00
Neil Deakin
b84990c03b Bug 524545, popups with large margins can appear offscreen, adjust margins a bit from last patch, r=roc 2009-11-09 09:55:47 -05:00
Daniel Holbert
573a72ba43 Bug 501754: Disable test_videocontrols_audio_direction.html and test_videocontrols_video_direction.html, due to excessive failure rate (pending investigation) 2009-11-06 18:25:13 -08:00
Neil Deakin
a68562e317 Bug 524545, back out large margins change 2009-11-03 17:00:03 -05:00
Neil Deakin
f66af9b2d5 Bug 524545, popups with large margins can appear offscreen, r=roc 2009-11-03 15:16:34 -05:00
Neil Deakin
993500ae82 Followup fix for full keyboard access check, CLOSED TREE 2009-10-22 16:08:56 -04:00
Neil Deakin
11fd35a56d Disable some tests on Mac to allow for full keyboard access setting, a=sdwilsh, CLOSED TREE 2009-10-22 15:06:08 -04:00
Robert O'Callahan
19e51afb99 Try yet another fix for test_videocontrols 2009-10-16 00:24:28 +13:00
Robert O'Callahan
bbf4f75672 Fix test_videocontrols again 2009-10-15 21:32:37 +13:00
Robert O'Callahan
e21d6e0f62 Fixing test_videocontrols to not depend on the load event (bug 521359) 2009-10-15 17:41:40 +13:00
Neil Deakin
c7fb80186c Bug 519693, <select> click and drag scrolling not working, change to get scrollable frame when capturing, r=roc 2009-10-09 09:35:20 -04:00
Neil Deakin
59ea98ed9f Bug 519296, after_pointer popup positioning not offset correctly, r=neil 2009-10-06 09:26:34 -04:00
Neil Deakin
19b8634b1c Bug 517916, crash if the capturing element has no view, r=roc 2009-10-05 10:00:05 -04:00
arno renevier
8c519cdb49 Bug 460942 - Fix richlistitem label property inconsistencies. r=neil 2009-10-03 20:37:57 +02:00
Neil Deakin
a11c6e6243 Bug 516615, when capturing, check if the target frame's content is a descendant of the capturing content, rather than using the frame tree, r=roc,sr=smaug 2009-09-28 10:17:01 -04:00
highmind63@gmail.com
6bb481c9fb Bug 416276, reenable tooltip test, move into a single file and fix up to use waitForFocus, r=enn 2009-09-22 15:18:38 -04:00
Phil Ringnalda
e62c83fdc6 Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Neil Deakin
3599d06edc Bug 516991, get the right scrollable view from within the selection scroll timer, otherwise scrolling is jumpy, r=roc 2009-09-17 16:33:29 -04:00
Neil Deakin
6d83cdc84a Bug 516880, use the right presshell when getting frames during mouse capture, r=roc 2009-09-17 12:59:42 -04:00
Neil Deakin
02a7469b05 Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug 2009-09-13 09:13:16 -04:00