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

23445 Коммитов

Автор SHA1 Сообщение Дата
Paul Adenot 2f40b41125 Bug 1456265 - Update the WPT expectation file, the ChannelSplitterNode tests are now passing.
--HG--
extra : rebase_source : d370b165d9af1c82e185d930568dc3eaaf296514
2018-05-30 14:01:34 +02:00
Justin Wood ad4b085be1 Bug 1286092 - Add missing inbound and autoland configs. r=bhearsum
for L10n jobs should run per-push based on the corresponding builds

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

--HG--
rename : testing/mozharness/configs/single_locale/mozilla-central.py => testing/mozharness/configs/single_locale/autoland.py
rename : testing/mozharness/configs/single_locale/mozilla-central_android-api-16.py => testing/mozharness/configs/single_locale/autoland_android-api-16.py
rename : testing/mozharness/configs/single_locale/mozilla-central.py => testing/mozharness/configs/single_locale/mozilla-inbound.py
rename : testing/mozharness/configs/single_locale/mozilla-central_android-api-16.py => testing/mozharness/configs/single_locale/mozilla-inbound_android-api-16.py
extra : rebase_source : 93c818ec8b949d211545fd57f2f3cd6ae5ed5fa3
2018-05-30 09:28:15 -04:00
Justin Wood 71eebb16bc Bug 1286092 - Actually enable l10n repacks based on the same push on-change. r=aki
for L10n jobs should run per-push based on the corresponding builds

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

--HG--
extra : rebase_source : 2798c5bc3e3153f8c293846d5a3d786e18bbdc34
2018-05-23 14:57:23 -04:00
Joel Maher e09ad9e15c Bug 1465336 - add six-speed to jsshell-bench framework. r=ahal 2018-05-30 09:40:00 -04:00
Bogdan Tara 933c5069bd Backed out 16 changesets (bug 1286092) for L10n bustages CLOSED TREE
Backed out changeset ef828badfd93 (bug 1286092)
Backed out changeset 57a592e33f36 (bug 1286092)
Backed out changeset c9cf945aa4f9 (bug 1286092)
Backed out changeset d8c01d976acd (bug 1286092)
Backed out changeset 5d68dfd6325c (bug 1286092)
Backed out changeset 878e174255ff (bug 1286092)
Backed out changeset fa3e38422d49 (bug 1286092)
Backed out changeset fc6aebca89e3 (bug 1286092)
Backed out changeset f2271cd6af26 (bug 1286092)
Backed out changeset 7b828445f551 (bug 1286092)
Backed out changeset 5617053b1740 (bug 1286092)
Backed out changeset 556f54c5e209 (bug 1286092)
Backed out changeset db19ea492b02 (bug 1286092)
Backed out changeset 6eb40b38f9c9 (bug 1286092)
Backed out changeset 3eb4e39b9bcd (bug 1286092)
Backed out changeset b3c05f6e6a57 (bug 1286092)
2018-05-30 16:16:24 +03:00
Justin Wood 746a18f42e Bug 1286092 - Actually enable l10n repacks based on the same push on-change. r=aki
for L10n jobs should run per-push based on the corresponding builds

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

--HG--
extra : rebase_source : 1fd925beca600888ccf77f44f48a3c34b0d54c75
2018-05-23 14:57:23 -04:00
Csoregi Natalia f3599e000e Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-05-30 12:28:56 +03:00
Csoregi Natalia 83a923ef7a Merge inbound to mozilla-central. a=merge 2018-05-30 12:25:03 +03:00
Emilio Cobos Álvarez d7bfa8a3bb Bug 1460382: Make element-backed pseudos inherit from NAC subtree roots and other NAC inherit from their parents. r=heycam
Currently, NAC always inherits from the closest non-NAC ancestor element,
regardless of whether it is for an element-backed pseudo or not.

This patch changes the inheritance so that for element-backed pseudos, we
inherit from the closest native anonymous root's parent, and for other NAC we
inherit from the parent.

