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

24418 Коммитов

Автор SHA1 Сообщение Дата
Margareta Eliza Balazs d898125afb Backed out changeset 27257fdd6c67 (bug 218415) for xpcshell failures in js/xpconnect/tests/unit/test_nuke_sandbox_event_listeners.js on a CLOSED TREE 2018-07-04 16:46:52 +03:00
Henrik Skupin 9a852c721b Bug 1473262 - [wptrunner] Use host 127.0.0.1 Marionette executor to connect to Marionette. r=ato
MozReview-Commit-ID: 1OeCMlg6I2

--HG--
extra : rebase_source : de656c465c9e18a8a8c540c27a71c461c9978f5f
2018-07-04 12:38:21 +02:00
Henrik Skupin 7744986990 Bug 1473262 - [marionette] Force client to always use IPv4 to connect to Marionette. r=ato
Marionette uses nsIServerSocket which only allows to create a IPv4 listener.
On systems where IPv6 has precedence Marionette client will automatically
use the IPv6 address for `localhost` and will fail to connect to Marionette.
As such we should make sure that Marionette client connects to "127.0.0.1"
by default.

MozReview-Commit-ID: Fwzfa6CwBhX

--HG--
extra : rebase_source : c9f3f80074a18bd94b0836e648da4934e5ffa877
2018-07-04 12:26:32 +02:00
Henri Sivonen f63ec4c1fe Bug 218415 - Add window.event. r=smaug.
window.event is set on the wrong window when the target and the
callback are from different realms and the callback is an XPCOM
callback.

MozReview-Commit-ID: HXeUIicdMuT

--HG--
extra : rebase_source : 9679d42cc9df899e2208a3cb72e14fdaabbcad8c
2018-04-04 15:57:17 +03:00
Bogdan Tara 7d88c43095 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-07-04 14:53:20 +03:00
Bogdan Tara 6eafe1c00b Backed out changeset 9c75cab2e322 (bug 733530) for breaking artifact builds 2018-07-04 14:50:22 +03:00
Dave Townsend 9da98f873b Bug 1473004: Don't attempt to guess a favicon in performance tests. r=jmaher
Favicons will cause a small bit of additional network traffic and work in the
content process for any loaded page that doesn't specify a favicon. This turns
off attempts to guess a favicon when one isn't specified in performance tests.

Differential Revision: https://phabricator.services.mozilla.com/D1936

--HG--
extra : moz-landing-system : lando
2018-07-04 11:27:23 +00:00
Gurzau Raul 112c3bb6dd Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-07-04 13:01:13 +03:00
Gurzau Raul 03062dd04b Merge inbound to mozilla-central. a=merge 2018-07-04 12:58:33 +03:00
Rok Garbas 2a544047c6 Bug 1471541 - switch to new tooltool url, r=jlund
--HG--
extra : rebase_source : 85cd6f1e78ec293d5c9fba8d41b31b5ca8bc521e
2018-07-03 15:35:58 -07:00
shindli 3d917e5382 Merge inbound to mozilla-central. a=merge
--HG--
rename : devtools/shared/gcli/commands/screenshot.js => devtools/server/actors/webconsole/screenshot.js
rename : devtools/shared/gcli/commands/screenshot.js => devtools/shared/webconsole/screenshot-helper.js
2018-07-04 00:56:24 +03:00
Jean-Yves Avenard 3df44232ab Bug 1471165 - P3. Update web-platform-tests results. r=bryce
Summary:
There are two tests failing:
Test that decodingInfo rejects if the video configuration contentType has more than one parameter
and
Test that decodingInfo rejects if the audio configuration contentType has more than one parameter

Our nsContentTypeParser doesn't provide an ability to count the number of parameters, only to retrieve one if the name is known.

Considering the scope of the extra work, we'll leave it as-is for now

Reviewers: bryce

Tags: #secure-revision

Bug #: 1471165

Differential Revision: https://phabricator.services.mozilla.com/D1835
2018-07-03 11:45:29 -07:00
Jean-Yves Avenard 5f7024ad4c Bug 1409664 - P23. Update wpt expected results. r=bryce
Summary:
Most tests will pass now.
The remaining tests failing are related to incompatibility with our bindings generator, and will be addressed in a later change.

Depends on D1719

Tags: #secure-revision

Bug #: 1409664

