Граф коммитов

9901 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda 39b2d1946d Back out 3 changesets (bug 1232082) for causing a variety of Android webrtc failures including causing bug 1239200
CLOSED TREE

Backed out changeset 1c8afc8ea1c1 (bug 1232082)
Backed out changeset d8ec4008871e (bug 1232082)
Backed out changeset fa3363702d51 (bug 1232082)
2016-01-12 22:33:17 -08:00
Xidorn Quan 632243831d Bug 1174323 part 1 - Add nsDOMWindowUtils::SendNativeMouseMove and EventUtils.sendNativeMouseMove. r=smaug
--HG--
extra : rebase_source : e5fcc1be763d47dfed778edd840461bba48280b4
extra : source : b194e86b4b29edef1186c529c53e8c6270dd60e2
2016-01-13 10:29:09 +11:00
Dave Townsend a1a44cb784 Bug 1229588: Add a taskcluster test for eslint. r=dustin
Adds a new lint docker image for linting tools and adds an eslint-gecko task
that uses it to run eslint over the tree.

--HG--
extra : rebase_source : 6e3584ae9ec05ca1c45270f312d96cd026550e17
2016-01-06 13:33:30 -08:00
Henrik Skupin 535eb88718 Bug 1238014 - Improve code of firefox-ui-tests module based on marionette.py. r=ahal DONTBUILD 2016-01-12 22:57:03 +01:00
Armen Zambrano Gasparnian b748ff7797 Bug 1233716 - Set self.minidump_stackwalk_path if specified in the configs. r=jlund
--HG--
extra : rebase_source : 1673dcd917f8813f40dd5eea62ae29b4f34a04aa
2015-12-18 09:57:20 -05:00
Armen Zambrano Gasparnian 57b38ecb9f Bug 1235892 - For desktop-test instances use xsession instead of gnome-session. r=dustin
For Linux64 debug test jobs running on TaskCluster we have been using gnome-session, however,
this differs from how we run things on the Buildbot AMIs where we use xsession instead.

This does not add many changes on test results but mainly help us have a closer set-up to
Buildbot's and possibly have a better VNC experience (jmaher reported some issues with gnome-session).

--HG--
extra : rebase_source : 03ffc1a277381ae7b3752ae93dbe86dcd4dcd2c8
2016-01-04 16:46:38 -05:00
Chris Manchester 89c245af6b Bug 992983 - Build and upload the gtest libxul during test packaging. r=ted
--HG--
extra : commitid : EH7XMBkAkta
2015-07-16 16:52:31 -07:00
Jan-Ivar Bruaroey b3526e95e1 Bug 1232082 - add pc.ontrack and RTCTrackEvent r=jesup,smaug
--HG--
extra : rebase_source : fea25f937aca628960e665d9655c60806dd7e7f5
2016-01-12 15:09:01 -05:00
Chris Cooper 772ea23658 Bug 1236951 - New mozharness script for desktop partner repacks, and associated config files, NPOTB DONTBUILD - r=jlund 2016-01-12 14:56:14 -05:00
Andrea Marchesini d4b954e4fa Bug 1238515 - nsIFilePicker methods should clearly say when they return directories and files, r=smaug 2016-01-12 19:18:15 +00:00
Yura Zenevich c2c8661a70 Bug 1237698 - adding support for switch to frame inside anonymous content. r=automatedtester 2016-01-12 14:14:05 -05:00
Andreas Tolfsen 0ecfbbcd7b Bug 1221187: testing/marionette/client: Explicitly define --version flag; r=automatedtester
Passing the version keyword to argparse's constructor implicitly adds
-v and --version flags that conflicts with the -v/--verbose flag that
is added in BaseMarionetteArguments.

This removes -v as an alias to --version, which unbreaks testing on try
because it uses runtests.py.

It's perhaps worth mentioning that try uses runtests.py because it does
not (yet) have a full checkout of the source when it runs the tests.

--HG--
extra : rebase_source : 39ce70480c06268c9c7d49ef707514c817dbf922
2016-01-06 16:53:35 +00:00
Andreas Tolfsen 522c335953 Bug 1221187: testing/marionette: Adjust log levels to match new defaults; r=automatedtester
--HG--
extra : rebase_source : e8abfc0bfed9d74f90ba5f758a74ebbdd4da3605
2016-01-03 17:19:59 +00:00
Andreas Tolfsen 3f1a51fad7 Bug 1221187: testing/marionette/client: Add -v flag for trace logging output; r=automatedtester
Adds -v and --verbose flags to the `./mach marionette-test` command to
increase the verbosity of the Marionette logging output.

A single -v corresponds to Log.Level.Debug and above.  A double -vv
or more corresponds to Log.Level.Trace and above.

--HG--
extra : rebase_source : 68fd4ff830447247a2d89fc7b2c398248cbfa186
2016-01-01 13:56:20 +00:00
Andreas Tolfsen 54dd561ad2 Bug 1221187: testing/marionette: Set log level from preference; r=automatedtester
This change allows the logging level for Marionette to be set using
a preference.  This lets an out-of-process program control Marionette's
logging level.