This prevents the following two issues and allows us to remove the
NODE_IS_NATIVE_ANONYMOUS flag:

 * Avoiding inheriting from the non-NAC ancestor in XBL bindings bound to NAC.

   - This is no longer a problem since we apply the rule only if we're a
     pseudo-element, and all pseudo-elements are in native anonymous subtrees.

   - This also allows to remove the hack that propagates the
     NODE_IS_NATIVE_ANONYMOUS flag from the ::cue pseudo-element from
     BindToTree.

 * Inheriting from the wrong thing if we're a nested NAC subtree.

   - We no longer look past our NAC subtree, with the exception of
     ::-moz-number-text's pseudo-elements, for which we do want to propagate
     ::placeholder to.

A few rules from forms.css have been modified because they're useless or needed
to propagate stuff to the anonymous form control in input[type="number"] which
previously inherited from the input itself.

MozReview-Commit-ID: IDKYt3EJtSH
2018-05-30 10:14:46 +02:00
Emilio Cobos Álvarez 0803b5e1ec Bug 1465107: Remove stylo mentions from wptrunner. r=jgraham
MozReview-Commit-ID: D21P4kHOxzi
2018-05-30 10:04:14 +02:00
Emilio Cobos Álvarez e799f668c4 Bug 1465107: Remove stylo mentions from the mochitest runner. r=xidorn
MozReview-Commit-ID: B430ssKhJbz
2018-05-30 10:04:09 +02:00
Emilio Cobos Álvarez a3474133e0 Bug 1465107: Remove stylo mentions from leftover WPT expectations. r=xidorn
MozReview-Commit-ID: B8RRV3ANwEr
2018-05-30 10:03:59 +02:00
Emilio Cobos Álvarez dd5f25c2f6 Bug 1465107: Cleanup remaining mochitest / reftest / crashtests stylo expectations. r=xidorn
MozReview-Commit-ID: 1IeURcnoESX
2018-05-30 10:03:50 +02:00
Boris Zbarsky 5ae7919fcf Bug 1455676 part 15. Stop using nsIDOMNode in the a11y talos tests. r=surkov 2018-05-29 22:58:50 -04:00
Mike Hommey 8b091c97fd Bug 1464522 - Count static initializers from the crash reporter symbol files. r=froydnj
The crash reporter symbol files are the easiest cross-platform way to
find static initializers. While some types of static initializers (e.g.
__attribute__(constructor) functions) don't appear there in a notable
way, the static initializers we do care the most about for tracking do
(static initializers from C++ globals). As a matter of fact, there is
only a difference of 2 compared to the currently reported count of 125
on a linux64 build, so this is a good enough approximation. And allows
us to easily track the count on Android, OSX and Windows builds, which
we currently don't do.

The tricky part is that the symbol files are in
dist/crashreporter-symbols/$lib/$fileid/$lib.sym, and $fileid is hard to
figure out. There is a `fileid` tool in testing/tools, but it is a
target binary, meaning it's not available on cross builds (OSX,
Android).

So the simplest is just to gather the data while creating the symbol
files, which unfortunately requires to go through some hoops to make it
happen for just the files we care about.

--HG--
extra : rebase_source : 458fed1ffd6f9294eefef61f10ff7a284af0d986
2018-05-29 08:48:47 +09:00
Nick Thomas b498a2c072 Bug 1462120 - Update verify fixes for ESR60 branch, r=bhearsum DONTBUILD 2018-05-30 11:29:09 +12:00
Noemi Erli f353eab731 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-05-30 00:52:42 +03:00
Noemi Erli 846f00f83f Merge inbound to mozilla-central. a=merge 2018-05-30 00:41:41 +03:00
Chris AtLee 6954584948 Bug 1465050: Remove reference to config_file_search_path r=marco
MozReview-Commit-ID: 2w3uQ226kzs

--HG--
extra : rebase_source : df37a734ed715e9037cac192ba2f7f121a2355c2
2018-05-29 13:38:13 -04:00
Kartikaya Gupta 5021217542 Bug 1463416 - Follow-up to remove timeout expectation from some QR tests, because it's not timing out any more. r=me 2018-05-29 14:20:00 -04:00
Boris Zbarsky 16e02a5e28 Bug 1460735 part 1. Remove use of nsIDOMDocument in JS. r=qdot
There are some places where we have a thing which may not even be a node, and
we end up hardcoding the value of DOCUMENT_NODE there, because
"foo.nodeType == foo.DOCUMENT_NODE" will test true if foo is not a node: both
sides will be undefined.
2018-05-29 13:39:00 -04:00
Henrik Skupin 42abd0a86f Bug 1454680 - [marionette] Skip screenshot tests for Fennec debug builds. r=jmaher
MozReview-Commit-ID: 2L3jQ4gvZKK