Differential Revision: https://phabricator.services.mozilla.com/D1628
2018-07-03 11:45:25 -07:00
Noemi Erli cd487768ea Bug 1455033 - Disable css3-background-origin-padding-box.html for frequent failures on Linux r=jmaher
--HG--
extra : rebase_source : da8b7ee32a0d7f5b82b38b497656433cf3d00cd3
2018-07-03 18:25:21 +03:00
shindli 5cc2efce78 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-07-04 01:01:25 +03:00
Jonathan Kingston 59b20406b3 Bug 1469592 - Add support for Element.toggleAttribute. r=bzbarsky,smaug!
MozReview-Commit-ID: KkDLMlQgESs

Differential Revision: https://phabricator.services.mozilla.com/D1710

--HG--
extra : moz-landing-system : lando
2018-07-03 19:12:49 +00:00
Chris AtLee 8745339529 Bug 733530: Use .tar.gz for test archives r=gps
Differential Revision: https://phabricator.services.mozilla.com/D1743

--HG--
extra : moz-landing-system : lando
2018-07-03 18:33:02 +00:00
Geoff Brown b61f4883c9 Bug 1472311 - Use android_common.py for android-hw mozharness config; r=bc 2018-07-03 07:33:47 -06:00
Geoff Brown ba2bbfe318 Bug 1472311 - Expand mozharness configs for android-em to accept parameters needed for android-hw; r=bc 2018-07-03 07:33:44 -06:00
arthur.iakab 403038737b Merge inbound to mozilla-central a=merge 2018-07-03 11:55:46 +03:00
Hiroyuki Ikezoe 8b30a3dc7b Bug 1354501 - Dispatch web animation events at the same time when CSS animations/transitions events are dispatched. r=birtles
MozReview-Commit-ID: u7lWtAF8Ml

--HG--
extra : rebase_source : 6ce807bc253706483960dade2f2c926fa9821460
2018-07-03 11:05:23 +09:00
Hiroyuki Ikezoe 3e4ea2fa47 Bug 1354501 - Add test cases that animation event is fired for the animation on an orphaned element. r=birtles
MozReview-Commit-ID: 9PX2sVop484

--HG--
extra : rebase_source : 1456cb8e5558a2030a82c71395c601a856653257
2018-07-03 09:25:02 +09:00
Hiroyuki Ikezoe f0d5d34469 Bug 1354501 - Rewrite promise_test in onfinish.html with async/await. r=birtles
MozReview-Commit-ID: KUbb6wK96Ce

--HG--
extra : rebase_source : c2db20aea338e7f3875496038b2cff74e359bbf3
2018-07-03 09:25:01 +09:00
Jason Laster c367b58df7 Bug 1472735 - Update Debugger Frontend v67. r=jdescottes 2018-07-02 18:10:25 -04:00
Tiberius Oros 93bed26733 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-07-03 00:59:47 +03:00
Tiberius Oros 65a30935a5 Merge inbound to mozilla-central. a=merge 2018-07-03 00:53:57 +03:00
Marco Castelluccio 1dad6a26ea Bug 1472686 - Don't reset/dump counters for baseline tests. r=jmaher
--HG--
extra : rebase_source : be6d03516914305ba4bfdfc54ba9c42c1eec1b14
extra : amend_source : 0e23b6809f2ae5eb2148c834916dc46c1cbcaead
extra : source : 4104758abe6132e8f3b65e1f2f8e0153bc04ae08
2018-06-29 17:37:30 +01:00
Greg Mierzwinski 8a8a847acc Bug 1472575 - Add delay to baseline coverage tests. r=jmaher
This patch adds a 30 second delay to the baseline coverage tests to help stabilize their code coverage results over time.

MozReview-Commit-ID: C3StSX7RdM9