It also changes the logging defaults to print log messages with the level
Log.Level.Info and above for optimised builds, and Log.Level.Trace
and above for non-optimised/debug builds.

The log level can be set through the marionette.logging preference.
It holds a string value that needs to correspond to a level defined in
toolkit/modules/Log.jsm's Log.Level enum.

--HG--
extra : rebase_source : ef1cba2e26c3ad002bb1c28dac5654b68d02cb8f
2016-01-02 15:08:54 +00:00
Till Schneidereit 5933177f28 Bug 1101817 - Part 4: Remove WeakMap.prototype.clear from web-platform test. r=Ms2ger
--HG--
extra : rebase_source : 80809ba265380a6478eb66c961109e8513d41487
2016-01-04 13:06:55 +01:00
Olivier Yiptong e9b515f263 Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc
--HG--
extra : rebase_source : 6280fdc5cdad7c122e4ce71e809d812f8e75386f
2016-01-11 20:30:13 -05:00
Armen Zambrano Gasparnian aa987b66a2 Bug 1238948 - Switch TC Linux64 debug mochitests to 8 chunks. r=jmaher
--HG--
extra : rebase_source : 256983b5b3da748afe7fe23f6cb7132596dfdc18
2016-01-11 17:04:34 -05:00
Julien Pagès c6fd260e95 Bug 1236467 - [mozdevice] raise exception when missing devices access permissions. r=ahal
Also bump the version to 0.48.

--HG--
extra : rebase_source : a79be8684a51a529a6b163c9bac378a199ab6961
2016-01-04 16:29:36 +01:00
Andreas Tolfsen 5fce4f1216 Bug 1231660 - Log raw packet instead of stringified messages in Marionette server; r=automatedtester
Implementors and users find it better if we log the actual sent
and received packets, rather than a stringification of the messages
representing them.

--HG--
extra : rebase_source : 3a3137511cdd2f7e4fa7890b593db14e684b5a89
2016-01-08 16:01:07 +00:00
Carsten "Tomcat" Book de28b5128f Backed out changeset b5e8cd00d7ef (bug 1238515) for Android Test failures
--HG--
extra : rebase_source : d7883a0923a22c676f26946ab8950a9bf01490a9
2016-01-12 14:15:08 +01:00
Carsten "Tomcat" Book 0f1d4e6541 Merge mozilla-central to mozilla-inbound 2016-01-12 11:56:10 +01:00
Carsten "Tomcat" Book c2a8d865ec merge mozilla-inbound to mozilla-central a=merge 2016-01-12 11:54:38 +01:00
Andrea Marchesini 923de404a2 Bug 1238515 - nsIFilePicker methods should clearly say when they return directories and files, r=smaug 2016-01-12 10:23:13 +00:00
nhirata 8892ea8f08 Bug 1237330 - mulet for 2.5 linux 64 build. r=garndt 2016-01-11 11:50:00 +01:00
Alessio Placitelli 90ac94e427 Bug 1234526 - Remove unused healthreporter prefs. r=gfritzsche
--HG--
rename : services/healthreport/healthreport-prefs.js => toolkit/components/telemetry/healthreport-prefs.js
2016-01-05 06:41:00 +01:00
Carsten "Tomcat" Book 5557ee2e1a merge mozilla-inbound to mozilla-central a=merge 2016-01-11 12:13:10 +01:00
Phil Ringnalda d165b54b01 Merge m-c to m-i 2016-01-10 15:49:15 -08:00
Phil Ringnalda e3c6e3b2d4 Merge f-t to m-c, a=merge 2016-01-10 15:39:55 -08:00
Philipp Kewisch 1f1671ee48 Bug 1192533 - Allow running only one test via add_task.only() or skipping via add_task.skip(). r=ted 2016-01-10 16:40:12 +01:00
Bob Clary 5a470be233 Bug 1237465 - Work around Android 5.1+ permission restrictions by changing pushed directory permissions to rwx, r=gbrown. 2016-01-09 15:40:17 -08:00
Yury Delendik 8e78cac4b3 Bug 1230148 - Import and uplift streams spec wpt tests. r=bkelly
--HG--
extra : rebase_source : 6f4882bfccef2bb2c479809ed9d5163a660bbb45
2016-01-07 09:54:56 -06:00
Phil Ringnalda 542a3fabcb Merge f-t to m-c, a=merge 2016-01-09 11:44:32 -08:00
Phil Ringnalda c06c10601b Back out 8 changesets (bug 1235345, bug 1234526, bug 1234522, bug 1237700) for OS X 10.10 debug xpcshell timeouts in test_ocsp_stapling.js and test_ocsp_stapling_expired.js
CLOSED TREE