--HG--
extra : rebase_source : 774ac64fea4dcf11230182066ed49ee0ce864df7
2018-05-29 18:39:32 +02:00
Eliza Balazs 38001752df Bug 1462836 - Disable /fetch/api/redirect/redirect-count.any.html for frequent timeouts. r=jmaher 2018-05-29 08:18:00 +03:00
Andreas Tolfsen 6b240809b3 Bug 1465072 - Force IPv4 for marionette::get_free_port(). r=whimboo
As part of bug 1462040, geckodriver was made to use the IPv4 stack
when connecting to Marionette in Firefox.  However, the helper
function for finding an atomic free port still uses localhost,
which on some systems may prefer the IPv6 stack.

To ensure that the free port is found on the correct IP stack, this
patch changes marionette::get_free_port() to use the DEFAULT_HOST
constant that is already used for establishing the connection.

MozReview-Commit-ID: HeEyvwYfHh2

--HG--
extra : rebase_source : 21c69a9499ce569ac4221d1cd2affd2b43092b1d
2018-05-29 14:53:51 +01:00
Tom Prince 8da7f2a4cd Bug 1464523: [release] Pass the repository of the project being built to update-verify config generation; r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D1414

--HG--
extra : rebase_source : 5d79c925878223373ebd6608de41220ecb91952e
2018-05-23 15:34:18 -06:00
Tom Prince 91c5e8ff30 Bug 1464523: [release] Pass branch prefix to update-verify config generation; r=bhearsum
Thunderbird releases need to look at comm-beta/comm-esr* branches for old
locale/version information.

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

--HG--
extra : rebase_source : 76625ea5859d25f270b9fbec577f9075988bf2b7
2018-05-23 15:15:34 -06:00
Tom Prince 84861bc95d Bug 1464523: [release] Don't required partials when generating update-verify config; r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D1412

--HG--
extra : rebase_source : 3d7be9a2a72ee182e6cb6b49190fc5ef5eb025e3
2018-05-14 17:31:29 -06:00
Ben Kelly def556b4a1 Bug 1465095 Remove some stale WPT annotations for Cache API tests that don't exist any more. r=jgraham 2018-05-29 08:32:11 -07:00
Emilio Cobos Álvarez 7e1fd0875e Bug 1464865: Fix some typos in WPT tests. r=xidorn
MozReview-Commit-ID: CSLZGbu23js
2018-05-29 16:39:39 +02:00
Emilio Cobos Álvarez 3a5b66d9c2 Bug 1464865: Don't let @namespace rules that aren't going to be inserted affect the namespace map. r=xidorn
MozReview-Commit-ID: 9bjlEBExqsr
2018-05-29 16:39:37 +02:00
shindli 7d46f4bb8c Backed out 1 changesets (bug 1462836) for "Test harness output was not a valid structured log message" on a CLOSED TREE
Backed out changeset f469e464de5f (bug 1462836)
2018-05-29 15:59:40 +03:00
Andrei Ciure cdbc120326 Bug 1462836 - Disabled redirect-count.any.js test on Linux. r=jmaher 2018-05-28 21:32:00 +03:00
shindli 16731e010d Backed out changeset ad877938d752 (bug 1464865) for wpt3 failures in /css/cssom/insertRule-import-no-index.htm on a CLOSED TREE 2018-05-29 13:39:43 +03:00
shindli de4b4b8e83 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-05-29 12:59:12 +03:00
shindli ee44448835 Merge inbound to mozilla-central. a=merge 2018-05-29 12:52:25 +03:00
Emilio Cobos Álvarez 362f28d4bb Bug 1464865: Don't let @namespace rules that aren't going to be inserted affect the namespace map. r=xidorn
MozReview-Commit-ID: 9bjlEBExqsr
2018-05-29 10:45:42 +02:00
Ciure Andrei b036efa048 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-05-29 00:59:35 +03:00
Ciure Andrei 2f9a3d61e9 Merge inbound to mozilla-central. a=merge 2018-05-29 00:53:52 +03:00
Geoff Brown 35b1fa282a Bug 1462462 - Log mozharness command environment only when it changes; r=jmaher
If the environment used for a mozharness command is identical to the previous
command's environment, report only "same as previous command".
2018-05-28 15:38:27 -06:00
Dorel Luca e5fe6c3a9f Backed out changeset bc39ccd992a4 (bug 1462468) for Browser-chomre failures on browser/base/content/test/trackingUI/browser_trackingUI_appMenu.js
--HG--
extra : rebase_source : a59dba114b09502056e229c7226b32741c8414f0
2018-05-28 19:11:14 +03:00
Joel Maher 9e5d9c55f5 Bug 1442790 - fix test-verify to not fail on: 'No checks run.'. r=ahal 2018-05-28 06:44:24 -04:00
James Graham 746d69c97a Bug 1464567 - Increase labelable-elements test assert count in webrender, a=testonly
MozReview-Commit-ID: 3L3QWkZd7R7
2018-05-28 08:58:01 +01:00
Brian Birtles 53285a5e34 Bug 1460234 - Calculate the position in a keyframe segment using double precision; r=hiro
The added test fails without the code changes in this patch.