--HG--
extra : rebase_source : d4ab053d0d55535333989294973aa4af7db4fea7
2018-06-19 16:09:16 -04:00
Luke Bjerring 2f36e69ffe Bug 1468799 [wpt PR 9854] - Update the webusb IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webusb IDL file (#9854)

--

wpt-commits: f110c505f6480ef8098b8ef5f4da339763c39486
wpt-pr: 9854
2018-07-02 16:13:23 +00:00
Marco Castelluccio b81d990de9 Bug 1472687 - Only reset and dump coverage counters in the parent process for xpcshell tests. r=jmaher
--HG--
extra : rebase_source : 7a5700e8c8de05b1b0da072f9185b0e3cb226649
extra : source : 91778385e1727633a941b68f342900f0e561ec4b
2018-06-29 19:09:15 +01:00
Coroiu Cristina cc751350dc Backed out 8 changesets (bug 1470646) for linting failure on a CLOSED TREE
Backed out changeset 9b8d9f803b25 (bug 1470646)
Backed out changeset 58e2010d2842 (bug 1470646)
Backed out changeset 2b19429d778f (bug 1470646)
Backed out changeset e543f592454a (bug 1470646)
Backed out changeset 22469044267d (bug 1470646)
Backed out changeset e5415b1e22f5 (bug 1470646)
Backed out changeset 13e47fa99a31 (bug 1470646)
Backed out changeset 42964d651f02 (bug 1470646)

--HG--
rename : testing/marionette/capabilities.js => testing/marionette/session.js
rename : testing/marionette/test/unit/test_capabilities.js => testing/marionette/test/unit/test_session.js
2018-07-02 17:56:27 +03:00
Andreas Tolfsen f24615490e Bug 1470646 - Update Wd tests to use WebDriver conforming platformName. r=whimboo
MozReview-Commit-ID: LCi2BgdMQLb

--HG--
extra : rebase_source : 107741b5a7091d68d2e75060b5a2c42a745ba2a7
2018-06-24 14:06:21 +01:00
Andreas Tolfsen f4c62fbc7a Bug 1470646 - Update Fxfn tests to use WebDriver conforming platformName. r=whimboo
MozReview-Commit-ID: 1GYS453pA5D

--HG--
extra : rebase_source : 41559fe17782627d23de5745804d01f8d8b39219
2018-06-24 14:03:52 +01:00
Andreas Tolfsen 5b6126b948 Bug 1470646 - Update Mn and Fxfn tests to use WebDriver conforming platformName. r=whimboo
MozReview-Commit-ID: 387jlJCbV59

--HG--
extra : rebase_source : db18538e3e0e17406d5c6d8e2335eff6a31fe29a
2018-06-24 14:01:54 +01:00
Andreas Tolfsen c48e826eda Bug 1470646 - Return platformName as recommended by WebDriver. r=whimboo
The WebDriver standard recommends that we return one of "windows",
"mac", or "linux".  Additionally Marionette supports Fennec, for
which we return "android": this is fine because the specification
does not yet cover mobile browsers.

MozReview-Commit-ID: EgZ9UKrbsrd

--HG--
extra : rebase_source : 14227ea60817a97d723d01f5fbaf193ee8e699de
2018-06-23 14:31:00 +01:00
Andreas Tolfsen a355154c28 Bug 1470646 - Modularise capabilities module. r=whimboo
This removes the "session." prefixed global export type in favour
of individually exported types.

MozReview-Commit-ID: 3DHTrJsy2IN

--HG--
extra : rebase_source : eb2c05c1970c67b5752ece4b916145f053109f69
2018-06-26 17:15:28 +01:00
Andreas Tolfsen 4857263a67 Bug 1470646 - Rename session module to capabilities. r=whimboo
MozReview-Commit-ID: 4hQN2gv3HDd

--HG--
rename : testing/marionette/session.js => testing/marionette/capabilities.js
rename : testing/marionette/test/unit/test_session.js => testing/marionette/test/unit/test_capabilities.js
extra : rebase_source : 29ae46a31b32df1701808935e47e12cdcedc61b5
2018-06-26 17:13:35 +01:00
Andreas Tolfsen 13bf5f0a63 Bug 1470646 - Increase wdspec long timeout to three minutes. r=whimboo
The long timeout for WPT wdspec tests is currently two minutes,
but with modifications to make more session tests run in Firefox,
it has been discovered that the long timeout is not sufficient time
for Firefox to consistently run the New Session command tests in
automation without timing out.

This increases the long timeout to three minutes (180 seconds).

MozReview-Commit-ID: A8A4zecOwES

--HG--
extra : rebase_source : aeaa0b8b39d7a0ca0e88f0053746b58c916c681d
2018-07-02 12:50:13 +01:00
Andreas Tolfsen 248e715a91 Bug 1470646 - Silence missing nodeType property warning. r=whimboo
If val does not have a property nodeType, a warning is emitted to
the browser console.  This is observable when running the xpcshell
unit tests because we mock out val without a nodeType property.

MozReview-Commit-ID: GzqMoJQQdF8

--HG--
extra : rebase_source : b5b7c4ec6d48421078085cbd89b7667399c9f05b
2018-06-23 14:00:50 +01:00
Henrik Skupin 7d4714d66c Bug 1472136 - Detect XML parsing errors during Marionette startup. r=ato
The patch lets Marionette detect a XML parser error window
during startup, which usually leaves the browser in an
unusable state. Marionette client then times out after
120s with a generic and not helpful error message.

In case such a window opens Marionette logs a fatal message
to the console, which then can be picked-up by Treeherder
for the failure summary.

MozReview-Commit-ID: L3zW3TcaJhE

--HG--
extra : rebase_source : 59a3149a4d09224d03133c9955a522b3c3d6333d
2018-06-29 13:14:32 +02:00
Kartikaya Gupta 14ed027c15 Bug 1472434 - Remove exception on linux64-qr/debug for permafailing wpt-reftest. r=jmaher
MozReview-Commit-ID: 7VTXPyhp8XY

--HG--
extra : rebase_source : 268b133ff5778773b4d5445bdd270be88390ae46
2018-07-03 09:49:46 -04:00
Cosmin Sabou 8ce5b1c6cf Backed out 3 changesets (bug 1471625) for linting failure on mozinfo/tests/test.py. CLOSED TREE
Backed out changeset 7d0fb7a6b9fa (bug 1471625)
Backed out changeset 217570468fde (bug 1471625)
Backed out changeset 70d0097e8c03 (bug 1471625)
2018-07-03 17:02:02 +03:00
yulia 3e50bf7f61 Bug 1464461 - fix talos failure; r=nchevobbe
MozReview-Commit-ID: 9v9lRZjzacs

--HG--
extra : rebase_source : 8dfed0970def1abc8930feff4e96f96c6b226525
2018-07-03 15:33:38 +02:00
Raphael Pierzina 25881406e9 Bug 1471625 - Bump mozinfo to v1.0.0 and update classifiers;r=davehunt
MozReview-Commit-ID: 1Kgl4fCzCyq

--HG--
extra : rebase_source : 62bfddcd6444fe820d0c2b94bf7d9f60d12d4fa3
2018-07-03 14:22:11 +02:00
Raphael Pierzina 8d972d1397 Bug 1471625 - Create setup.cfg for universal wheels in mozinfo;r=davehunt
MozReview-Commit-ID: 3GRRIx3KH6x

--HG--
extra : rebase_source : 73f980885e08760fa9052964ff6ae3db24e454be
2018-07-03 13:39:20 +02:00
Raphael Pierzina d4d653049f Bug 1471625 - Resolve Python 3.5 compat issues in mozinfo;r=davehunt
MozReview-Commit-ID: HdPEVAJnXZf

--HG--
extra : rebase_source : 0fb105798e6aae08c05edf433ff65e6b8a08cba3
2018-07-03 11:06:11 +02:00
Andrew Halberstadt f53f58d169 Bug 1472280 - [mochitest] Provide better 'lastTestSeen' strings to differentiate the end of a test r=jmaher
Currently mochitest looks for a test_start log action and stores the name of
the test in an instance variable. In the event of a timeout/hang, this string
is used in the log to help people try and narrow down where it happened.

However, there are a couple cases it can be misleading:
1) If the hang happens during shutdown, it looks like it was the last test's fault (it probably isn't)
2) If the hang happens in-between tests, it looks like the test timed out

