Andreas Tolfsen
135734ed2d
Bug 1159238. Generate UUID internally to ContentSender
...
r=dburns
--HG--
extra : source : e24c86fa5a8c5abb6b51662b0f44b4bab480b1ed
2015-04-28 18:15:08 +01:00
Andreas Tolfsen
89570930a6
Bug 1159219: Make ContentSender a separate module
...
r=dburns
--HG--
extra : rebase_source : dd217232c478e94673ee416dd1d19ae5f37bce2a
extra : source : a0fa5dabf485fd6860e4dd150158f59da2ca6692
2015-04-28 14:25:37 +01:00
Ryan VanderMeulen
62c1b37f2f
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-04-28 16:03:15 -04:00
Chris Manchester
7d85508517
Bug 978846 - Add a file to the tree to tell mozharness what arguments from try are acceptable to pass on to the harness process.;r=ahal DONTBUILD
2015-04-28 11:18:27 -07:00
Andreas Tolfsen
34c27181b2
Bug 1157257: Include error's name if it's not a WebDriver error
...
When native JavaScript errors are thrown because of internal errors,
this will include the Error prototype's name in the message.
This is useful since the WebDriver protocol doesn't allow for arbitrary
JS error marshaling.
r=chmanchester
--HG--
extra : rebase_source : d1bd290b1df1acf6c3f67a7fcd7d1f71b7006477
2015-04-23 14:34:40 +01:00
Boris Zbarsky
4d0e24cedf
Bug 1161036 part 1. Stop setting the layout.css.font-loading-api.enabled preference to true in the test harness. r=heycam
...
--HG--
rename : layout/style/test/test_animations_async_tests.html => layout/style/test/file_animations_async_tests.html
2015-05-05 13:38:56 -04:00
Chris Manchester
7509c34631
Bug 1160650 - Bump mozharness revision to pick up recent changes.;r=armenzg
2015-05-05 10:03:16 -07:00
Patrick McManus
59fdf06bcd
Bug 1159944 - more alt-svc tests r=hurley
2015-04-30 20:53:20 -04:00
Wes Kocher
fa3603804d
Backed out changeset 4d85a02e9c28 (bug 1159743) under suspicion of breaking animation tests CLOSED TREE
2015-04-30 15:25:58 -07:00
Boris Zbarsky
eaa2b4b2c1
Bug 1159755. Stop forcing the media.eme.apiVisible preference to be true in our test harness. r=cpearce
2015-04-30 17:36:50 -04:00
Chris Manchester
17cb2cc298
Bug 1160164 - Run "all the tests" when invoking xpcshell's mach command with no arguments instead of passing "all" to the test resolver.;r=ahal DONTBUILD
2015-04-30 11:30:10 -07:00
John Ford
bdd9a37f50
Bug 1159158 - Switch emulator-ics-{opt,debug}, emulator-x86-kk, b2gtest-emulator over to new provisioner r=wcosta
2015-04-28 10:51:55 +02:00
Andreas Tolfsen
ee63bc61fa
Bug 1157253: Port ListenerProxy to use Proxy instead of __noSuchMethod__
...
r=chmanchester
--HG--
extra : rebase_source : 9a8a3e3528cb665519de1f986c48c67ac99c5445
2015-04-23 16:59:12 +01:00
Boris Zbarsky
5844aafa2d
Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles
...
--HG--
rename : dom/animation/test/css-animations/test_animation-cancel.html => dom/animation/test/css-animations/file_animation-cancel.html
rename : dom/animation/test/css-animations/test_animation-currenttime.html => dom/animation/test/css-animations/file_animation-currenttime.html
rename : dom/animation/test/css-animations/test_animation-finish.html => dom/animation/test/css-animations/file_animation-finish.html
rename : dom/animation/test/css-animations/test_animation-finished.html => dom/animation/test/css-animations/file_animation-finished.html
rename : dom/animation/test/css-animations/test_animation-pausing.html => dom/animation/test/css-animations/file_animation-pausing.html
rename : dom/animation/test/css-animations/test_animation-playstate.html => dom/animation/test/css-animations/file_animation-playstate.html
rename : dom/animation/test/css-animations/test_animation-ready.html => dom/animation/test/css-animations/file_animation-ready.html
rename : dom/animation/test/css-animations/test_animation-starttime.html => dom/animation/test/css-animations/file_animation-starttime.html
rename : dom/animation/test/css-animations/test_animations-dynamic-changes.html => dom/animation/test/css-animations/file_animations-dynamic-changes.html
rename : dom/animation/test/css-animations/test_effect-name.html => dom/animation/test/css-animations/file_effect-name.html
rename : dom/animation/test/css-animations/test_effect-target.html => dom/animation/test/css-animations/file_effect-target.html
rename : dom/animation/test/css-animations/test_element-get-animations.html => dom/animation/test/css-animations/file_element-get-animations.html
rename : dom/animation/test/css-transitions/test_animation-cancel.html => dom/animation/test/css-transitions/file_animation-cancel.html
rename : dom/animation/test/css-transitions/test_animation-currenttime.html => dom/animation/test/css-transitions/file_animation-currenttime.html
rename : dom/animation/test/css-transitions/test_animation-finished.html => dom/animation/test/css-transitions/file_animation-finished.html
rename : dom/animation/test/css-transitions/test_animation-pausing.html => dom/animation/test/css-transitions/file_animation-pausing.html
rename : dom/animation/test/css-transitions/test_animation-ready.html => dom/animation/test/css-transitions/file_animation-ready.html
rename : dom/animation/test/css-transitions/test_animation-starttime.html => dom/animation/test/css-transitions/file_animation-starttime.html
rename : dom/animation/test/css-transitions/test_effect-name.html => dom/animation/test/css-transitions/file_effect-name.html
rename : dom/animation/test/css-transitions/test_effect-target.html => dom/animation/test/css-transitions/file_effect-target.html
rename : dom/animation/test/css-transitions/test_element-get-animations.html => dom/animation/test/css-transitions/file_element-get-animations.html
rename : dom/animation/test/document-timeline/test_document-timeline.html => dom/animation/test/document-timeline/file_document-timeline.html
rename : dom/animation/test/mozilla/test_deferred_start.html => dom/animation/test/mozilla/file_deferred_start.html
rename : layout/style/test/test_animations_pausing.html => layout/style/test/file_animations_pausing.html
2015-04-30 14:25:03 -04:00
Boris Zbarsky
ecba4cbc0c
Bug 1159756. Stop forcing the media.mediasource.enabled preference to true and the media.mediasource.whitelist preference to false in the test harness. r=kinetik
2015-04-30 14:25:03 -04:00
Shane Tomlinson
6afb9dff14
Bug 1146904: Add the FxAccountsWebChannel to drive Sync
...
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
.../test/general/browser_fxa_web_channel.html | 2 +-
.../test/general/browser_fxa_web_channel.js | 131 +++++++++++----------
services/fxaccounts/tests/xpcshell/test_profile.js | 26 ----
3 files changed, 70 insertions(+), 89 deletions(-)
--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
2015-04-11 13:23:08 +01:00
Nick Alexander
c1f14290e2
Bug 1160324 - Handle missing robocopApk files in runtestsremote.py. r=gbrown
...
--HG--
extra : source : 7d8043298e133ab903b55ba9c8530b2ea28a3180
2015-04-30 14:28:14 -07:00
Matthew Noorenberghe
e0462894d4
Bug 1134507 - Implement infopanel to promote Reader View when first available. r=jaws/Gijs
...
Based on a patch by Jared Wein (:jaws).
--HG--
extra : rebase_source : fc9399a9acb2bb36831df1f5b99b3f9da02b1dbb
2015-04-30 13:43:47 -07:00
Nick Alexander
6337397a38
Bug 1160030 - Use TEST_HARNESS_FILES to install Robocop ini files. r=froydnj
...
--HG--
extra : rebase_source : 3f03344ba9613049033266e0a639dd66f3f6cc5b
2015-04-30 10:13:13 -07:00
Ryan VanderMeulen
2cb72a414d
Bug 1155238 - Bump mozharness.json to revision ca580fcfa627.
2015-04-30 14:17:41 -04:00
Brian O'Keefe
2a6275c310
Bug 978591 - Remove per-directory uses of MOZ_CHROME_FILE_FORMAT. r=glandium
...
--HG--
extra : rebase_source : 15031044bb2be11e69848ddebc3e40315dda3cb1
2015-04-23 18:43:06 -04:00
Dave Hunt
613906b8dc
Bug 1160087 - [moznetwork] Add command line interface. r=wlach
...
--HG--
extra : rebase_source : 71181891478fe3c64271435c3e728bb6fa030864
2015-04-30 02:33:00 -04:00
Mike Shal
27ce075b26
Bug 1159838 - Bump mozharness.json to revision 4d260376921f
2015-05-06 08:22:25 -04:00
Ben Kelly
34907347de
Bug 1161759 Remove stale wpt ini files for Cache API tests. r=jgraham
2015-05-06 09:36:14 -07:00
James Graham
ccc86bf574
Bug 1162090 - Update web-platform-tests expected data to revision 28de405307d9613052ccd1228be7888e109738a6, a=testonly
2015-05-06 17:32:13 +01:00
James Graham
a050a4615c
Bug 1162090 - Update web-platform-tests to revision 28de405307d9613052ccd1228be7888e109738a6, a=testonly
2015-05-06 17:32:13 +01:00
Nikhil Marathe
4c2d6784e1
Bug 1080109 - Clear ServiceWorkers when clearing history or forgetting about site. r=baku,ehsan
...
--HG--
extra : rebase_source : 41417b60ed6603d613b65cd7e96a5ba8121b05e5
2015-03-05 17:37:49 -08:00
Ehsan Akhgari
71f3e8945e
Bug 1162787 - Make the service worker periodic tests robust to the idle daily service firing its notification when the tests are being run; r=nsm
...
--HG--
extra : rebase_source : b78061a0cda67e426cdbbef7f89ca006c03a9158
2015-05-07 16:23:50 -07:00
Tooru Fujisawa
8f9bdad3d6
Bug 1162456 - Part 2: Use --format=automation instead of --tinderbox. r=sfink
2015-05-08 05:05:45 +09:00
Andrew Halberstadt
c4a62dc463
Bug 1162479 - Fix mochitest make target regression with duplicate extraProfilePath, r=chmanchester
...
--HG--
extra : rebase_source : 863a0354460e3f08aaa2584c60583fffbf2e7dc2
2015-05-07 14:38:43 -04:00
Jonathan Griffin
4b7cf76438
Bug 1161209 - Bump marionette-driver to 0.7, marionette-client to 0.13, r=AutomatedTester
2015-05-07 10:09:08 -07:00
Andreas Tolfsen
a1fe10492b
Bug 1155703: Correct Marionette to use NoSuchWindowError
...
FrameSendFailureError and FrameSendNotInitializedError are not compatible
with the W3C WebDriver specification and we should use NoSuchWindowError
instead.
Bug 1159674
has prepared Gaia for this change.
r=davehunt
--HG--
extra : rebase_source : 6fb5a2c0921d3fdbeb1749aee8296e7c40de4ead
extra : source : 02dfd2e12038460bb3c895c31951a85214e135e1
2015-04-29 12:00:43 +01:00
Jonathan Griffin
ab7fba2dea
Bug 1162115 - Bump mozdevice to 0.45, r=wlach
2015-05-07 08:42:51 -07:00
Tooru Fujisawa
e34cb84e15
Bug 1161410 - Part 2: Use --jitflags instead of --tbpl and --tbpl-debug. r=sfink
2015-05-08 00:28:55 +09:00
Andrew Halberstadt
7181fbfbb8
Bug 1162226 - Fix mach mochitest regression on b2g desktop builds, r=chmanchester
...
--HG--
extra : rebase_source : 8badf0e647c744cd5ad802385c6a13e3bbbe3e62
2015-05-06 16:44:01 -04:00
Hiroyuki Ikezoe
fc6e6e9d62
Bug 1150822 - Need ability to skip each test on a given conditions. r=ted
2015-04-27 20:39:00 +02:00
Mike Shal
9ba87cc97c
Bug 1122746 - Ignore *.pyc in zip instead of removing them; r=ted
2015-04-23 15:55:44 -04:00
Joel Maher
46eec45f4f
Bug 1157852 - Mochitest DevTools test directories run multiple times. r=ahal
2015-04-27 08:43:07 -04:00
Andreas Tolfsen
74a53a677c
Bug 1158219: Don't set `id' field if undefined when switching frame
...
When the `frame' argument is None, which it is by default, we were setting
the `id' field of the packet regardless. This only works because of a
faulty == operator comparison in the server.
r=jgriffin
--HG--
extra : rebase_source : cd490db0c8c18f68d4a91803daa833bc2f08631e
2015-04-24 17:55:22 +01:00
Andreas Tolfsen
24b67d6136
Bug 1157258: Fix null type comparisons in driver.js
...
r=davehunt
--HG--
extra : rebase_source : a42ce4451d399e8689c503224e21e503ddd0e720
2015-04-24 13:55:52 +01:00
Carsten "Tomcat" Book
596e5f9960
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Carsten "Tomcat" Book
107708af7c
merge mozilla-inbound to mozilla-central a=merge
2015-04-27 12:00:14 +02:00
jlal@mozilla.com
db6c7eb8d9
Bug 1149156 - Add support for long form of try flags r=garndt
...
--HG--
extra : rebase_source : 4353ca0e19dac2d33828756e2c8c7982fd295c2c
2015-04-24 14:32:23 -07:00
Andreas Tolfsen
9c89709503
Bug 1158113: Removing two straggling error codes from Marionette
...
r=davehunt
--HG--
extra : rebase_source : 0ba61719dcfa99e06f34626672cbbac91c69906f
2015-04-24 12:06:43 +01:00
Carsten "Tomcat" Book
847865a149
Merge mozilla-central to mozilla-inbound
2015-04-24 14:57:12 +02:00
Carsten "Tomcat" Book
cdf101ec43
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Carsten "Tomcat" Book
aa8f5278be
merge fx-team to mozilla-central a=merge
2015-04-24 14:24:46 +02:00
Dave Hunt
5a597a5e84
Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
2015-04-23 16:42:11 -07:00
Wes Kocher
84a6b2c6d2
Backed out changeset 619f030b0d23 (bug 1156812) for android m7 orange
2015-04-23 16:26:38 -07:00
Kai-Zhen Li
3963c3f788
Bug 1144463 - Correct execute permission of build-dolphin and update the cache path. r=wcosta
...
--HG--
extra : rebase_source : 925795198f0ba8a9d1c8b16b729580069650439b
2015-04-24 00:18:40 +08:00
Andreas Tolfsen
5ade32492f
Bug 1155658: Rename "illegal argument" error to "invalid argument"
...
r=chmanchester
--HG--
extra : rebase_source : b49c8bcaa30b470ae372182a83b6085ae94ddb7f
2015-04-17 18:43:05 +01:00
Andreas Tolfsen
cb82383649
Bug 1157665: Add mozrunner dependency to marionette_driver
...
Also bumps the version to 0.5.
r=davehunt
--HG--
extra : rebase_source : 71e92e750ee4a8a82fd6cb3f5a12a4018d0c1984
2015-04-23 13:11:31 +01:00
Nathan Froyd
7e539337cc
Bug 1155816 - part 1 - move NO_JS_MANIFEST to moz.build; r=mshal
2015-04-17 14:50:12 -04:00
Nathan Froyd
61d56a0566
Bug 1155816 - part 0 - remove NO_JS_MANIFEST from testing/mochitest/Makefile.in; r=mshal
...
The lone check for NO_JS_MANIFEST in rules.mk suggests that we need to
be looking at EXTRA_COMPONENTS/EXTRA_PP_COMPONENTS. But
testing/mochitest/ doesn't define either of those variables, so
NO_JS_MANIFEST is just taking up space in this instance.
2015-04-17 14:05:54 -04:00
Nathan Froyd
d264a57b76
Bug 1155776 - move USE_EXTENSION_MANIFEST to moz.build; r=mshal
2015-04-17 13:51:42 -04:00
Ryan VanderMeulen
6eee1dc356
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-04-24 16:07:47 -04:00
Ryan VanderMeulen
2874ac15cb
Merge m-c to fx-team. a=merge
2015-04-23 17:25:20 -04:00
Armen Zambrano Gasparnian
9758a1120d
Bug 1155743 - Change how mozinstall extracts installers, skip tests, remove firefox.exe & release version 1.12. r=ahal
2015-04-23 11:03:01 -04:00
Carsten "Tomcat" Book
20f04c6b64
merge fx-team to mozilla-central with the correct cset a=merge
2015-04-23 15:48:43 +02:00
Carsten "Tomcat" Book
ad1045aa02
merge mozilla-inbound to mozilla-central a=merge
2015-04-23 15:41:03 +02:00
Carsten "Tomcat" Book
30b01a14e8
Backed out changeset f99621542727 (bug 1038068) for test failures in test_corrupt.js etc on a CLOSED TREE
2015-04-23 09:09:30 +02:00
Boris Zbarsky
e709508cfd
Bug 1157487. Make the error reporting in SimpleTest.monitorConsole better. r=jmaher
2015-04-22 23:50:48 -04:00
Wes Kocher
b43e5283da
Merge m-c to fx-team a=merge
2015-04-22 17:27:15 -07:00
Wes Kocher
5b2b80e960
Backed out changeset cc61b087dfb1 (bug 1145680) for possibly breaking gij(8) CLOSED TREE
2015-04-22 15:56:50 -07:00
James Graham
ce84bb0e7e
Bug 1157218 - Update web-platform-tests expected data to revision 20aef05e164be1ccbbd8f66192f01e778b5e5c18, a=testonly
2015-04-22 17:33:49 +01:00
James Graham
1e1bec5c20
Bug 1157218 - Update to latest wptrunner, a=testonly
2015-04-22 17:33:48 +01:00
James Graham
ff8ed55e99
Bug 1157218 - Update web-platform-tests to revision 20aef05e164be1ccbbd8f66192f01e778b5e5c18, a=testonly
...
--HG--
rename : testing/web-platform/tests/tools/lint/lint.whitelist => testing/web-platform/tests/lint.whitelist
2015-04-22 17:33:48 +01:00
Dave Hunt
50a24b743c
Bug 1145680 - [mozbase] Add reboot, move, copy, and info methods to adb.py. r=bclary
...
--HG--
extra : rebase_source : 8f0bc3eb740309f067fbc3a5718c1f873e2fb025
2015-04-21 07:40:00 -04:00
Dave Townsend
2fb50ac667
Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
...
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
extra : amend_source : 4aa3ae86e2afc75529e880ab962c67163405248b
2015-03-31 11:32:40 -07:00
Chris Manchester
595b328eb3
Bug 1157823 - Update dependency to reflect that the marionette client requires a more recent mozhttpd. r=ato
...
--HG--
extra : rebase_source : 78eaacf35f6d42f6996d66b1798dee4b4e8c576f
2015-04-23 11:08:34 -07:00
Chris Manchester
b09cb9f838
Bug 1157261 - Fix typo in reference to curFrame in marionette listener. r=ato
...
--HG--
extra : rebase_source : 8f002e097376b653d44fed2446f4539fd7865999
2015-04-22 10:22:26 -07:00
Dave Hunt
1c0acb181c
Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
...
--HG--
extra : rebase_source : daf38979980ab04f207953dbd682a1b7639f8842
2015-04-22 11:02:00 -04:00
Kartikaya Gupta
cd5b55f8d6
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Wes Kocher
9adc1fecb8
Backed out changeset 3b48e1a81a17 (bug 1038068) for xpcshell orange even after a clobbering IGNORE IDL
...
--HG--
extra : amend_source : 086173e953ae46aa2292993601380ab04884b1ac
2015-04-21 18:21:52 -07:00
Wes Kocher
1c8090ed35
Merge m-c to fx-team a=merge
2015-04-21 15:39:12 -07:00
Wes Kocher
b6e78e87bc
Merge b2ginbound to m-c a=merge
2015-04-21 15:31:59 -07:00
Wes Kocher
687641fa14
Merge inbound to m-c a=merge
2015-04-21 15:23:57 -07:00
Andrew Halberstadt
539f792e9e
Bug 1156781 - Pass --symbols-path into Mulet reftests, r=gerard-majax
...
--HG--
extra : rebase_source : 74556eed32a2f716b6afd31c4c843844d5c4b50e
2015-04-21 10:10:26 -04:00
Andrew Osmond
c2ac43657f
Bug 1155919 - Fix how B2G desktop mochitests would fail to run. r=ahalberstadt
2015-04-17 19:19:28 -04:00
Alexandre Poirot
d16ebcff44
Bug 1145049 - Fix exception when using SimpleTest.expectUncaughtException. r=ted
2015-04-18 09:39:07 +02:00
Andreas Tolfsen
7c51ddf2e5
Bug 1154681: Use static lookups in errors.py
...
r=jgraham
--HG--
extra : rebase_source : 722c91dc3060e92f34eb3a6070911ee62343d9ed
2015-04-21 12:26:39 +01:00
Georg Fritzsche
6e361d8781
Bug 885389 - Add test coverage for do_get_profile() observer notifications. r=ted
2015-04-21 16:30:37 +02:00
Georg Fritzsche
3dd8b71099
Bug 885389 - Make do_get_profile() optionally fire profile-after-change on completion. r=ted
2015-04-21 16:30:36 +02:00
Carsten "Tomcat" Book
a2fffe9d30
Backed out changeset 9947bd361636 (bug 945729) for wpt test failures
2015-04-21 16:01:40 +02:00
Chris Manchester
083cf8231a
Bug 1083131
- Always remove a profile created by marionette when the runner shuts down. r=ato
...
--HG--
extra : rebase_source : 80e69db64e682c1e9eeecbb3c3b7e7efda2091ef
2015-04-16 18:04:24 -07:00
Joel Maher
01984ffa12
Bug 1156698 - update talos to pick up xperf fixes. r=wlach
2015-04-21 08:56:36 -04:00
Andreas Tolfsen
4916729cb0
Bug 945729: Replace error number codes with strings
...
Brings Marionette closer to compliance with the W3C WebDriver standard
which prescribes that errors should be identified by a string rather
than a magic number.
r=dburns
--HG--
extra : rebase_source : cde9ecded568fb17c46cd5940ec2241cd4446aaf
extra : source : 2b691bf191db1a83ae489116649602a74e64007a
2015-04-08 19:02:34 +01:00
Andreas Tolfsen
86e4115d5b
Bug 1154691: Align Marionette with WebDriver errors
...
Adds `invalid selector' and `invalid session id' errors to the server,
and aligns the exceptions in the Python client with those in the server.
Some of the exceptions are not in use yet and consequently do not carry
a `code` property. This is fine because it makes us future-proof when
the server starts using them.
r=dburns
--HG--
extra : source : cc8eb386f147893aaf867797eb9f3c6d8fd0925a
2015-04-15 13:38:01 +01:00
Andreas Tolfsen
ddcb607014
Bug 1153832: New dispatch style framework in Marionette listener
...
Takes advantage of the new dispatching technique introduced in bug
1107706 on the content side.
The patch introduces the framework to write simpler command handlers
in content space, but does not convert all commands in listener.js to
use this. This can be done gradually, as both techniques are still
compatible.
r=dburns
--HG--
extra : source : 043a824dd7b749192a8c7ec3f1a8d3ba4d2619d0
2015-04-15 12:18:00 +01:00
Andreas Tolfsen
92c53b47b9
Bug 1155260: Fix base URL override in Marionette runner
...
Fixes regression from bug 941085, and bumps marionette_client to 0.11.
r=davehunt
--HG--
extra : rebase_source : a38ef00252e3ef08d5b9422946779e182a69a2ac
2015-04-20 11:22:00 +01:00
Carsten "Tomcat" Book
7b850aae63
Backed out changeset 0b28f5ff48a6 (bug 1153832) for suspicion of making dt Asan test fail frequent/permanently
...
--HG--
extra : rebase_source : ccb49ee30e924bd7e30d997cd4204a1c8da8bdc4
2015-04-20 14:37:12 +02:00
Carsten "Tomcat" Book
e132e2f5f8
Backed out changeset 330f6df11b2f (bug 1154691)
...
--HG--
extra : rebase_source : 159f38e7ad75e958349fcb7a0260e30d3ccb920f
2015-04-20 14:36:17 +02:00
Andreas Tolfsen
17c3962134
Bug 1154691: Align Marionette with WebDriver errors
...
Adds `invalid selector' and `invalid session id' errors to the server,
and aligns the exceptions in the Python client with those in the server.
Some of the exceptions are not in use yet and consequently do not carry
a `code` property. This is fine because it makes us future-proof when
the server starts using them.
r=dburns
--HG--
extra : source : cc8eb386f147893aaf867797eb9f3c6d8fd0925a
2015-04-15 13:38:01 +01:00
James Graham
c8536200a3
Bug 1154691 - Update wptrunner to remove old exception type, a=testonly
2015-04-20 12:40:16 +01:00
Ehsan Akhgari
012acdd1fe
Bug 1154679
- Part 3: Remove is_loosely; r=Ms2ger
2015-04-18 19:10:53 -04:00
Dave Townsend
f4b5328e0d
Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). IGNORE IDL. r=dveditz
...
--HG--
extra : rebase_source : a48282c6b3f10391e9492d4f0a89cef8697ea622
extra : amend_source : 17c0645d0577dad789b2d9b4879459327fcef1f7
2015-03-31 11:32:40 -07:00
Dave Townsend
7b5d12ad46
Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
...
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
2015-03-31 11:32:40 -07:00
Carsten "Tomcat" Book
d9746cf0aa
Merge mozilla-central to fx-team
2015-04-24 15:01:23 +02:00
Tim Taubert
78e5b73e9f
Bug 1134518 - Use the globalMM for ContentTask's frame script to prevent it from being loaded twice into a docShell swapped to another browser window r=bustage
2015-04-24 11:06:27 +02:00
Tim Taubert
17a502b1e0
Bug 1134518 - Add test to ensure we don't lose shistory entries when switching a browser's remoteness r=Mossop
2015-04-23 15:42:55 +02:00
Ehsan Akhgari
8c4b896b0c
Bug 1154325 - Disable all DOM Cache web-platform-tests until the intermittent failures have been fixed
...
Landed on a CLOSED TREE
--HG--
rename : testing/web-platform/meta/service-workers/cache-storage/serviceworker/cache-add.https.html.ini => testing/web-platform/meta/service-workers/cache-storage/common.https.html.ini
2015-04-17 18:11:48 -04:00
Ryan VanderMeulen
ddc7b9bff4
Backed out changeset c7eea3e8f98a (bug 1154691) for Windows w-p-t failures.
...
CLOSED TREE
2015-04-17 17:55:08 -04:00
Ehsan Akhgari
36e1a85be8
Bug 1154325 - Disable the cache-storage-keys.https.html test in the worker and service worker contexts as well
...
Landed on a CLOSED TREE
2015-04-17 16:47:55 -04:00
Ryan VanderMeulen
dd1120e715
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-04-17 16:11:58 -04:00
Ryan VanderMeulen
86aee22968
Merge inbound to m-c. a=merge
...
--HG--
rename : toolkit/modules/tests/browser/browser_AddonWatcher.js => toolkit/components/perfmonitoring/tests/browser/browser_AddonWatcher.js
2015-04-17 15:44:37 -04:00
Ehsan Akhgari
e070e4b42c
Bug 1154325 - Disable /service-workers/cache-storage/window/cache-storage-keys.https.html for now
...
Landed on a CLOSED TREE
2015-04-17 15:06:18 -04:00
Ryan VanderMeulen
1b494098ff
Merge m-c to b2g-inbound. a=merge
2015-04-17 12:07:33 -04:00
Ryan VanderMeulen
968f5ffbab
Merge m-c to inbound. a=merge
...
CLOSED TREE
--HG--
extra : amend_source : 5020aec8ae8f6b9692ab02559c18ef1945f6ea86
2015-04-17 12:06:28 -04:00
Mike Shal
b494a10b82
Bug 1152031 - Bump mozharness.json to 23dee28169d6; a=RyanVM
2015-04-17 12:02:29 -04:00
Carsten "Tomcat" Book
0982387c3b
Merge mozilla-central to b2g-inbound on a CLOSED TREE
2015-04-17 16:46:50 +02:00
Carsten Tomcat Book
9679c4bf8e
Bug 1155679 - "mozharness update to ref 4f1cf3369955" on a CLOSED TREE . r=ryanvm a=sheriffduty-me
2015-04-17 07:31:00 +02:00
Ryan VanderMeulen
96f0034585
Merge inbound to m-c. a=merge
2015-04-16 16:18:13 -04:00
Ryan VanderMeulen
a08d886394
Backed out changeset 5c83a36d9eba (bug 1153832) for Gip(a) failures.
...
CLOSED TREE
2015-04-16 12:20:48 -04:00
Carsten "Tomcat" Book
b79fa6d217
Merge mozilla-central to fx-team
2015-04-16 12:49:21 +02:00
Valentin Gosu
f2c9e3a737
Bug 1149913 - Disable bug 1093611. Set pref dom.url.encode_decode_hash to true r=honzab
2015-04-16 05:25:10 +03:00
Ehsan Akhgari
d89cd18a00
Bug 1149987 follow-up: Disable the broken WPT tests completely because I can't figure out how to disable just the failing tests
...
Landed on a CLOSED TREE
2015-04-15 18:43:00 -04:00
Boris Zbarsky
40117e1eef
Bug 1154878 another followup. Update wpt tests to not expect navigator.taintEnabled() in workers, because we still have a CLOSED TREE
2015-04-15 18:18:29 -04:00
Edgar Chen
d63ce914f4
Bug 1155029 - [mozrunner] get device log from both main buffer and radio buffer. r=ahal
2015-04-15 17:10:09 +08:00
Marco Bonardo
eb8d30f87a
Bug 1154294 - write a test for IE cookies migration. r=Gijs
2015-04-16 10:16:19 +02:00
Boris Zbarsky
7215aa0bbb
Add some bug annotations to a few of the web platform tests ini files. No bug, rs=jgraham
2015-04-15 16:36:47 -04:00
Boris Zbarsky
7718bf2181
Bug 1154878. Stop exposing navigator.tainteEnabled in workers. r=ehsan
2015-04-15 16:33:06 -04:00
Boris Zbarsky
37e96c22d5
Bug 1154812
. Fix location.pathname to return the right thing in workers. r=baku
2015-04-15 16:32:53 -04:00
Ehsan Akhgari
cdb1485385
Bug 1149987 follow-up: Disable the broken WPT tests completely because I can't figure out how to disable just the failing tests
...
Landed on a CLOSED TREE
--HG--
extra : rebase_source : 8c93c6783bcd64a183001ccd7d5052cd232bfdbf
extra : source : f652682efd548139d3ba978d1cb3e64fe7234759
2015-04-15 18:40:38 -04:00
James Graham
3c62ff5797
Bug 1154761 - Disable crash dialogs that interfere with debugging in mozrunner, r=ted
2015-04-15 20:06:55 +01:00
Ryan VanderMeulen
6824492e5c
Backed out changeset 043a824dd7b7 (bug 1153832) for mass Mn failure.
...
CLOSED TREE
2015-04-15 12:58:51 -04:00
Andreas Tolfsen
001f9b3793
Bug 1153832: New dispatch style framework in Marionette listener
...
Takes advantage of the new dispatching technique introduced in bug
1107706 on the content side.
The patch introduces the framework to write simpler command handlers
in content space, but does not convert all commands in listener.js to
use this. This can be done gradually, as both techniques are still
compatible.
r=dburns
--HG--
extra : rebase_source : 43ef240735099221cbbddb753eaf9e2802a4de1d
2015-04-15 12:18:00 +01:00
Ryan VanderMeulen
5d36f17a50
Bug 1154434
- Bump mozharness.json to revision 4567c42063b7. a=me
2015-04-15 11:03:41 -04:00
Carsten "Tomcat" Book
40ae721556
merge mozilla-inbound to mozilla-central a=merge
2015-04-15 14:28:05 +02:00
Junior Hsu
35f5826c5e
Bug 1153063 - turn on logging for debug in test_tcp_control_channel.js. r=fabrice
...
--HG--
extra : rebase_source : 59a826e0518e373680e2062cce45ffa1caa6bce7
2015-04-15 11:01:02 +08:00
Wander Lairson Costa
2920c1b952
Bug 1134226: Add lightsaber nightly builds.
2015-04-14 20:16:01 -03:00
Ryan VanderMeulen
49e688766a
Merge fx-team to m-c. a=merge
2015-04-14 16:22:54 -04:00
Ryan VanderMeulen
40b9880ce0
Merge b2g-inbound to m-c. a=merge
2015-04-14 16:14:45 -04:00
Ryan VanderMeulen
16c36d245d
Merge inbound to m-c. a=merge
2015-04-14 16:01:51 -04:00
Jordan Lund
2d03e67eb1
No Bug - bump mozharness.json to rev ed7cbf080ee6, r=mshal, a=testing
2015-04-14 11:42:38 -07:00
Ryan VanderMeulen
4fa8326641
Backed out 3 changesets (bug 1137252) for suspicion of causing frequent B2G mochitest timeouts.
...
Backed out changeset bbb1b526cb56 (bug 1137252)
Backed out changeset 0c3d670f0c14 (bug 1137252)
Backed out changeset 1e0fa4ab7c6f (bug 1137252)
CLOSED TREE
2015-04-14 13:33:28 -04:00
jlal@mozilla.com
bfa0897aef
Bug 1154358 - Add mulet reftests to all branches r=me
...
--HG--
extra : rebase_source : 9ea5277cb672407cfa4fa20efc2c95c9d8b15162
2015-04-14 10:16:44 -07:00
Ryan VanderMeulen
612dc2a6ee
Merge inbound to m-c. a=merge
2015-04-14 10:06:03 -04:00
Alexandre Lissy
5c644a77dd
Bug 1150579 - Switch Mulet reftests ON. r=lightsofapollo
2015-04-14 06:34:00 -04:00
Carsten "Tomcat" Book
6b53afcce7
Backed out changeset f3e21cdfa1fc (bug 1153413) for causing regression like Bug 1153851
...
--HG--
extra : rebase_source : 8f8d52fe0c3a64403fea0b859fb671066a480e85
2015-04-14 09:13:44 +02:00
Tooru Fujisawa
f286c1c595
Bug 1147700 - Part 2: Do not overwrite dataTransfer in ChromeUtils.synthesizeDrop if dragData is null. r=enndeakin
2015-04-14 13:07:59 +09:00
Tooru Fujisawa
dc525cc40f
Bug 1147700 - Part 1: Add aDragEvent parameter to ChromeUtils.synthesizeDrop to modify DragEvent, and set default position to center of destElement. r=enndeakin
2015-04-14 13:07:57 +09:00
Wes Kocher
5e9e8610ab
Merge central to b2ginbound a=merge
2015-04-13 17:28:59 -07:00
Wes Kocher
381ed5c1ba
Merge inbound to m-c a=merge
2015-04-13 17:13:10 -07:00
Hiroyuki Ikezoe
66b928b10a
Bug 1154111 - Colorize SKIP in test logs. r=jgraham
...
--HG--
extra : rebase_source : ca0862950be526bda05711c369cef38b0d2a516c
2015-04-13 23:18:00 +02:00
Georg Fritzsche
3bb6a9ea3f
Bug 1150134 - Part 3: Avoid hitting the network from Telemetry for xpcshell tests. r=yoric
2015-04-14 16:49:57 +02:00
Carsten "Tomcat" Book
20190f1298
Backed out changeset 82f7795a806b (bug 1110485)
2015-04-15 09:54:42 +02:00
Bill McCloskey
3c8a068364
Bug 1138520 - Diagnostic patch for shutdown hangs (r=jchen)
2015-04-14 18:58:58 -07:00
Martijn Wargers
8e9f70d6ca
Bug 970728 - Intermittent test_bug344861.html - b2g_start_script.js part. r=jgriffin
2015-04-10 12:34:52 +02:00
Carsten "Tomcat" Book
4c39a7340a
Backed out changeset 2507a02fae1a (bug 1153521) for frequent test failures in cache-add.https.html
2015-04-12 11:33:04 +02:00
Carsten "Tomcat" Book
6cb3868c1d
Backed out changeset df28be3a3afc (bug 1153521)
2015-04-12 11:32:28 +02:00