MozReview-Commit-ID: HXPaxLu1osC

--HG--
extra : rebase_source : 591d3efe3ae99fa22ec99af37657a2eec302ad3e
2018-05-29 12:54:19 +09:00
Hiroyuki Ikezoe 2ef0eac0e3 Bug 1464647 - Implement the smarter interporation for transform. r=birtles,emilio
Corresponding to this spec change;
32812668df

The expected value in test_transitions_per_property.html can be calculated;

  'start' + ('end' - 'start') * 0.25

MozReview-Commit-ID: NI9gOUuPnG

--HG--
extra : rebase_source : 2eff1fee211a7f4a9be0593b3fae6816f91a3831
2018-05-29 12:33:16 +09:00
Hiroyuki Ikezoe 56f02023b4 Bug 1464647 - Add a web platform test that isn't affected by the smarter interpolation of transform list. r=birtles
Addition shouldn't be affected by the smarter interpolation.

MozReview-Commit-ID: DO8A33HKknL

--HG--
extra : rebase_source : e2533c041f139f234cf634b71786314ffa531a62
2018-05-29 12:33:15 +09:00
Hiroyuki Ikezoe 560656a673 Bug 1464647 - Add web platform tests affected by the smarter interpolation of transform list. r=birtles
MozReview-Commit-ID: 4nYK6UROK6f

--HG--
extra : rebase_source : 3274211d89264ead2f3b83f16848470755e68a4b
2018-05-29 12:33:14 +09:00
Kris Maglione e6d77f8270 Bug 1460610: Fix content process whitelist for profile extensions when none are present at startup. r=aswan
Also removes the stub workerbootstrap extensions, which previously allowed
this to work for Mochitest extensions.

MozReview-Commit-ID: LPlk8qIgJmr

--HG--
extra : rebase_source : 329f7fe11dde7a2713652591ac735b0d745070c8
extra : amend_source : 125481f030980c610217a9a1f6e51d592bda3c65
2018-05-19 17:23:01 -07:00
Kris Maglione f72f5fc596 Bug 1461145: Follow-up: Fix more racy tests. r=bustage CLOSED TREE
MozReview-Commit-ID: 7uep5FCvVwC

--HG--
extra : rebase_source : 22e6c32288fe6dfd72625eabdebb1bb5c4637069
2018-05-27 17:53:01 -07:00
Olli Pettay 1577002b50 Bug 1460069 - enable Shadow DOM in Nightly, r=emilio
--HG--
extra : rebase_source : 6feacbd0d1a808da4c1aa032d1305a91f9586c77
2018-05-27 17:25:55 +03:00
moz-wptsync-bot b7e5c9e23c Bug 1464567 - [wpt-sync] Update web-platform-tests to 347a7974c93326910109cd0f3386cc427add4ec5, a=testonly
wpt-head: 347a7974c93326910109cd0f3386cc427add4ec5
wpt-type: landing
2018-05-27 14:15:08 +00:00