We should make the string more descriptive. I propose that when we get a
test_end action, we change it to <test> (finished). And when we get the test
end action of the last test, we change it to "Last test finished".

This way it narrows down where the hang happened even further.

MozReview-Commit-ID: B6g8JrIJuJw

Differential Revision: https://phabricator.services.mozilla.com/D1885

--HG--
extra : moz-landing-system : lando
2018-06-30 09:00:18 +00:00
Andreas Tolfsen 2699451ba6 Bug 1470646 - Update Wd tests to use WebDriver conforming platformName. r=whimboo
MozReview-Commit-ID: LCi2BgdMQLb

--HG--
extra : rebase_source : cef5d17e5eb821af4b81adb5305d7fad33bff755
2018-06-24 14:06:21 +01:00
Andreas Tolfsen 90fe6cc297 Bug 1470646 - Update Fxfn tests to use WebDriver conforming platformName. r=whimboo
MozReview-Commit-ID: 1GYS453pA5D

--HG--
extra : rebase_source : a8b5fb17e53c218621eddc03a0166c888bd9ca0e
2018-06-24 14:03:52 +01:00
Andreas Tolfsen adeb44c73e Bug 1470646 - Update Mn and Fxfn tests to use WebDriver conforming platformName. r=whimboo
MozReview-Commit-ID: 387jlJCbV59

--HG--
extra : rebase_source : 2b203e5e3499d483f1c1889f01bae0587b0b716e
2018-06-24 14:01:54 +01:00