Commit Graph

384 Commits

Author SHA1 Message Date
Tooru Fujisawa
7e974cd5fd Bug 1207497 - Part 2: Remove use of expression closure from tests in toolkit/. r=Gijs 2015-09-24 21:25:24 +09:00
JW Wang
53878ebbb3 Bug 1076833 - take snapshots only after network suspended. r=jya. 2015-09-15 10:56:21 +08:00
Justin Dolske
e1d702f668 bug 1076833 - extra logging to help diagose intermittent orange. 2015-07-17 12:15:14 -07:00
Geoff Brown
e7ae18404c Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin 2015-07-10 14:41:59 -06:00
ziyunfei
649e7033e4 Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Ms2ger
22570d5b49 Bug 949614 - Use === for SimpleTest.is; r=Waldo
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.

This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Geoff Brown
877bdc19b0 Bug 1140148 - Update mochitest manifests for Android 4.3 emulator; r=dminor 2015-03-26 20:35:35 -06:00
Jonathan Griffin
c4f9588ed3 Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Masayuki Nakano
a9f75d8942 Bug 1119609 part.14 Reimplement/redesign EventUtils.synthesizeKey() with nsITextInputProcessor r=smaug 2015-02-19 15:50:20 +09:00
Joel Maher
1cc3287861 Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM 2014-12-27 00:44:52 +05:30
Ryan VanderMeulen
087dc9b95f Bug 1075573 - Disable test_videocontrols_standalone.html on Android 2.3 due to frequent failures. 2015-01-21 13:46:11 -05:00
Jared Wein
79310d4e27 Bug 1074744 - Apply the margin-end to the volume controls when fullscreen is unavailable. r=gijs r=dolske
The adjusted margin-end needs to be applied to the volume controls when the fullscreen button is hidden due to fullscreen being unavailable, such as within an iframe that is lacking the allowfullscreen attribute. Previously the margin-end was only applied when the video was determined to be audio-only.
2015-01-09 14:29:36 -05:00
Tom Schuster
24988c51c7 Bug 1110759 - Remove Iterator() from some tests. r=smaug 2015-01-08 19:58:45 +01:00
Brian Birtles
7550cfed6a Bug 927349 part 17 - Don't count native reflows in test_popupreflows.xul; r=markh
test_popupreflows.xul currently expects to get 1 reflow when a popup is opened.
This is triggered by JS code. An incremental layout may be triggered by native
code but the test ignores that for unclear reasons ("Because we've simply
cargo-culted this test from browser_tabopen_reflows.js!").

In part 16 on this patch series, we force interruptible reflows to become
full reflows when we have pending animations which can cause this test to
fail since it will see 2 reflows.

The above quoted browser_tabopen_reflows.js specifically ignores reflows
triggered by native code so we adjust this test to do likewise.
2014-12-22 09:35:41 +09:00
Ehsan Akhgari
13345e66e6 Debugging patch for bug 1074744: request the complete log 2014-12-16 18:55:08 -05:00
Ehsan Akhgari
5e01dacb38 Convert videocontrols_direction_test.js to unix line endings, no bug
Landed on a CLOSED TREE
2014-12-15 11:45:34 -05:00
Ehsan Akhgari
ed56ce51c6 Debugging patch for bug 1074744: Log the snapshots properly 2014-12-15 11:44:56 -05:00
Jon Morton
4a98f87acc Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz 2014-10-14 13:15:21 -07:00
Tomasz Kołodziejski
a6ca073e7a Bug 694696 - mute video if volume is set down to 0. r=jaws 2014-08-25 13:55:00 +02:00
Alexandre Poirot
6188942e57 Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Wes Johnston
287988ff63 Bug 1018468 - Add fullscreen button to video controls. r=mfinkle 2014-06-11 10:25:18 -07:00
Jared Wein
2c61410565 Bug 1016415 - Only iterate into the children of <menugroup> if there are children. r=enndeakin 2014-05-27 12:16:00 -04:00
Jared Wein
d574f6de81 Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused 2014-05-15 18:14:15 -04:00
Neil Deakin
501239a4a2 Bug 610545, arrow panels should animate when opening and when cancelling, r=neil,dao 2014-04-08 08:45:52 -04:00
Neil Deakin
c3beaa798d Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil 2014-04-04 13:11:12 -04:00
Paolo Amadini
065766b8f7 Bug 985318 - Convert to Promise.jsm in the Toolkit "content" folder. r=mak 2014-03-20 11:04:37 +01:00
Vaibhav Agarwal
674ac11e43 Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher 2014-03-13 10:40:10 -04:00
Ted Mielczarek
0223dcf713 Bug 975455 - Move more Mochitests to manifests. r=jmaher 2014-02-20 10:14:52 -05:00
Vaibhav Agarwal
8895c361aa Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
Masayuki Nakano
a3ff9acf01 Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
Chris Pearce
0b37db0695 Bug 971229 - Ensure test_videocontrols starts (and doesn't time out) if it loads real quick. r=jaws 2014-02-13 10:17:47 +13:00
Masayuki Nakano
c2218c4999 Bug 950373 part.1 XUL <tree> should handle non-printable keys with keydown event handler instead of keypress event handler r=enndeakin 2014-02-11 14:26:10 +09:00
Neil Rashbrook
bb0ae5945e Bug 940040 Pressing and releasing "Alt" should not open the File menu on Linux r=enndeakin 2014-01-16 19:31:12 +00:00
Olli Pettay
6fa4e00715 Bug 948092, Random failure in test_largemenu.xul, r=roc 2014-01-15 14:00:44 +02:00
Jared Wein
09c76193e1 Bug 649490 - Switch the volume slider on the media controls to be horizontal and always visible. r=Gijs 2013-11-27 10:31:39 -05:00
Jared Wein
0894b28376 Bug 943556 - Attempt to fix intermittent orange by using a later event (play instead of loadedmetadata) to check for media element sizes. Also include debugging information for the user agent. Also introduce a waitForCondition to wait until the replaced element has finished resizing based on the videocontrols resizing code. r=Gijs 2013-11-27 10:31:35 -05:00
Ms2ger
12d3dd4f11 Merge mozilla-inbound to mozilla-central. 2013-11-29 09:54:12 +01:00
Ms2ger
a334d028d4 Bug 939271 - Part d: move mochitests to manifests in toolkit/content/tests/widgets; r=mshal 2013-11-28 15:03:17 +01:00
Jared Wein
4a66dc2036 Bug 943556 - Run the test if the media element is not paused instead of checking for HAVE_ENOUGH_DATA to fix the intermittent timeout in test_videocontrols_standalone.html. r=me 2013-11-28 02:42:52 -05:00
Olli Pettay
11ff8e7284 Bug 931641 - Intermittent test_contextmenu_nested.xul failure, r=ehsan 2013-11-28 18:48:25 +02:00
Jared Wein
f1ba37e8c3 Backed out changeset e0e9651d0faf (bug 649490) 2013-11-27 16:19:27 -05:00
Jared Wein
d40588f24f Bug 649490 - Switch the volume slider on the media controls to be horizontal and always visible. r=Gijs 2013-11-27 10:31:39 -05:00
Jared Wein
1e30f64e43 Bug 943556 - Attempt to fix intermittent orange by using a later event (play instead of loadedmetadata) to check for media element sizes. Also include debugging information for the user agent. r=Gijs 2013-11-27 10:31:35 -05:00
Jared Wein
490c38063f Bug 937429 - Only resize the media element if isAudioOnly=true. r=dolske 2013-11-19 00:17:38 -05:00
Ehsan Akhgari
3b4b91a754 Backed out 2 changesets (bug 943556) to see if they are the cause of the Win8 bc semi-perma-orange
Backed out changeset 48c0dfb60fac (bug 943556)
Backed out changeset 6cbce980e1c2 (bug 943556)

Landed on a CLOSED TREE
2013-11-28 12:00:18 -05:00
Bobby Holley
80ee3f045c Bug 911864 - Convert toolkit widget xul tests to chrome tests. r=smaug
We also remove test_menubar_gtk.xul, which is unreferenced by the build system
and references a file that doesn't exist in the tree.
2013-11-01 15:31:56 +01:00
Martijn Wargers
545e68cdbb Bug 922008 - Remove more enablePrivilege calls, part2. r=jmaher 2013-09-30 11:30:01 +02:00
Gregory Szorc
a126585769 Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Ed Morley
7bd637970d Backed out changeset 68b6b152f51a (bug 920223) 2013-09-30 12:50:09 +01:00
Gregory Szorc
365ec41916 Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00