Geoff Brown
0c15e4a428
Bug 967704 - Add android23.json for Android 2.3 mochitests; r=jmaher
2014-03-10 19:56:31 -06:00
Boris Zbarsky
51c7e3a485
Bug 980965. Stop using DOM constructors as functions in chrome code. r=bholley
2014-03-10 17:38:14 -04:00
dadadel
eff50c44d9
Bug 975136 - Test mozprocess parameters;r=wlach
...
DONTBUILD
--HG--
extra : rebase_source : 87f60210eccbfe7925cdcce3fafc878cb873c13b
2014-03-10 12:34:03 -04:00
dadadel
4489adec63
Bug 907433 - Improve the mozprocess documentation with description and examplesi;r=wlach
...
DONTBUILD
--HG--
extra : amend_source : 99b1ef66ea65a1bf59ba01c98ad89cdb12fbf2ad
2014-03-10 12:15:35 -04:00
James Graham
796d2b9590
Bug 979338 - Document delete_session method in the python client API, r=mdas
2014-03-04 17:42:11 +00:00
Nathan Froyd
60cd903626
Bug 979936 - delete unused `quiet' param-handling code in setup.js; r=jmaher
2014-03-05 12:39:46 -05:00
Brian Birtles
730325e4c1
Bug 979161 part 4 - Add a non-flushing version of waitForAllPaints to paint_listener.js; r=mattwoodrow
...
This patch adds waitForAllPaints which does *not* call getBoundingClientRect
since that can cause a flush. Sometimes this flush is undesirable since it can
mask bugs in the code under test which should be performing this flush itself.
2014-03-10 13:47:12 +09:00
Brian Birtles
80173f8459
Bug 979161 part 3 - Use SpecialPowers.getDOMWindowUtils in paint_listener.js; r=mattwoodrow
...
We can't just use SpecialPowers.DOMWindowUtils since otherwise we end up with
a DOMWindowUtils object that is bound to the parent object.
2014-03-10 13:47:12 +09:00
Brian Birtles
ad94336c66
Bug 979161 part 2 - Wrap long lines in paint_listener.js; r=mattwoodrow
...
And also simplify the code somewhat
2014-03-10 13:47:12 +09:00
Brian Birtles
88ee802b65
Bug 979161 part 1 - Wrap up paint_listener.js so it doesn't leak globals; r=roc
2014-03-10 13:47:12 +09:00
Doug Turner
eef5fec5c2
Bug 978593 - refactor and cleanup NetworkLocationProvider. Prep work to enable celluar support. r=jdm
2014-03-01 23:46:02 -08:00
Henrik Skupin
a91de5dd52
Bug 966434 - Update TPS to use FxA. r=jgriffin
2014-03-07 15:54:19 -08:00
Wes Kocher
452135f341
Merge m-c to inbound
2014-03-06 18:27:43 -08:00
Carsten "Tomcat" Book
6e65028ef4
Merge mozilla-central to fx-team
2014-03-06 13:38:06 +01:00
Michael Ratcliffe
11ec4d96f6
Backing out bug 884796 HiDPI fix r=backout
2014-03-06 10:31:30 +00:00
Michael Ratcliffe
7463d1a5d7
Bug 884796 - Scale deltas in EventUtils.js::synthesizeWheel() on HiDPI screens r=robcee
2014-03-06 09:38:09 +00:00
Michael Ratcliffe
b6b3b4320e
Bug 974056 - Add logging of devtools event emitter emit calls r=harth
2014-03-06 09:37:59 +00:00
Ryan VanderMeulen
1706c755f4
Backed out changeset 7f8961ec163f (bug 969146) for B2G mochitest shutdown crashes.
2014-03-05 15:16:30 -05:00
Joel Maher
3f2c305c8d
Bug 970925 - (backout canvas webgl) convert testing/mochitest/android.json into skip-if statements in mochitest.ini files. r=gbrown CLOSED TREE
2014-03-06 16:49:37 -05:00
Henrik Skupin
1148e8bb3e
Bug 979815 - Update URL of virtualenv to use version 1.9.1 from the official github repository. r=jgriffin
2014-03-05 23:22:29 +01:00
Joel Maher
4ed96fa135
Bug 979454 - manifest parser needs to support skip-if in the [default] section and || that with the skip-if from the [test] section. r=ted
2014-03-05 10:32:03 -05:00
Joel Maher
00ea367a93
Bug 971025 - move testing/mochitest/test/test_* to testing/mochitest/test/Harness_sanity. r=ted
...
--HG--
rename : testing/mochitest/tests/SpecialPowersLoadChromeScript.js => testing/mochitest/tests/Harness_sanity/SpecialPowersLoadChromeScript.js
rename : testing/mochitest/tests/file_SpecialPowersFrame1.html => testing/mochitest/tests/Harness_sanity/file_SpecialPowersFrame1.html
rename : testing/mochitest/tests/test_SimpleTestGetTestFileURL.html => testing/mochitest/tests/Harness_sanity/test_SimpleTestGetTestFileURL.html
rename : testing/mochitest/tests/test_SpecialPowersExtension.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersExtension.html
rename : testing/mochitest/tests/test_SpecialPowersExtension2.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersExtension2.html
rename : testing/mochitest/tests/test_SpecialPowersLoadChromeScript.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersLoadChromeScript.html
rename : testing/mochitest/tests/test_SpecialPowersPushPermissions.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersPushPermissions.html
rename : testing/mochitest/tests/test_SpecialPowersPushPrefEnv.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersPushPrefEnv.html
rename : testing/mochitest/tests/test_bug362788.xhtml => testing/mochitest/tests/Harness_sanity/test_bug362788.xhtml
rename : testing/mochitest/tests/test_bug816847.html => testing/mochitest/tests/Harness_sanity/test_bug816847.html
rename : testing/mochitest/tests/test_sanity.html => testing/mochitest/tests/Harness_sanity/test_sanity.html
rename : testing/mochitest/tests/test_sanityEventUtils.html => testing/mochitest/tests/Harness_sanity/test_sanityEventUtils.html
rename : testing/mochitest/tests/test_sanityException.html => testing/mochitest/tests/Harness_sanity/test_sanityException.html
rename : testing/mochitest/tests/test_sanityException2.html => testing/mochitest/tests/Harness_sanity/test_sanityException2.html
rename : testing/mochitest/tests/test_sanitySimpletest.html => testing/mochitest/tests/Harness_sanity/test_sanitySimpletest.html
rename : testing/mochitest/tests/test_sanityWindowSnapshot.html => testing/mochitest/tests/Harness_sanity/test_sanityWindowSnapshot.html
rename : testing/mochitest/tests/test_sanity_cleanup.html => testing/mochitest/tests/Harness_sanity/test_sanity_cleanup.html
rename : testing/mochitest/tests/test_sanity_cleanup2.html => testing/mochitest/tests/Harness_sanity/test_sanity_cleanup2.html
2014-03-05 10:32:02 -05:00
Andrew Halberstadt
529f7131d6
Bug 969146 - Pass MOZ_CRASHREPORTER_SHUTDOWN into b2g process, r=mdas
2014-03-05 09:08:54 -05:00
Carsten "Tomcat" Book
46a7d98005
merge b2g-inbound to mozilla-central
2014-03-05 13:24:51 +01:00
Ehsan Akhgari
17f4a32d8b
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Geoff Brown
a69a9cb1bf
Bug 936226 - Update test manifests for Android x86
2014-03-04 17:02:04 -07:00
Ryan VanderMeulen
2d472f8474
Bug 979446 - Disable dom/downloads tests on B2G for frequent timeouts.
2014-03-04 13:38:18 -05:00
Douglas Crosher
68870b98f0
Bug 979231 - DeviceManager ADB pushDir should take a timeout parameter and make use of it. r=dminor
2014-03-04 22:55:21 +11:00
Eddy Bruel
477b2d2f33
Bug 859372 - Refactor DevToolsUtils.js;r=past
2014-03-04 15:38:05 +01:00
Masayuki Nakano
991dd217bc
Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug
2014-03-04 22:48:28 +09:00
Andrew Halberstadt
b1dff3469e
Bug 967647 - Enforce an unbuffered stream by default in mozprocess, r=jgriffin
2014-03-03 15:16:54 -05:00
Benjamin Chen
679a21fa8a
Bug 969289 - Add new test_mediarecorder_record_gum_video_timeslice.html test case. r=jsmith
2014-02-18 11:11:18 +08:00
Ed Morley
30446e5cc4
Merge latest green inbound changeset and mozilla-central
2014-03-03 14:44:44 +00:00
Mark Hammond
2563b1b92e
Bug 935799 - Add mochitest-e10s-utils.js to help tests when run in an e10s environment. r=felipe,ted
2014-03-03 09:33:30 +11:00
Kearwood (Kip) Gilbert
8b44c4c637
Bug 687297 - Added Mochitest to verify that the per-presentation base minimum font size is propagated without being influenced by the language-specific global preference. r=dbaron
...
This test applies a large value to the font.minimum-size.ja preference, opens a new window, advances the url through an iso-8859-1 page, a Shift-JIS page, and back to an iso-8859-1 page. If the height of a div containing text on the first iso-8859-1 page and last iso-8859-1 page do not match, then the test is failed.
This test has been excluded from B2G Desktop Client tests due to bug 948948.
2014-02-26 16:01:38 -08:00
Ryan VanderMeulen
75c173e72a
Merge m-c to fx-team.
2014-02-28 16:10:17 -05:00
Jan de Mooij
5ae1515090
Bug 977921 - Override ASan malloc_context_size to save memory. r=decoder
...
--HG--
extra : rebase_source : 500882c214de079c1d493e21a9ee91c3da743226
2014-02-28 16:33:25 +01:00
Ryan VanderMeulen
bc6f7d9058
Merge m-c to inbound.
2014-02-28 10:15:57 -05:00
Dan Minor
d9815011e3
Bug 978066 - [mozcrash] Mozcrash check_for_java_exception function should take quiet parameter; r=wlach
2014-02-28 09:18:25 -05:00
Ryan VanderMeulen
8e1451ad9a
Merge m-c to b2g-inbound.
2014-02-27 17:34:25 -05:00
Andrew Halberstadt
06fdef4132
Bug 976120 - shell.js should respect crash reporting environment, r=fabrice
2014-02-27 16:36:00 -05:00
Brian Smith
bceb379d88
Bug 978111: Enable already-working PSM xpcshell tests on Android and B2G, r=cviecco
...
--HG--
extra : rebase_source : c14ef67870f2b40a3319e6bc8df0ddfe9dd222e3
2014-02-28 11:16:16 -08:00
Geoff Brown
424b67c72f
Bug 973601 - Allow xpcshell test chunks; r=ted
2014-02-28 14:58:35 -07:00
James Graham
8e6f253886
Bug 978108 - Update documentation for strucured logging. r=wlach
2014-02-27 19:04:45 +00:00
Andreas Tolfsen
4757cb31a4
Bug 970680 - Limit number of decimals used in TimeoutException. r=dburns
2014-02-28 16:41:03 -05:00
Simon Sapin
4ada4b1b26
Bug 975501 part 2: Add display:{inline-,}grid behind a pref, and a stub nsGridContainerFrame. r=dholbert
2014-02-26 23:45:29 -08:00
Andrew Halberstadt
29327d860a
Bug 974069 - Add manifest for running emulator-jb mochitests, r=ted
2014-02-28 15:24:37 -05:00
Tim Taubert
f5a0826158
Bug 975552 - Let the leak detector know about the preloaded customization tab r=bustage
2014-02-28 20:55:37 +01:00
Vicamo Yang
efa2c4786b
Bug 975359: add test cases for B2G orientation sensor. r=jgriffin, f=slee
2014-03-05 10:37:50 +08:00
Vaibhav Agarwal
bb9b55bec2
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-03-06 13:42:47 -05:00