Backed out changeset f26c050a39a1 (bug 1235345)
Backed out changeset c7689b72d3fa (bug 1234526)
Backed out changeset 3124025d1147 (bug 1234526)
Backed out changeset 096d46bdaf86 (bug 1234526)
Backed out changeset 96e0326e7985 (bug 1234522)
Backed out changeset c3b6bf176f86 (bug 1234522)
Backed out changeset 3e7dc6d87325 (bug 1234522)
Backed out changeset f6447d37d113 (bug 1237700)

--HG--
rename : toolkit/components/telemetry/datareporting-prefs.js => services/datareporting/datareporting-prefs.js
rename : toolkit/components/telemetry/docs/fhr/architecture.rst => services/healthreport/docs/architecture.rst
rename : toolkit/components/telemetry/docs/fhr/dataformat.rst => services/healthreport/docs/dataformat.rst
rename : toolkit/components/telemetry/docs/fhr/identifiers.rst => services/healthreport/docs/identifiers.rst
rename : toolkit/components/telemetry/docs/fhr/index.rst => services/healthreport/docs/index.rst
rename : toolkit/components/telemetry/healthreport-prefs.js => services/healthreport/healthreport-prefs.js
2016-01-08 20:25:27 -08:00
Ehsan Akhgari cddea9ec89 Bug 1236933 - Return null from FetchEvent.clientId for non-subresource network requests; r=bkelly 2016-01-08 21:53:37 -05:00
Henrik Skupin 9ac478d9ae Bug 1237600 - Ensure Python packages for firefox-ui-tests are installed from in-tree. r=jlund 2016-01-08 23:04:29 +01:00
Ralph Giles 1d819221b9 Bug 1237740 - Fix build.sh error message typo. r=wcosta DONTBUILD 2016-01-07 12:41:00 -08:00
Daniel Holbert 6d9ec49d05 Bug 1237720: Put "-webkit-min-device-pixel-ratio"/"-webkit-max-device-pixel-ratio" behind its own disabled pref. r=heycam 2016-01-08 12:47:44 -08:00
Ehsan Akhgari ec2c39ef0c Bug 1142768 - Return the original document URI from ServiceWorkerClient.url; r=bkelly 2016-01-08 14:16:47 -05:00
Robert Strong 0843ecb777 Bug 1237879 - Add missing NSIS paths to test harness python scripts and remove obsolete NSIS paths. r=bhearsum 2016-01-08 07:00:44 -08:00
Geoff Brown 9ed0aec6d7 Bug 1136634 - Update libEGL in Android 4.3 avd and enable some telemetry xpcshell tests; r=me 2016-01-08 09:15:06 -07:00
Ted Mielczarek be2aec1bcf bug 1238009 - in-tree tasks should link their source to the yml file they were generated from. r=dustin
--HG--
extra : rebase_source : d2903aaba85423f5be4658242255b618dbbb86b6
2016-01-08 10:34:25 -05:00
Carsten "Tomcat" Book d82980ac65 Merge mozilla-central to mozilla-inbound on a CLOSED TREE
--HG--
extra : amend_source : f36b57ad286dea1bd9bce4cf5ce086cf4ddf9ba3
2016-01-08 15:22:39 +01:00
Carsten "Tomcat" Book 4475cf4882 Backed out changeset b7902e452e9d (bug 1235892) for fixing mulet mochitests bustage on a CLOSED TREE 2016-01-08 15:21:17 +01:00
Tim Nguyen 6fd5733c1f Bug 1235953 - Refactor responsive mode tests to use add_task to not use CPOWs and make sure they all wait for the off event. r=ochameau
--HG--
extra : transplant_source : %E2%A7%C4%C5Z%1B%9B%ED%F6%AC%A7%AD%22%BE%60/%84%2C%1B%96
2016-01-07 23:18:56 +01:00
Chris Peterson 3fee84300a Bug 1235238 - Remove unnecessary switch fallthrough to fix -Wimplicit-fallthrough warning in ssltunnel. r=mayhemer
testing/mochitest/ssltunnel/ssltunnel.cpp:1387:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:17:50 -08:00
Alessio Placitelli d0d2e33dc9 Bug 1234526 - Remove unused healthreporter prefs. r=gfritzsche
--HG--
rename : services/healthreport/healthreport-prefs.js => toolkit/components/telemetry/healthreport-prefs.js
2016-01-05 06:41:00 +01:00
Dustin J. Mitchell 1e0fe863f4 Bug 1238663: remove unused scopes; r=wcosta
--HG--
extra : commitid : JdBJqB3PrTy
extra : rebase_source : 6a8f2ea0a9adf0a4cd9bcf70c22a910bdbc88447
extra : amend_source : e5d3d707b949afc825f8714da77fbb5a1dc4b422
2016-01-11 18:10:40 +00:00
Ehsan Akhgari 25594f6881 Bug 1238213 - Make FetchEvent.request non-nullable; r=baku 2016-01-11 13:21:23 -05:00
Boris Zbarsky 405b7c4204 Bug 1236258 part 4. Change nsDOMAttributeMap::SetNamedItemNS to not remove the existing attribute when there is one. r=smaug 2016-01-11 13:01:35 -05:00