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

31030 Коммитов

Автор SHA1 Сообщение Дата
Bogdan Tara 6d78d1e2c9 Backed out 15 changesets (bug 1305957) for ASAN failures CLOSED TREE
Backed out changeset 4d5eb85d3155 (bug 1305957)
Backed out changeset 51c86d025ecb (bug 1305957)
Backed out changeset d8eef8f3e396 (bug 1305957)
Backed out changeset 950bf6ad1ef2 (bug 1305957)
Backed out changeset b4cb2cbebdb6 (bug 1305957)
Backed out changeset bfca5019a9cc (bug 1305957)
Backed out changeset e76b842c7b7f (bug 1305957)
Backed out changeset d9445a5f3458 (bug 1305957)
Backed out changeset d9052f7b34d9 (bug 1305957)
Backed out changeset e7124fecb721 (bug 1305957)
Backed out changeset bdb766faa867 (bug 1305957)
Backed out changeset 3033401ef320 (bug 1305957)
Backed out changeset 6b96050386f6 (bug 1305957)
Backed out changeset c66c00f73296 (bug 1305957)
Backed out changeset 6bd0bdab93cb (bug 1305957)
2019-01-10 18:49:22 +02:00
Brindusan Cristian 338aeb2777 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-15 06:41:22 +02:00
Henrik Skupin c820e2d61d Bug 1504756 - [marionette] Added opening a new browsing context to Marionette client. r=ato
The patch updates the Marionette client and all Marionette unit
tests to make use of the new `Create Window` command as much as
possible.

Depends on D13663

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:13:17 +00:00
Henrik Skupin c631c98202 Bug 1504756 - [marionette] Added "WebDriver:NewWindow" command to open a new top-level browsing context. r=ato
The patch adds the end-point for the recently defined `New Window`
command (https://github.com/w3c/webdriver/issues/1138). It allows
to open a new top-level browsing context as tab or as window.

Depends on D13662

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:14:24 +00:00
Henrik Skupin ea87c4dedf Bug 1504756 - [marionette] Remove default timeout from PollPromise. r=ato
By default PollPromise has to behave similar to a normal Promise
and wait forever until it gets resolved or rejected.

Depends on D13662

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:12:24 +00:00
Henrik Skupin 74c45eb2ed Bug 1504756 - [marionette] Use waitForObserverTopic when waiting for observer notifications. r=ato
Depends on D13661

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:14:22 +00:00
Henrik Skupin a384666194 Bug 1504756 - [marionette] Use waitForMessage() to wait for an expected message manager message. r=ato
Depends on D13660

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:12:17 +00:00
Henrik Skupin 2575586fb6 Bug 1504756 - [marionette] Use waitForEvent() when waiting for events. r=ato
Depends on D13659

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:10:47 +00:00
Henrik Skupin be3136d0ab Bug 1504756 - [marionette] Add executeSoon() to run tasks on the main thread. r=ato
To be closer to other test harnesses which are using executeSoon()
to run a task on the main thread, this patch adds the same
method to Marionette's sync module.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:10:14 +00:00
James Graham 679f0aa4c4 Bug 1517322 - Allow LSAN suppressions path to be set from wptrunner command line, r=mccr8
Previously we assumed that the path for the lsan_suppressions.txt file was the same as the prefs path,
which is correct in CI but wrong for local builds. This adds a --lsan-dir command line argument and sets
it in mach to the correct value for local builds and uses the prefs directory as a default for backwards
compatibility

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

--HG--
extra : moz-landing-system : lando
2019-01-09 20:39:40 +00:00
Geoffrey Sneddon d24f6c35c3 Bug 1510696 - Make width/height of reftests configurable over Marionette r=jgraham,ato
Depends on D13282

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

--HG--
extra : moz-landing-system : lando
2019-01-10 17:22:54 +00:00
Geoffrey Sneddon d58a6fd9ba Bug 1510695 - Fix URL comparisons in reftestWait r=jgraham
Depends on D13281

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

--HG--
extra : moz-landing-system : lando
2019-01-10 17:22:52 +00:00
Geoffrey Sneddon dd75d2c4bd Bug 1510693 - Tests for marionette's reftest runner r=jgraham,ato
Differential Revision: https://phabricator.services.mozilla.com/D13281

--HG--
extra : moz-landing-system : lando
2019-01-10 17:22:49 +00:00
Andrew McCreight cde463e078 Bug 1518354, part 4 - Remove many lsan-needed whitelists. r=jgraham
This patch is alarmingly large, but I did not see any leaks in any of
these directories, even with a dozen or so retriggers. We can
whitelist stuff if there are any more intermittents I failed to catch.

Depends on D16090

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:37:28 +00:00
Andrew McCreight 745e73bc07 Bug 1518354, part 3 - Update whitelist for fetch/api/abort. r=jgraham
I saw this intermittent leak, but it was only a single string.

Depends on D16089

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:36:55 +00:00
Andrew McCreight 8b2881e8d6 Bug 1518354, part 2 - Remove ResolveHost whitelisting. r=jgraham
This leak was fixed by bug 1467914.

Depends on D16088

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:36:53 +00:00
Andrew McCreight 92fceba95d Bug 1518354, part 1 - Remove empty lsan-allowed lists. r=jgraham
These are not needed.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:36:51 +00:00
Henrik Skupin 941be3d64d Bug 1441437 - [marionette] Remove dependency to cssTransform.html and cssTransform2.html in test_visibility.py. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D16182

--HG--
extra : moz-landing-system : lando
2019-01-10 14:27:20 +00:00
Henrik Skupin ccadd49d38 Bug 1507067 - [marionette] Listen for "visibilitychange" event in content process. r=ato
To detect when the window got minimized usally "visibilitychange" events
are fired to the content window. The "WebDriver:MinimizeWindow" command
has to wait for those.

Depends on D16096

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

--HG--
extra : moz-landing-system : lando
2019-01-10 14:26:52 +00:00
Henrik Skupin 96e367f76b Bug 1507067 - [marionette] Add support for EventListener callback to WebElementEventTarget. r=ato
Depends on D16095

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

--HG--
extra : moz-landing-system : lando
2019-01-10 14:26:26 +00:00
Henrik Skupin 5638bd8735 Bug 1507067 - [marionette] Add logging of received DOM events to ContentEventObserverService. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D16095

--HG--
extra : moz-landing-system : lando
2019-01-10 14:26:02 +00:00
Ryan Hunt 6ec9a52772 Bug 1518626 - Add scroll-anchoring test for anchor in fragmented <div>. r=dholbert
This commit adds a test that implementations can anchor to node that's inside
of a fragmented node.

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

--HG--
extra : rebase_source : 3a8a8a3eddbced312adc8739f7f1e6aaeb7c6632
extra : intermediate-source : fbc14e9852b1b4dbfb729be6a5be5c86ce235c98
extra : source : 0726bf91da593f75563d2592c59228c3585290a1
2019-01-08 15:19:07 -06:00
Brian Birtles 075271a248 Bug 1518403 - Make IsCurrent return false for animations with playback rate == 0 that are in before/active phase; r=hiro
As per following spec update:

  0c369c0806

Depends on D16001

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

--HG--
extra : moz-landing-system : lando
2019-01-10 01:03:24 +00:00
Brian Birtles 1ec94901a9 Bug 1518403 - Make "is current" depend on the direction of the associated animation's playback rate; r=hiro
As per the following spec change:

  4ec1deb76a

Spec issue:

  https://github.com/w3c/csswg-drafts/issues/3193

Of the added test cases, only the last one, "Returns reversed animations yet to
reach their active phase" fails without this code change. The others pass
because the animation is finished at that point but I added them for consistency
with the previous tests.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 00:31:54 +00:00
Edwin Gao 0f390a7703 Bug 1514075 - added updated hostutils for macOS r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D16111

--HG--
extra : moz-landing-system : lando
2019-01-09 22:59:12 +00:00
shindli eae80bd903 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-09 23:45:39 +02:00
shindli e196689816 Merge inbound to mozilla-central. a=merge 2019-01-09 23:42:10 +02:00
Brindusan Cristian 75f86d396d Backed out 7 changesets (bug 1504756) for xpcshell failures on test_sync.js.
Backed out changeset 9d80f662ad2b (bug 1504756)
Backed out changeset 8f9d90979825 (bug 1504756)
Backed out changeset 9715660f8c07 (bug 1504756)
Backed out changeset c25c93d2dc4d (bug 1504756)
Backed out changeset 58ab81d373b9 (bug 1504756)
Backed out changeset 21658a2d0174 (bug 1504756)
Backed out changeset 93ff3f0d95bd (bug 1504756)
2019-01-09 21:57:50 +02:00
Henrik Skupin 95263f179b Bug 1504756 - [marionette] Added opening a new browsing context to Marionette client. r=ato
The patch updates the Marionette client and all Marionette unit
tests to make use of the new `Create Window` command as much as
possible.

Depends on D13663

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

--HG--
extra : moz-landing-system : lando
2019-01-09 18:25:08 +00:00
Henrik Skupin d950f23ac6 Bug 1504756 - [marionette] Added "WebDriver:NewWindow" command to open a new top-level browsing context. r=ato
The patch adds the end-point for the recently defined `New Window`
command (https://github.com/w3c/webdriver/issues/1138). It allows
to open a new top-level browsing context as tab or as window.

Depends on D13662

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

--HG--
extra : moz-landing-system : lando
2019-01-09 18:27:28 +00:00
Henrik Skupin 3664921097 Bug 1504756 - [marionette] Remove default timeout from PollPromise. r=ato
By default PollPromise has to behave similar to a normal Promise
and wait forever until it gets resolved or rejected.

Depends on D13662

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

--HG--
extra : moz-landing-system : lando
2019-01-09 18:24:06 +00:00
Henrik Skupin b0f2aca7f3 Bug 1504756 - [marionette] Use waitForObserverTopic when waiting for observer notifications. r=ato
Depends on D13661

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

--HG--
extra : moz-landing-system : lando
2019-01-09 18:27:25 +00:00
Henrik Skupin cc62f45167 Bug 1504756 - [marionette] Use waitForMessage() to wait for an expected message manager message. r=ato
Depends on D13660

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

--HG--
extra : moz-landing-system : lando
2019-01-09 18:22:57 +00:00
Henrik Skupin 2412720695 Bug 1504756 - [marionette] Use waitForEvent() when waiting for events. r=ato
Depends on D13659

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

--HG--
extra : moz-landing-system : lando
2019-01-09 18:22:19 +00:00
Henrik Skupin c9dc562750 Bug 1504756 - [marionette] Add executeSoon() to run tasks on the main thread. r=ato
To be closer to other test harnesses which are using executeSoon()
to run a task on the main thread, this patch adds the same
method to Marionette's sync module.

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

--HG--
extra : moz-landing-system : lando
2019-01-09 18:21:50 +00:00
Daniel Holbert 49fdf204f2 Bug 1518314: Adjust talos help text to point to documented --gecko-profile commands (rather than undocumented --geckoProfile aliases). r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D15871

--HG--
extra : moz-landing-system : lando
2019-01-09 17:50:37 +00:00
Henrik Skupin 9f79ca4861 Bug 1517196 - [wdspec] Add tests for "Switch To Frame" command. r=ato
Depends on D15953

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

--HG--
extra : moz-landing-system : lando
2019-01-09 15:53:11 +00:00
Henrik Skupin 8044935482 Bug 1517196 - [geckodriver] Fix unit test for invalid frame id. r=ato
Depends on D16049

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

--HG--
extra : moz-landing-system : lando
2019-01-09 16:22:00 +00:00
Henrik Skupin 6740c4d043 Bug 1517196 - [marionette] Raise "no such element" error in "Switch To Frame" for unknown elements. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D16049

--HG--
extra : moz-landing-system : lando
2019-01-09 16:21:58 +00:00
James Graham abd64d1508 Bug 1518819 - Fix setting logger from mach command line, r=Ms2ger
We assumed that this method returned a logger and the fact that it
doesn't means we end up initialising logging a second time with the
default settings rather than the user overrides.

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

--HG--
extra : moz-landing-system : lando
2019-01-09 16:07:32 +00:00
Emilio Cobos Álvarez 915cf35dec Bug 1518795 - Properly track responsive content in a connected ShadowRoot. r=smaug
Took more to write the test than the fix :)

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

--HG--
extra : moz-landing-system : lando
2019-01-09 15:59:10 +00:00
Jonathan Kingston bb647b021c Bug 1517301 - Move CSP check for form-action to be within HTMLFormSubmission to prevent checking before the form should be submitted. r=ckerschb,smaug
Differential Revision: https://phabricator.services.mozilla.com/D16032

--HG--
extra : moz-landing-system : lando
2019-01-09 15:42:04 +00:00
James Graham 865c90cc75 Bug 1273247 - Reenable autofocus test, r=automatedtester
Differential Revision: https://phabricator.services.mozilla.com/D14251

--HG--
extra : moz-landing-system : lando
2019-01-09 14:50:44 +00:00
Henrik Skupin 254cb0fb45 Bug 1422741 - [marionette] Re-enable test TestPageLoadStrategy.test_strategy_after_remoteness_change. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D16014

--HG--
extra : moz-landing-system : lando
2019-01-09 11:11:01 +00:00
Cosmin Sabou 1e50aa1d21 Merge mozilla-central to mozilla-inbound.
--HG--
rename : devtools/client/shared/multi-e10s-helper.js => devtools/shared/multi-e10s-helper.js
rename : toolkit/themes/shared/numberbox.css => toolkit/themes/shared/numberinput.css
extra : rebase_source : 3aa7c3b9f560aaa47259594ce1e52f1bfbbad169
2019-01-09 18:16:13 +02:00
Ryan Hunt dac799c9f4 Bug 1518631 - Invalidate scroll anchor container on changes to 'overflow-anchor' property and add tests. r=dholbert
I believe that changes to 'overflow-anchor' should invalidate the current
scroll anchor. This isn't in the spec, but there's an issue open for it [1].

[1] https://github.com/w3c/csswg-drafts/issues/3494

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

--HG--
extra : source : 04e2132249ace0a85fb274022949c7cfc5131fe2
extra : amend_source : 01ee5bfd2085dfce5887512a7ddc4668b955f30b
extra : intermediate-source : af4895c87d712e5151146e2fd61c249fb52c355b
2019-01-08 13:03:18 -06:00
Ryan Hunt 5c7254fba8 Bug 1519462 - Coalesce all scroll anchor adjustments to be performed after layout when flushing notifcations. r=dholbert
We currently perform anchor adjustment in three spots:
  1. If the target of RestyleManager::RecomputePosition is in a scroll anchor chain
  2. If the reflow root is in a scroll anchor chain
  3. In nsHTMLScrollFrame::DidReflow, for itself

It looks like it's possible for a scroll anchor container to be adjusted by (1)
and (2 or 3) in the same PresShell flush.

This should be okay, except that we consume mSuppressAnchorAdjustment when
performing an adjustment, and this can lead us to miss the second time that
we perform adjustments in a PresShell flush.

This commit reworks how we run anchor adjustments so that we collect all
scroll anchor containers that should be adjusted, and only perform the
adjustments once.

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

--HG--
extra : source : cbdbd08379d99f9d55f756c57d728c28331be5da
2019-01-13 00:54:05 -06:00
Ryan Hunt 2866d20a40 Bug 1518626 - Add scroll-anchoring tests for excluding certain elements from anchor selection. r=dholbert
This commit adds two tests around anchor selection.

The first tests that 'position: sticky' is an invalid subtree, which is new to
the spec. The second tests that implementations respect 'overflow-anchor' on
the table element, and don't get confused with the boxes generated by tables.

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

--HG--
extra : rebase_source : 3c2e74a5765d3409a57aa892fe20aa208c5c0e84
extra : intermediate-source : 55addc12904b79f7300e47da96b1d33780a4cbfb
extra : source : 306393539feb1a3391c3a03baaee43e7058bc44a
2019-01-08 13:02:41 -06:00
Margareta Eliza Balazs 9dda825205 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-18 12:31:59 +02:00
Ehsan Akhgari e5e885ae31 Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
# ignore-this-changeset

--HG--
extra : amend_source : 7221c8d15a765df71171099468e7c7faa648f37c
extra : histedit_source : a0cce6015636202bff09e35a13f72e03257a7695
2019-01-18 10:16:18 +01:00
James Graham 2ded4bc708 Bug 1511875 - Improve the attempt to set window focus in reftests, r=ato
This probably isn't a complete solution, but if we aren't the active
window try to use the focusManager to set us as the active window. A
more complete solution will be easier once
https://bugzilla.mozilla.org/show_bug.cgi?id=1335085 lands.

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

--HG--
extra : moz-landing-system : lando
2019-01-09 11:11:03 +00:00
Cristina Coroiu cd62fff2d8 Bug 1495002 - disable timeouts.py on win ccov for frequent failures. r=whimboo 2019-01-10 14:19:00 +02:00
Mats Palmgren 9c04886e64 Bug 1520684 part 2 - [css-logical] Implement the flow-relative border-radius properties. r=emilio 2019-01-17 21:49:07 +01:00
Razvan Maries 8f65aae19c Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-09 05:57:46 +02:00
Geoff Brown ac0fbd31e0 Bug 1515653 - Fix per-test handling of MOZHARNESS_TEST_PATHS; r=marco 2019-01-08 18:01:14 -07:00
Nathan Froyd def9e5efca Bug 1514043 - change gecko media plugin process name; r=mccr8,bobowen,haik,chutten
The only visible change from this change is that telemetry will be
discontinuous.  The owners for the relevant telemetry probes have
reviewed this and indicated that this discontinuity is OK.
2019-01-10 10:52:51 -05:00
Andreas Tolfsen 884b91033d bug 1519869: geckodriver: fix documentation reference; r=me 2019-01-14 15:45:46 +00:00
Emilio Cobos Álvarez d3c8dea1ae Bug 1520229 - [css-logical] Implement the inset shorthand. r=mats
Reviewers: mats

Reviewed By: mats

Bug #: 1520229

Differential Revision: https://phabricator.services.mozilla.com/D16704
2019-01-20 18:32:11 +01:00
Kristian Klausen b21f9d63a7 bug 1385706: marionette: fix WebDriver:TakeScreenshot to use viewport bounds; r=ato
The WebDriver:TakeScreenshot command relied on the document element's
clientWidth/clientHeight, but should according to the WebDriver
specification use the viewport's dimensions.

Thanks-to: JinaJita <jitajina@gmail.com>
2019-01-09 15:06:50 +00:00
Noemi Erli 94a824b783 Backed out changeset 76be2a9fde9e (bug 1385706) per developer's request CLOSED TREE 2019-01-09 17:00:32 +02:00
Andreas Tolfsen e490d97127 bug 1385706: marionette: fix WebDriver:TakeScreenshot to use viewport bounds; r=ato
The WebDriver:TakeScreenshot command relied on the document element's
clientWidth/clientHeight, but should according to the WebDriver
specification use the viewport's dimensions.

Thanks-to: JinaJita <jitajina@gmail.com>
2019-01-09 14:49:38 +00:00
Daniel Varga 8306d673ed Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-01-08 18:31:08 +02:00
Daniel Varga 0d21c9eedd Merge mozilla-inbound to mozilla-central. a=merge 2019-01-08 18:23:16 +02:00
Emilio Cobos Álvarez 4653b249d6 Bug 1514074 - Retarget results of offset* DOM APIs. r=smaug
Per https://github.com/w3c/csswg-drafts/issues/159.

The test is imported from WebKit, who has already implemented this, with a few
fixes to avoid duplicate test names and non-undefined return values from
add_cleanup.

See the diff attached to the bug.

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

--HG--
extra : moz-landing-system : lando
2019-01-08 16:04:31 +00:00
Oana Pop Rus aec8de62bb Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-08 12:37:02 +02:00
Oana Pop Rus 3adbeba770 Merge mozilla-inbound to mozilla-central. a=merge 2019-01-08 12:13:02 +02:00
Nick Alexander 848c9b1c1e Bug 1496190 - Add |mach package-multi-locale|; produce multi-locale GeckoView archives. r=Callek,firefox-build-system-reviewers,ted
All that is really required for this ticket is to invoke |mach android
archive-geckoview| after |mach package| in the right place.

But it's actively unhelpful to have this magic in mozharness --
especially since the documentation in `locales.rst` is subtly
incorrect (the environment variables and Make variables don't quite
work as written).  So this commit adds a Mach command to do the actual
work and replaces most of the mozharness magic with that command.
Since the l10n Make targets check out the l10n HG repositories
locally, this basically Just Works without the mozharness checkout
steps when developing locally.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 19:22:44 +00:00
Florin Strugariu 0654d55e71 Bug 1513367 Add Yahoo to tp6 r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D14425

--HG--
extra : moz-landing-system : lando
2019-01-07 16:25:54 +00:00
Florin Strugariu 627ce82d7d Bug 1510404 Add Wikipedia to tp6 r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D14134

--HG--
extra : moz-landing-system : lando
2019-01-07 16:11:25 +00:00
Geoff Brown 5187bc3150 Bug 1518273 - Generate raw log for geckoview-junit; r=jmaher
Hopefully this will allow junit results to be ingested by activedata.
2019-01-07 16:30:24 -07:00
Emilio Cobos Álvarez aee52d6c3f Bug 1501111 - Add a reftest for this. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D15856

--HG--
extra : moz-landing-system : lando
2019-01-07 19:41:15 +00:00
Oana Pop Rus 4c7d3d1ae5 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-08 12:27:21 +02:00
Florin Strugariu daa7fbeb2e Bug 1513369 Add Yahoo Mail to tp6 r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D14546

--HG--
extra : moz-landing-system : lando
2019-01-08 08:44:37 +00:00
Henrik Skupin 86d63a9376 Bug 1519925 - [geckodriver] Fix trace log documentation for options in Selenium Python binding. r=me
--HG--
extra : rebase_source : 94b4395dd8d0762ba9d3abcce14f5395e1e3d84c
2019-01-15 11:28:08 +01:00
Henrik Skupin 12ae3deec9 Bug 1369923 - [marionette] Re-enable test TestNavigate.test_type_to_non_remote_tab. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D15956

--HG--
extra : moz-landing-system : lando
2019-01-08 19:58:18 +00:00
Mats Palmgren 663f6ee46c Bug 1519944 - [css-logical] Implement the margin-block/inline shorthands. r=emilio 2019-01-15 02:27:44 +01:00
Cristina Coroiu 9afe3aa0da Bug 1507121 - disable create_firstMatch.py on win ccov for frequently failing. r=whimboo 2019-01-07 23:21:00 +02:00
Ryan Hunt eebf57ca48 Bug 1305957 part 12 - Update web-platform-test expectations for scroll anchoring. r=hiro
Not all tests are passing with the initial implementation. Most are due to
differences between Gecko and Blink with regards to ScrollTop, ScrollLeft in
documents with writing-mode: vertical-rl. Some are due to issues in our anchor
node selection algorithm remaining.

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

--HG--
extra : rebase_source : 0e23fe91ddb62c24709fc73c007069c9c1f10e90
extra : source : 950bf6ad1ef2ee42c0dcbdc102f1828b68329992
2018-11-21 22:29:52 -06:00
Ryan Hunt 1e2ed16936 Bug 1305957 part 11 - Make sure scroll anchoring web-platform-tests are fully scrollable on larger window sizes. r=hiro
Some of these tests were failing on try but passing locally because of viewport
size differences. This commit expands some spacing to ensure the tests are fully
scrollable on most screen sizes.

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

--HG--
extra : rebase_source : 309f0a754d5ea40e9227dd682bbf8841b099939c
extra : source : b4cb2cbebdb6a099f64e477ec434701d39d4816d
2018-11-27 07:06:48 -06:00
Ryan Hunt 4f0849f8e6 Bug 1305957 part 10 - Add block box inside of inline-box so it can be an anchor for 'start-edge-in-block' scroll-anchoring test. r=dholbert
The scroll anchoring test 'start-edge-in-block-direction.html' relies on #anchorbeing selected as an anchor node.

However #anchor is 'display: inline-block' and the specification states that
only block boxes [0] or text nodes may be selected as anchor nodes [1].
There's a spec issue open here trying to resolve this [2].

In the meantime, adding a block box inside of the inline-block should be spec
compliant, and keep the test working.

[0] "block boxes" are defined as "A block-level box that is also a block
    container" https://drafts.csswg.org/css-display-3/#block-box
[1] https://drafts.csswg.org/css-scroll-anchoring-1/#anchor-node-selection
[2] https://github.com/w3c/csswg-drafts/issues/3478#issuecomment-451038720

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

--HG--
extra : rebase_source : 36dbe32829e1ad02c0a9c87259d47bce8c207512
extra : source : bfca5019a9cca1bf03af412521c223e85f08e647
2019-01-09 12:04:37 -06:00
Ryan Hunt 99d438a584 Bug 1305957 part 12 - Update web-platform-test expectations for scroll anchoring. r=hiro
Not all tests are passing with the initial implementation. Most are due to
differences between Gecko and Blink with regards to ScrollTop, ScrollLeft in
documents with writing-mode: vertical-rl. Some are due to issues in our anchor
node selection algorithm remaining.

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

--HG--
extra : rebase_source : 4280a352ba1a2cf45c6734a75b6b343ef30d415a
extra : histedit_source : 75e5f5a7ef0b32e19b74515d00885eb88af99699
2018-11-21 22:29:52 -06:00
Ryan Hunt 6e75944d88 Bug 1305957 part 11 - Make sure scroll anchoring web-platform-tests are fully scrollable on larger window sizes. r=hiro
Some of these tests were failing on try but passing locally because of viewport
size differences. This commit expands some spacing to ensure the tests are fully
scrollable on most screen sizes.

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

--HG--
extra : rebase_source : c9bacfda973acdb699e8ace905e2ea320381ce29
extra : histedit_source : 7802a4c24dad2da083783d6ae68bfa7723f951e6
2018-11-27 07:06:48 -06:00
Ryan Hunt add5062144 Bug 1305957 part 10 - Add block box inside of inline-box so it can be an anchor for 'start-edge-in-block' scroll-anchoring test. r=dholbert
The scroll anchoring test 'start-edge-in-block-direction.html' relies on #anchorbeing selected as an anchor node.

However #anchor is 'display: inline-block' and the specification states that
only block boxes [0] or text nodes may be selected as anchor nodes [1].
There's a spec issue open here trying to resolve this [2].

In the meantime, adding a block box inside of the inline-block should be spec
compliant, and keep the test working.

[0] "block boxes" are defined as "A block-level box that is also a block
    container" https://drafts.csswg.org/css-display-3/#block-box
[1] https://drafts.csswg.org/css-scroll-anchoring-1/#anchor-node-selection
[2] https://github.com/w3c/csswg-drafts/issues/3478#issuecomment-451038720

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

--HG--
extra : rebase_source : 0100fd1f67dd6222999c6e7f4649618b9aa36eaa
extra : histedit_source : 98bd13f57d7b8e89d6ec21cd745ce0b080b4c83c
2019-01-09 12:04:37 -06:00
Brindusan Cristian 61305ed3c1 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-07 18:45:18 +02:00
Brindusan Cristian 4d62b74678 Merge inbound to mozilla-central. a=merge 2019-01-07 18:43:04 +02:00
Henrik Skupin 4d57d56819 Bug 1517796 - [wpt] Correctly dismiss user prompts in MarionetteTestharnessProtocolPart._close_windows(). r=jgraham
Using the "Switch To Window" command to check if a user prompt is open
doesn't work because that command doesn't raise a "unexpected alert open"
error. To fix that the "Close Window" command can be used for.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 11:51:59 +00:00
reimu d8cfc514e4 Bug 1128997 - Support indefinite script timeout r=ato
Differential Revision: https://phabricator.services.mozilla.com/D13181

--HG--
extra : moz-landing-system : lando
2019-01-06 23:04:41 +00:00
Masayuki Nakano ed2040ac16 Bug 1447239 - Implement InputEvent.inputType r=smaug
This patch implements InputType.inputType which is declared by Input Events.
The attribute has already been implemented by Chrome and Safari.  Chrome
implements Input Events Level 1, but Safari implements Input Events Level 2.
 Difference between them is only whether it supports "insertFromComposition",
"deleteByComposition" and "deleteCompositionText".  This patch makes the
level switchable with pref and takes Level 1 by default because Level 2 is
still unstable around event order with composition events.

For reducing string copy cost at dispatching "input" event, this patch
makes EditorInternalInputEvent store valid input-type as enum class,
EditorInputType and resolves it to string value when
dom::InputEvent::GetInputType() is called.  Note that the reason why
this patch names the enum class as EditorInputType is, there is InputType
enum class already for avoiding conflict the name, this appends "Editor"
prefix because "input" and "beforeinput" events are fired only when an
editor has focus.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 10:10:57 +00:00
Masayuki Nakano 430833663c Bug 1447239 - Make WPT for InputEvent.inputType of each execCommand should test each call separately r=smaug
The WPT for InputEvent.inputType of each execCommand runs all tests in a
test function.  Therefore, even if there is an unexpected result, it won't
test other part.  Additionally, it tests execCommand's result of the DOM
tree in the contenteditable so that it's not useful for checking
InputEvent.inputType for now.

Therefore, this patch makes the test returns error for each result of
each call of execCommand.

Additionally, it sets contenteditable attribute to a <p> element which cannot
store other block elements like <ul>, <ol>, <div>, etc.  Therefore, some of
the execCommand won't work on Gecko since Gecko's editor does not create
invalid child elements as far as possible.  Therefore, this patch makes it
a <div> element.

And also adding "insertHorizontalRule", "backColor", "foreColor",
"hilightColor", "fontName", "createLink", "unlink".  inputType values for
those commands are defined by current spec.  So, if they'd be changed,
we could detect it quickly.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 10:09:51 +00:00
Emilio Cobos Álvarez 83fed3d31d Bug 1517511 - Simplify computed::LengthOrPercentage and friends. r=heycam
This is a first step to share LengthOrPercentage representation between Rust and
Gecko.

We need to preserve whether the value came from a calc() expression, for now at
least, since we do different things depending on whether we're calc or not right
now. See https://github.com/w3c/csswg-drafts/issues/3482 and dependent bugs for
example.

That means that the gecko conversion code needs to handle calc() in a bit of an
awkward way until I change it to not be needed (patches for that incoming in the
next few weeks I hope).

I need to add a hack to exclude other things from the PartialEq implementation
because the new conversion code is less lossy than the old one, and we relied on
the lousiness in AnimationValue comparison (in order to start transitions and
such, in [1] for example).

I expect to remove that manual PartialEq implementation as soon as I'm done with
the conversion.

The less lossy conversion does fix a few serialization bugs for animation values
though, like not loosing 0% values in calc() when interpolating lengths and
percentages, see the two modified tests:

 * property-types.js
 * test_animation_properties.html

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

--HG--
extra : moz-landing-system : lando
2019-01-07 11:00:27 +00:00
Eliza Balazs e5e5251443 Bug 1483696 - Disable opener-setter.html on linux32 debug for frequent failures. r=jmaher 2019-01-07 00:01:00 +02:00
Mike Conley 260710ce45 Bug 1515201 - Avoid loading about:blank in the privileged content process during AWSY tests. r=erahm
Differential Revision: https://phabricator.services.mozilla.com/D14920

--HG--
extra : moz-landing-system : lando
2019-01-07 16:05:53 +00:00
Andreea Pavel b7ace3bbb7 Bug 1483696 - disabled test on linux32 debug r=jmaher 2019-01-03 14:44:00 +02:00
Emilio Cobos Álvarez 4ed96af22f Bug 1510204, bug 1516289 - Fix composedPath implementation when slots are present. r=smaug 2019-01-05 17:00:25 +01:00
Gurzau Raul 959d44414e Merge inbound to mozilla-central. a=merge 2019-01-05 14:37:09 +02:00
Andrea Marchesini 7872e64c7c Bug 1515286 - Introduce nsIURIClassifier.getFeatureByName() and nsIURIClassifier.createFeatureWithTables(), r=dimi 2019-01-05 09:10:45 +01:00
shindli ce5a0b424d Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-05 06:09:57 +02:00
shindli deb6936a40 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-04 23:50:00 +02:00
Rob Wood e957682403 Bug 1517052 - [raptor] Do not report power usage when raptor fails to report results; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D15744

--HG--
extra : moz-landing-system : lando
2019-01-04 20:09:31 +00:00
Timothy Guan-tin Chien bd38b39f8a Bug 1512048 - Convert tabmodalprompt binding to JSM module r=Gijs
This converts the tabmodalprompt binding to a class, to be constructed along side with the element
by TabModalPromptBox.

TabModalPromptBox will keep the instances in a map and pass it to the callers, instead of the element.
The tests and callers can access the class instance by passing the element reference to the map.

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

--HG--
rename : toolkit/components/prompts/content/tabprompts.xml => toolkit/components/prompts/content/tabprompts.jsm
extra : moz-landing-system : lando
2019-01-04 19:29:34 +00:00
Dave Hunt ba667e28c0 Bug 1517270 - Add pageload measurement types to --print-tests output; r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D15642

--HG--
extra : moz-landing-system : lando
2019-01-04 17:04:27 +00:00
shindli a0841a254f Merge inbound to mozilla-central. a=merge 2019-01-05 06:00:21 +02:00
Noemi Erli f04e0dc505 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-04 18:14:35 +02:00
Noemi Erli c32eaed37e Merge inbound to mozilla-central. a=merge 2019-01-04 18:11:50 +02:00
Florin Strugariu 89ba457187 Bug 1512615 Support screenshots for tests r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D13972

--HG--
extra : moz-landing-system : lando
2019-01-04 13:02:44 +00:00
Cosmin Sabou 19068b1872 Bug 1399448 - Disable service-workers/service-worker/claim-with-redirect.https.html on linux and mac debug. r=jmaher 2019-01-04 13:38:24 +02:00
Henrik Skupin 3d3e53485f Bug 1517587 - [marionette] Get/Set Window Rect should not return window state. r=ato
As decided during the last TPAC meeting the window rect commands
should not return the window state.

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

--HG--
extra : moz-landing-system : lando
2019-01-04 13:51:24 +00:00
Cosmin Sabou 2545cf7d92 Backed out changeset 1f465582eb8c (bug 1517587) for causing build bustages on gfx/angle/targets/angle_common/moz.build. CLOSED TREE 2019-01-04 15:41:42 +02:00
Henrik Skupin 557f51b9b5 Bug 1517587 - [marionette] Get/Set Window Rect should not return window state. r=ato
As decided during the last TPAC meeting the window rect commands
should not return the window state.

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

--HG--
extra : moz-landing-system : lando
2019-01-04 12:56:09 +00:00
Mark Banner 8e9e4602f8 Bug 1517456 - Make Task.jsm a test-only module. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D15647

--HG--
rename : toolkit/modules/Task.jsm => toolkit/modules/tests/modules/Task.jsm
extra : moz-landing-system : lando
2019-01-04 08:41:58 +00:00
Emilio Cobos Álvarez 97bdc97293 Bug 1517521 - Handle calc() on border-image-width correctly. r=dholbert
Right now it asserts, no bueno.

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

--HG--
extra : moz-landing-system : lando
2019-01-04 00:41:09 +00:00
Edgar Chen 1990d76d46 Bug 1425685 - Implement HTMLSlotElement.assignedElements(); r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D15653

--HG--
extra : moz-landing-system : lando
2019-01-03 19:14:12 +00:00
Ciure Andrei 7a748ae68f Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-04 01:03:06 +02:00
Ciure Andrei a8af06aea2 Merge inbound to mozilla-central. a=merge 2019-01-04 00:04:46 +02:00
Daniel Varga 1234d893b3 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-01-03 18:26:38 +02:00
Daniel Varga 6475e7a21d Merge mozilla-inbound to mozilla-central. a=merge 2019-01-03 18:22:07 +02:00
Henrik Skupin 90798fe371 Bug 1511312 - [fxui] Re-enable update permissions for update tests. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D15641

--HG--
extra : moz-landing-system : lando
2019-01-03 14:06:22 +00:00
Andreas Tolfsen c75b1129c5 bug 1496489: webdriver: re-enable test_maximize_when_resized_to_max_size; r=whimboo
Marionette recently had changes made to its window maximisation algorithm
that lets us re-enable this test.  It tests that session.window.maximize()
does not hang when the window is already maximised.

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

--HG--
extra : moz-landing-system : lando
2019-01-03 14:10:48 +00:00
Andreas Tolfsen 9ed472d436 bug 1510929: marionette: remove scriptTimeout parameter; r=whimboo
Depends on D15583

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

--HG--
extra : moz-landing-system : lando
2019-01-03 11:20:16 +00:00
Andreas Tolfsen 3a05ef17b4 bug 1510929: marionette: stop using scriptTimeout parameter; r=whimboo
By stopping to use the scriptTimeout parameter with the
WebDriver:ExecuteScript and WebDriver:ExecuteAsyncScript commands
in the Marionette Python client, we can remove it from the server.

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

--HG--
extra : moz-landing-system : lando
2019-01-03 14:08:13 +00:00
Jon Coppeard 2909aa196d Bug 1342012 - Make import() work when the active script is in another document r=smaug 2019-01-03 10:06:01 +00:00
Jon Coppeard ca2a67e9ff Bug 1342012 - Associate event handler with active script when they are compiled r=smaug 2019-01-03 10:06:01 +00:00
Wes Kocher d34aec17d2 Bug 1201963 - Give a better warning when no tests can be found in the specified path r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D15312

--HG--
extra : moz-landing-system : lando
2019-01-03 11:10:26 +00:00
Bogdan Tara 6582cc9a1d Merge inbound to mozilla-central. a=merge 2019-01-02 23:36:12 +02:00
Geoff Brown 77eaff507a Bug 1517170 - Ensure correct url on multi-scheme mochitest runs; r=bc
Also log the http/https scheme for the run.
2019-01-02 09:50:37 -07:00
James Graham 5eccb3a447 Bug 1440984 - Remove stale wpt metadata, r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D15581

--HG--
extra : moz-landing-system : lando
2019-01-02 16:34:03 +00:00
Cosmin Sabou 3b1edf526b Merge mozilla-central to mozilla-inbound.
--HG--
rename : toolkit/modules/Task.jsm => toolkit/modules/tests/modules/Task.jsm
extra : rebase_source : 52141f691cc72d4a80c7c5d4d35aad67a51b660d
2019-01-04 18:38:34 +02:00
Geoff Brown 310d40b967 Bug 1111188 - Remove temporary workaround for ssltunnel in mochitest; r=emk 2019-01-04 09:21:49 -07:00
William Lachance cf7ff16636 Bug 1471641 - Changes to support a mozinstall 2.0 release r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D15542

--HG--
extra : moz-landing-system : lando
2019-01-02 09:57:30 +00:00
William Lachance 2fd7e025ab Bug 1516659 - Remove mozprocess dependency from mozinstall's tests r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D15476

--HG--
extra : moz-landing-system : lando
2019-01-02 09:44:08 +00:00
James Graham 499010a91c Bug 1440984 - Stop importing testharness into a support file, r=ato
This isn't a supported behaviour and may be responsible for the observed intermittents.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 14:41:22 +00:00
Rob Wood d64a93fbd2 Bug 1511356 - Run speedometer on fennec via Raptor; r=jmaher,jlund
Differential Revision: https://phabricator.services.mozilla.com/D13946

--HG--
extra : moz-landing-system : lando
2019-01-02 20:43:21 +00:00
Ms2ger 3bb5e1c023 Bug 1515010 - Update core wasm tests; r=luke 2019-01-02 12:19:13 +01:00
Brindusan Cristian 2c544a2ad5 Backed out 1 changesets (bug 1515010) for wpt failures on align.wast.js.html and sm build bustage.
Backed out changeset a3025b3c5c6a (bug 1515010)
2019-01-02 14:52:11 +02:00
Bastien Orivel a640e5b81f Bug 1516262 - Part 1: Update base64 and bump webdriver's version; r=ato 2019-01-02 12:13:07 +00:00
Ms2ger ec75f6d41d Bug 1515010 - Update core wasm tests; r=luke 2019-01-02 12:19:13 +01:00
Henrik Skupin af783b2cb8 Bug 1504201 - [marionette] Temporarily skip TestScreenCaptureChrome.test_formats on Linux. r=whimboo 2019-01-02 11:26:06 +01:00
Daniel Varga a5280b5c33 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-12-31 23:26:34 +02:00
Bob Clary eddb0836f7 Bug 1516913 - [mozdevice] _get_exitcode should handle the case in where the exitcode marker is not at EOF, r=jmaher. 2018-12-31 10:14:25 -08:00
terrameijar 3a49f2d315 Bug 1506611 - Fixed linter errors in testing/gtest r=ahal
Before this change, testing/gtest had 19 errors. These errors have been resolved.

Bug 1506611 - Fixed flake8 errors in testing/gtest

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

--HG--
extra : moz-landing-system : lando
2018-12-31 16:51:03 +00:00
Geoff Brown 622b218aa2 Bug 1512983 - Add crash reporting for android raptor; r=rwood
Also fix the symbols path, so that desktop crash reports are symbolicated.
2018-12-31 09:18:00 -07:00
William Lachance d9f2e01051 Bug 1471641 - Enable and fix mozinstall tests on python 3 r=davehunt
Depends on D15540

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

--HG--
extra : moz-landing-system : lando
2019-01-02 09:54:44 +00:00
William Lachance e2956f9540 Bug 1471641 - Python 3 compatibility fixes in mozinstall r=davehunt
Depends on D15539

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

--HG--
extra : moz-landing-system : lando
2019-01-02 09:54:09 +00:00
William Lachance af30ba4ef7 Bug 1471641 - Use subprocess check_call and check_output in mozinstall r=davehunt
We were using more primitive methods before to support python 2.4, but
that's obviously no longer required.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 09:53:20 +00:00
Wes Kocher c3770087c3 Bug 1468979 - Re-enable and update expectation metadata for some WebCrypto and structured-clone tests r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D14671

--HG--
extra : moz-landing-system : lando
2019-01-02 11:20:52 +00:00
Narcis Beleuzu 52eeb30676 Backed out changeset 8040640ee1cd (bug 1515245) for mozbase failures 2018-12-31 03:19:29 +02:00
Wes Kocher fba1da92d1 Bug 1515245 - Make sure windows paths are supported for wpt via generic 'mach test' r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D15497

--HG--
extra : moz-landing-system : lando
2018-12-30 23:42:06 +00:00
Narcis Beleuzu 9f5727ff2a Backed out changeset 1923d02bb66d (bug 1515245) for build bustages. CLOSED TREE 2018-12-30 22:21:31 +02:00
Wes Kocher 13023dcd09 Bug 1515245 - Make sure windows paths are supported for wpt via generic 'mach test' r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D15497

--HG--
extra : moz-landing-system : lando
2018-12-30 19:19:19 +00:00
Bogdan Tara d2a41cb853 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-28 23:53:12 +02:00
Bogdan Tara fff0a1f4f9 Merge inbound to mozilla-central. a=merge 2018-12-28 23:50:12 +02:00
Jan-Ivar Bruaroey cbb94950ec Bug 1321221 - Delay getDisplayMedia() promise until first frame arrives, to pass wpt. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D15283

--HG--
extra : moz-landing-system : lando
2018-12-28 03:13:11 +00:00
Jan-Ivar Bruaroey c8bbcb8047 Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug
Differential Revision: https://phabricator.services.mozilla.com/D15058

--HG--
extra : moz-landing-system : lando
2018-12-28 03:12:57 +00:00
Rob Wood ddd69f99e8 Bug 1504013 - Add the ability to measure loadtime in raptor, and use loadtime as the overall test result for tp6 suites; r=jmaher,acreskey
Differential Revision: https://phabricator.services.mozilla.com/D14306

--HG--
extra : moz-landing-system : lando
2018-12-27 21:35:13 +00:00
Margareta Eliza Balazs 7a922172a9 Merge inbound to mozilla-central. a=merge 2018-12-28 11:29:35 +02:00
Cameron McCormack 220a9b83b3 Bug 1516493 - Use process count for AWSY page load count and explicitly drop the preallocated process r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D15397

--HG--
extra : moz-landing-system : lando
2018-12-28 03:41:05 +00:00
Ting-Yu Lin 1a1d5fc4e8 Bug 1508762 Part 1 - Support column-span:all for a multi-column <details> element. r=dholbert
In CreateColumnSpanSiblings(), aInitialBlock can be a DetailsFrame.
Therefore, when creating a non-column-span wrapper, we cannot assume
it's always a block frame. We need to use CreateContinuingFrame to
ensure the correct type of continuation is created.

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

--HG--
extra : moz-landing-system : lando
2018-12-28 02:15:58 +00:00
quasicomputational baf06c6032 Bug 1422235 - Implement the 'overflow-inline' media query. r=emilio 2018-12-28 02:16:59 +01:00
quasicomputational 20fa93316d Bug 1422235 - Implement the 'overflow-block' media query. r=emilio 2018-12-28 02:16:53 +01:00
Joel Maher 185ef35b10 Bug 1516456 - adjust writeruntimes.py to work with latest activedata. r=bc
adjust writeruntimes.py to work with latest activedata

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

--HG--
extra : moz-landing-system : lando
2018-12-26 19:35:30 +00:00
Ting-Yu Lin 18ca6d4420 Bug 1515991 - Shrink columns width in column-span reftests to fit the window on wpt. r=dholbert
The width doesn't matter for the tests. It's to fit the 600x600 window
to prevent scrollbar from appearing.

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

--HG--
extra : moz-landing-system : lando
2018-12-24 05:56:36 +00:00
Edwin Gao df57ce81ca Bug 1514075 - update Android hostutils with Firefox 66.0a1 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D15310

--HG--
extra : moz-landing-system : lando
2018-12-24 21:18:59 +00:00
Kartikaya Gupta 3fb331d4d4 Bug 1491163 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:09:28 -05:00
Kartikaya Gupta 6006a63753 Bug 1515492 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:02:28 -05:00
Kartikaya Gupta f2e394f3bb Bug 1491264 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:02:27 -05:00
Andreea Pavel 025088ac42 Bug 1509373 - disabled sw.https.window.html on linux for leaks r=jmaher 2018-12-25 14:03:04 +02:00
Kartikaya Gupta 81f1e0e5d0 Bug 1463827 - Disable wpt test for WR because of high intermittent rate. r=me 2018-12-22 08:47:07 -05:00
Coroiu Cristina e4511f53d0 Merge mozilla-central to autoland a=merge 2018-12-22 06:20:28 +02:00
Coroiu Cristina 52c4a6e3ad Merge inbound to mozilla-central a=merge 2018-12-22 06:12:53 +02:00
Kartikaya Gupta 1424a0b4a5 Bug 1515486 - Set a leak threshold for the gpu process on WR-enabled WPT tests. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D15223

--HG--
extra : moz-landing-system : lando
2018-12-22 00:10:13 +00:00
Coroiu Cristina 36018a1b0d Merge mozilla-central to inbound a=merge on a CLOSED TREE 2018-12-22 00:01:43 +02:00
Coroiu Cristina bbc7fc4e7c Merge inbound to mozilla-central a=merge 2018-12-21 23:55:45 +02:00
Geoff Brown fa1f40ea6a Bug 1500995 - Allow for missing 'failures' data in 'mach test-info'; r=me,a=test-only 2018-12-21 14:18:15 -07:00
Gurzau Raul fcb3be1b9f Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-12-21 18:40:39 +02:00
Bob Clary 9526040894 Bug 1512038 - Handle different batterystats output for Raptor power tests on Android 7, r=rwood. 2018-12-21 06:12:19 -08:00
Bob Clary bea8a390ce Bug 1512038 - Enable raptor-speedometer-geckoview-power for android-hw-{p2,g5} on try, r=rwood.
Rap-P treeherder group for Raptor power tests.

Emit separate PERFHERDER_DATA for power in addition to the performance measurements.

Use magic --host HOST_IP value to have framework load host ip from environment
variable HOST_IP.
2018-12-21 06:12:18 -08:00
Mike Hommey 56a52b3fc9 Bug 1514400 - Download minidump_stackwalk by default. r=ahal
As of bug 1513157, minidump_stackwalk is not installed in the test
docker images, so it needs to be downloaded.

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

--HG--
extra : moz-landing-system : lando
2018-12-21 19:31:34 +00:00
Jan Henning 0455f90365 Bug 1478776 - Part 2: Add utility class for counting events. r=botond,masayuki
Differential Revision: https://phabricator.services.mozilla.com/D14039

--HG--
extra : moz-landing-system : lando
2018-12-20 21:34:50 +00:00
Andrew Halberstadt fea1d97f08 Bug 1436037 - [ci] Run mozbase and mozlint python-test tasks on OSX, r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D14901

--HG--
extra : moz-landing-system : lando
2018-12-21 13:43:12 +00:00
Coroiu Cristina 515a00d04d Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-12-22 00:00:25 +02:00
Blake Kaplan 31b2045aba Bug 1515814 - Proxy these calls to the parent. r=asuth
These calls have to happen in the parent process to have any effect. I
experimented with making ServiceWorkerCleanUp.jsm do the remoting itself but
that didn't turn out to be worth the effort and it turns out all of the uses
are currently in the parent process anyway.

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

--HG--
extra : moz-landing-system : lando
2018-12-21 19:47:26 +00:00
Wes Kocher b3bdfa09c3 Bug 1378310 - Add descriptions to wpt mach commands r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D15166

--HG--
extra : moz-landing-system : lando
2018-12-21 18:55:27 +00:00
Jan de Mooij 78e73f70bf Bug 1513783 - Give Marionette sandbox its own ChromeUtils object. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D14844

--HG--
extra : moz-landing-system : lando
2018-12-20 21:15:11 +00:00
Henri Sivonen feff447597 Bug 1515066 - Mark SVG script without an end tag malformed. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D15090

--HG--
extra : moz-landing-system : lando
2018-12-20 18:20:04 +00:00
L. David Baron 7f7d426923 Bug 1514950 - Add test for pixel values of Gaussian blur for canvas 2d context shadowBlur. r=mattwoodrow
I should have added this test back in bug 590039 and bug 600428, but I didn't.

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

--HG--
extra : moz-landing-system : lando
2018-12-21 01:24:50 +00:00
Narcis Beleuzu 0861b235f4 Backed out 2 changesets (bug 1510929) for awsy failures. CLOSED TREE
Backed out changeset 87416015abce (bug 1510929)
Backed out changeset 919fea1e5337 (bug 1510929)
2018-12-21 00:19:17 +02:00
Narcis Beleuzu e154ee4c06 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-21 00:04:35 +02:00
Narcis Beleuzu e201d4f93f Merge autoland to mozilla-central. a=merge 2018-12-20 23:54:25 +02:00
Cosmin Sabou 4d5fd1304e Backed out 6 changesets (bug 1504756) as requested by whimboo in order to stop some wpt and mn intermittents. a=backout
Backed out changeset d7d78e79f0b3 (bug 1504756)
Backed out changeset 5c495fd7f64d (bug 1504756)
Backed out changeset 5c2826c58f9e (bug 1504756)
Backed out changeset f23b667d8bfa (bug 1504756)
Backed out changeset 6068c233f4ef (bug 1504756)
Backed out changeset 65858c8c0fbd (bug 1504756)

--HG--
extra : rebase_source : 6b895c62a74c6f7521e4a4baff3b0498c65fcbf9
2018-12-20 18:07:02 +02:00
Margareta Eliza Balazs 9528360768 Merge inbound to mozilla-central. a=merge 2018-12-20 17:26:03 +02:00
Andreas Tolfsen 4a02a0cdc2 bug 1510929: marionette: remove script_timeout kwarg from client; r=whimboo
This removes the script_timeouts keyword argument from
Marionette#execute_script and #execute_async_script as it is not
compatible with the semantic meaning associated with null in WebDriver.

The script timeout duration for the session can instead be set
using Marionette#timeouts#script.

Depends on D13993

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

--HG--
extra : moz-landing-system : lando
2018-12-20 21:24:05 +00:00
Andreas Tolfsen 59561d1fd7 bug 1510929: puppeteer: remove use of script_timeout; r=whimboo
Differential Revision: https://phabricator.services.mozilla.com/D13993

--HG--
extra : moz-landing-system : lando
2018-12-20 21:23:18 +00:00
Agi Sferro 61a9102f42 Bug 1515662 - Make |geckoview-docs| behave like other |mach android| commands. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D15128

--HG--
extra : moz-landing-system : lando
2018-12-20 20:05:39 +00:00
Ting-Yu Lin 473998be7d Bug 1506314 - Fix reframing ColumnSetWrapperFrame when it already has column-span children. r=dbaron
If a ColumnSetWrapperFrame already has column-span children,
ColumnSetWrapperFrame::GetContentInsertionFrame() will return itself to
let WipeContainingBlock() aware this is the case to reframe.

To make this work, we need to move the reframe condition prior to check
NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR bit because the top level
ColumnSetWrapperFrame never has NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR bit
set.

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

--HG--
extra : moz-landing-system : lando
2018-12-20 00:11:26 +00:00
Rob Wood bfc96ac22a Bug 1473997 - Add support to Raptor to receive/format/output power data; r=jmaher
Depends on D14997

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

--HG--
extra : moz-landing-system : lando
2018-12-19 21:13:55 +00:00
Rob Wood c2349ad0f8 Bug 1473997 - find a way to measure the battery usage of geckoview (:bc's initial patch); r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D14997

--HG--
extra : moz-landing-system : lando
2018-12-19 20:52:28 +00:00
Margareta Eliza Balazs e870c11412 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-20 17:30:49 +02:00
Florin Strugariu 70f9100da6 Bug 1511029 Mitmproxy alternate-server-replay returns last found request ignoring match algorithm r=acreskey
Mitmproxy alternate-server-replay returns last found request ignoring match algorithm

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

--HG--
extra : moz-landing-system : lando
2018-12-19 14:19:30 +00:00
Razvan Maries f658ebcbab Merge mozilla-inbound to mozilla-central a=merge 2018-12-20 07:04:06 +02:00
Hiroyuki Ikezoe a02c7545f3 Bug 1515199 - Set dom.visualviewport.enabled true for the web platform tests for the Visual Viewport API. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D14918

--HG--
extra : moz-landing-system : lando
2018-12-20 00:23:36 +00:00
Jeff Walden ed23151bd7 Bug 1492937 - Make the JS subscript loader load scripts exclusively as UTF-8, with no way to specify any other encoding, and adjust a bunch of existing tests to use UTF-8 directly, rather than Unicode escape sequences or similar. (This also changes the encoding of .sjs scripts and all mochitest-browser tests in the tree from Latin-1 to UTF-8.) r=yzen, r=MattN, r=jimb, r=kmag 2018-12-19 13:46:20 -08:00
Geoff Brown d05b8f9de4 Bug 1512352 - Handle more ADBTimeoutError edge cases in mozharness; r=me,a=test-only 2018-12-19 14:04:02 -07:00
Geoff Brown 604abb1f8d Bug 1514363 - Do not try to use pidof on android versions before 7.0; r=bc 2018-12-19 14:04:02 -07:00
Geoff Brown e5e351a5a2 Bug 1515189 - Consolidate ADBDevice and ADBAndroid classes; r=bc 2018-12-19 14:04:02 -07:00
James Willcox ccd5376cdd Bug 1514349 - Add 'is_emulator' to mochitest info r=gbrown
This lets us skip tests when we're running on Android emulators.

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

--HG--
extra : moz-landing-system : lando
2018-12-19 22:15:06 +00:00
Razvan Maries 98becee43c Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-12-20 00:01:42 +02:00
Razvan Maries 0e169796a1 Merge mozilla-inbound to mozilla-central a=merge 2018-12-19 23:58:38 +02:00
Boris Chiou fc0401547c Bug 1512883 - Part 2: Tests. r=birtles
Add some tests to make sure we clamp the interpolated result with
negative easing function on circle(), ellipse(), and inset().

Depends on D14654

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

--HG--
extra : moz-landing-system : lando
2018-12-19 19:08:10 +00:00
Kartikaya Gupta ef264787cd Bug 1425592 - Update WPT reftest conditions for Windows QR results. r=jmaher
This also updates some existing annotations to collapse lines with
webrender and not-webrender clauses.

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

--HG--
extra : moz-landing-system : lando
2018-12-19 17:07:01 +00:00
Tom Prince 8a8a1053bf Bug 1514407: [win64-aarch64] Add win64-aarch64 to l10n-changesets; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D14658

--HG--
extra : moz-landing-system : lando
2018-12-17 21:17:30 +00:00
Jim Blandy b24022116e Bug 1503613: Make 'mach xpcshell-test' print the command in shell syntax. r=ted
When passed the `--verbose` flag, `mach xpcshell-test` already prints the
current directory, environment variables, and command used for the test.
However, it prints them in Python syntax. This seems like a good thing to do, as
it's a clear indication of what the test is actually doing. But if one wants to
reproduce a problem by running the xpcshell command directly, it's an
error-prone pain to convert from Python lists of strings to the Bourne shell
syntax.

Fortunately, the Python 2.7 `pipes` module has a function, `pipes.quote`, which
produces properly quoted Unix shell commands, ready to be copied and pasted into
one's terminal.

Unfortunately, the xpcshell tests still clean up the $obj/temp/xpc-plugins-FOO
directory, so this still isn't quite ready to go.

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

--HG--
extra : moz-landing-system : lando
2018-12-19 15:37:32 +00:00
Florin Strugariu 1435da9871 Bug 1513837 Add ebay to tp6 r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D14543

--HG--
extra : moz-landing-system : lando
2018-12-18 17:45:07 +00:00
Alexandre Poirot 21e7072949 Bug 1513565 - Convert the last manually instantiated fronts to target.getFront. r=yulia
Depends on D14279

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

--HG--
extra : moz-landing-system : lando
2018-12-18 23:35:59 +00:00
Margareta Eliza Balazs f462d0cc0c Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-12-19 18:04:43 +02:00
Florin Strugariu 4508b0fd5b Bug 1513373 Add Twitter to tp6 r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D14542

--HG--
extra : moz-landing-system : lando
2018-12-18 17:02:55 +00:00
Ting-Yu Lin 4d21c5dd06 Bug 1507244 followup - Change the width of #column to 500px. r=me
Per [1], web-platform-test's reftests are in 600x600 window. Shrink the
width of #column to 500px to prevent the scrollbar from appearing.

[1] https://web-platform-tests.org/writing-tests/reftests.html
2018-12-19 23:05:38 -08:00
Razvan Maries 81c417dbbf Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-12-20 07:09:51 +02:00
Mats Palmgren 40bed6405a Bug 1513959 - Make <input type=range> deal with "percentage inline-size implies zero min-content size" properly. r=dholbert 2018-12-20 02:01:01 +01:00
Boris Chiou 5c91563dc1 Bug 1322780 - Part 3: Let logical height, block-size, accept keywords. r=emilio
We should let block-size/min-block-size/max-block-size accept keywords as the
initial value, just like width in vertical writing mode or height in horizontal
writing mode.

Depends on D7536

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

--HG--
extra : moz-landing-system : lando
2018-12-18 18:47:39 +00:00
Boris Chiou c35f47093e Bug 1322780 - Part 2: Support unprefixed min-content and max-content. r=mats,emilio
Support unprefixed min-content and max-content and treat the prefixed
version as aliases for
1. width, min-width, max-width if inline-axis is horizontal, and
2. height, min-height, max-height if inline-axis is vertical, and
3. inline-size, min-inline-size, max-inline-size, and
4. flex-basis.

Besides, update the test cases to use unprefixed max-content and
min-content.

Depends on D7535

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

--HG--
extra : moz-landing-system : lando
2018-12-18 18:47:37 +00:00
terrameijar 9f28cc669c Bug 1506611 - Fixed linter errors in testing/awsy and testing/geckodriver r=ahal
Before this change, testing/awsy had 94 errors and testing/geckodriver had 17. The errors have been resolved

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

--HG--
extra : moz-landing-system : lando
2018-12-18 21:31:59 +00:00
Ting-Yu Lin 1e0598caea Bug 1507244 Part 2 - Suppress column-span descendants under a new block formatting context. r=dbaron
Bug 1506163 fixed only part of the issue. There are more types of frames
such as table, grid, flex, etc. that create their own block formatting
context.

Instead of propagating NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR to the
children, we explicit carry the bit over to block and inline frames by
checking that their parent doesn't suppress column-span descendants.

Also, remove the unused "onload" from <body> in the tests.

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

--HG--
extra : moz-landing-system : lando
2018-12-18 00:40:58 +00:00
Jan de Mooij 618fd67694 Bug 1512655 part 3 - Fix assertion in Cu.permitCPOWsInScope and ensure test globals that use it are in a separate compartment. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D14780

--HG--
extra : moz-landing-system : lando
2018-12-18 18:42:56 +00:00
Andrew Creskey 96ae71fa3f Bug 1514752 Define hero user timing before performance entry is created r=rwood
1-line fix to hero element timing: the performance entry would show up as 'undefined' in profiles because the variable was defined later.

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

--HG--
extra : moz-landing-system : lando
2018-12-17 22:40:43 +00:00
shindli 3841c4f8cd Backed out 3 changesets (bug 1512655) for bustages in s/xpconnect/src/XPCComponents.cpp:2001 CLOSED TREE
Backed out changeset 2593c7d67f51 (bug 1512655)
Backed out changeset da21d7e91e19 (bug 1512655)
Backed out changeset ccb15a086148 (bug 1512655)
2018-12-18 14:55:53 +02:00
Jan de Mooij 76238bc575 Bug 1512655 part 3 - Fix assertion in Cu.permitCPOWsInScope and ensure test globals that use it are in a separate compartment. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D14780

--HG--
extra : moz-landing-system : lando
2018-12-18 00:31:08 +00:00
James Graham 42aff60af0 Bug 1514285 - Update mozleak version number to 0.2, r=ahal
Depends on D14586

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

--HG--
extra : moz-landing-system : lando
2018-12-17 19:08:18 +00:00
James Graham 299fd88dd2 Bug 1514285 - Update mozlog version number to 3.10, r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D14586

--HG--
extra : moz-landing-system : lando
2018-12-17 19:08:20 +00:00
Kris Maglione 778252994f Bug 1513366: Part 5 - Migrate extension process script to a JSM. r=aswan
This simplifies things all around, and gets rid of one more unnecessary
component registration.

--HG--
rename : toolkit/components/extensions/extension-process-script.js => toolkit/components/extensions/ExtensionProcessScript.jsm
extra : rebase_source : 7ceb6ada0730f8241bbd5ddbd889a320da22b1b1
2018-12-12 17:58:19 -08:00
arthur.iakab f1762a3667 Merge mozilla-central to mozilla-inbound 2018-12-18 07:36:08 +02:00
Dorel Luca 137799b838 Backed out 2 changesets (bug 1513959) for wpt failure in css/css-sizing/range-percent-intrinsic-size-1.html. CLOSED TREE
Backed out changeset 24d7c1d1ea09
Backed out changeset 094ae6e3e717 (bug 1513959)
2018-12-18 04:37:15 +02:00
Mats Palmgren 1c2fba8e29 (no bug) - Fix trailing white-space in test files to fix linting error. CLOSED TREE r=me 2018-12-18 02:00:40 +01:00
Mats Palmgren ecdcceaf6a Bug 1513959 - Make <input type=range> deal with "percentage inline-size implies zero min-content size" properly. r=dholbert 2018-12-18 01:09:02 +01:00
arthur.iakab e14d71a660 Merge mozilla-central to inbound
--HG--
rename : mobile/android/geckoview/src/main/aidl/org/mozilla/gecko/gfx/ISurfaceAllocator.aidl => mobile/android/geckoview/src/main/aidl/org/mozilla/gecko/gfx/SyncConfig.aidl
extra : rebase_source : a7f6628299f30b300a02932debe0cc92810f901d
2018-12-18 00:04:04 +02:00
Mats Palmgren 150ae2447d Bug 1514658 - Fix a few baseline alignment tests that makes bogus assumptions about line-height metrics. r=emilio 2018-12-17 22:33:17 +01:00
longsonr 717a265944 Bug 1514570 - Only graphics elements should support tabindex r=dholbert 2018-12-17 21:11:12 +00:00
Jonathan Kingston 943bc1976a Bug 903372 - Removal of xml:base. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D13457
2018-12-13 15:16:52 +00:00
Ciure Andrei a464905af4 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-17 18:43:49 +02:00
Ciure Andrei 900aa00755 Merge inbound to mozilla-central. a=merge 2018-12-17 18:41:54 +02:00
WR Updater Bot e5f883b32d Bug 1514740 - Update WPT annotations for changes in WR PR 3421. r=kats
Depends on D14739

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

--HG--
extra : moz-landing-system : lando
2018-12-17 16:01:09 +00:00
James Graham afe98ddb33 Bug 1436244 - Make default allowed leaks for mozilla wpt tests match those for upstream tests, a=testonly 2018-12-17 11:07:10 +00:00
Mark Banner 32345283e0 Bug 1503674 - Remove unused microformats code. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D14679

--HG--
extra : moz-landing-system : lando
2018-12-17 09:32:27 +00:00
Andreas Pehrson 1445eb8b70 Bug 1514241 - Remove Chrome-specific dependency and modernize. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D14596

--HG--
extra : moz-landing-system : lando
2018-12-17 13:56:05 +00:00
Emilio Cobos Álvarez 94522362b2 Bug 1513920 - Make <use> shadow trees lookup keyframe rules in the containing tree. r=heycam
The same thing we do for rule matching.

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

--HG--
extra : moz-landing-system : lando
2018-12-17 13:14:19 +00:00
Botond Ballo ad8b8390a7 Bug 1511915 - Annotate some shape-margin-001.html test failures with the bug that will fix them. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D14770

--HG--
extra : moz-landing-system : lando
2018-12-17 18:47:24 +00:00
Marco Castelluccio 5b2de0d7eb Bug 1473067 - Parse coverage artifacts at the end of builds. r=ted
--HG--
extra : rebase_source : ffb6223c00c60c2d1183962cfa8158532bdc0700
2018-12-10 13:29:43 +01:00
Andrea Marchesini f47925dbf9 Bug 1508699 - Fetch() should not send lowercase header names, r=asuth 2018-12-19 15:48:30 +01:00
Jon Coppeard 787b7fc445 Bug 1342012 - Fix WPT expectatons for dynamic import tests r=smaug 2018-12-06 16:52:18 -05:00
Jon Coppeard e8462c961e Bug 1342012 - Allow dynamic import in cases where there's no referencing script or module r=smaug 2018-12-06 16:52:18 -05:00
Jon Coppeard f008add28c Bug 1342012 - Support import from timeout handlers by associating the initiating script with the compiled JSScript r=smaug 2018-12-06 16:52:18 -05:00
Jon Coppeard 142826e981 Bug 1342012 - Support dynamic import from classic scripts by creating ClassicScript objects and associating them with the compiled JSScriptsr r=smaug 2018-12-06 16:52:17 -05:00
Jon Coppeard ce265eb48d Bug 1342012 - Initial browser support for dynamic import from module scripts r=smaug 2018-12-06 16:52:15 -05:00
Jonathan Kew 6b4e5a974e Bug 1064172 - Add WPT reftests for properties that inhibit text shaping across inline element boundaries. r=jwatt
--HG--
rename : layout/reftests/fonts/LinLibertine_Re-4.7.5.woff => testing/web-platform/tests/css/css-text/boundary-shaping/resources/LinLibertine_Re-4.7.5.woff
2018-12-04 23:48:33 -05:00
Geoff Lankow cc6b70c96c Bug 1506715 - Adapt Mochitest so it can run on Thunderbird r=darktrojan 2018-12-14 10:43:22 +13:00
Cosmin Sabou b30ca1fd33 Merge mozilla-inbound to mozilla-central. a=merge 2018-12-15 04:47:12 +02:00
Cosmin Sabou 563aa72f89 Bug 1513891 - [wpt-sync] Update expectation for text-space-collapse-preserve-breaks-001.xht to fail on OSX. a=Wr-fix 2018-12-15 01:35:58 +02:00
Ciure Andrei 814adb5c46 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-12-15 00:03:24 +02:00
James Graham 1bd05f5530 Bug 1513891 - Extra metadata updates, a=testonly 2018-12-14 21:50:39 +00:00
Henri Sivonen acfba8e927 Bug 1469580 - Ignore charset= in <meta content> if followed by unmatched quote. r=mrbkap
Differential Revision: https://phabricator.services.mozilla.com/D14410

--HG--
extra : moz-landing-system : lando
2018-12-14 17:53:59 +00:00
Logan Smyth 4ee33b0d6d Bug 1514248 - Reimplement xpcshell test debugging using a public thread-actor API. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D14561

--HG--
extra : moz-landing-system : lando
2018-12-14 17:33:45 +00:00
Cosmin Sabou 1b714ffa18 Bug 1511013 [wpt PR 14294] - Attempting to disable the test in order to green up the wpt. r=wpt-fix
--HG--
extra : rebase_source : 4bf46adf68a28c3af2d46967944bc99ab43985a1
2018-12-14 22:51:37 +02:00
Daniel Holbert 38e7aed189 Bug 1514309 part 1: Include the 'unsafe' keyword in serializations of css-align properties. r=emilio
Previously we'd omit it since it was merely an explicit way of requesting the
default behavior.  But the spec has changed such that it's not necessarily
equivalent to the default anymore:
https://drafts.csswg.org/css-align/#overflow-values

(Technically the behaviors are probably still equivalent in our implementation,
pending bug 1451380, but we don't have to publicize that via our
serialization.)

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

--HG--
extra : moz-landing-system : lando
2018-12-14 21:24:17 +00:00
James Willcox 560b503540 Bug 1511133 - Add 'isFennec' to mochitest info r=gbrown
This allows us to skip tests on GeckoView but not Fennec.

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

--HG--
extra : moz-landing-system : lando
2018-12-14 20:56:33 +00:00
Jason Orendorff 3df4a64fdb Bug 1513570 - Part 2: In the WPT testharness.js, treat the absence of `global.location`, rather than `global.self`, as evidence that we're in the shell. r=Ms2ger
We have to shim global.self for some tests that we want to run in the shell (see part 3).

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:15:06 +00:00
Jason Orendorff 47519c94b2 Bug 1513570 - Part 1: Adapt stream tests to run in the shell. r=Ms2ger
We don't support byte streams, transform streams, writable streams, or piping
yet, but we will, and in the meantime our own meta files disable those tests
for us.

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:14:56 +00:00
Jason Orendorff acf7eafbbf Bug 1513570 - Part 0: Disable WritableStream and TransformStream tests. r=Ms2ger
There is no point running any of these, as we have no support whatsoever for
these features currently.

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:14:50 +00:00
Sylvestre Ledru 6f45c666bc Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan
# ignore-this-changeset

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:10:35 +00:00
Rob Wood a63f5d5395 Bug 1506912 - Raptor support for tp6 pageload on android geckoview; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D14186

--HG--
extra : moz-landing-system : lando
2018-12-14 07:19:59 +00:00
Coroiu Cristina 3e33183ebf Backed out changeset a145a897c94c (bug 1469580) for lin failure at /builds/worker/checkouts/gecko/tools/lint/wpt.yml 2018-12-14 12:33:15 +02:00
Henri Sivonen 20f693b781 Bug 1469580 - Ignore charset= in <meta content> if followed by unmatched quote. r=mrbkap
Differential Revision: https://phabricator.services.mozilla.com/D14410

--HG--
extra : moz-landing-system : lando
2018-12-13 18:48:09 +00:00
Boris Zbarsky 5fda010a9b Bug 1514029. Fix serialization of explicitly case-sensitive attr selectors with a namespace. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D14493

--HG--
extra : moz-landing-system : lando
2018-12-13 23:25:08 +00:00
Ting-Yu Lin df8e9a54fd Bug 1506306 - Fix <table> having "column-span:all" style. r=bzbarsky
The main style of <table> is set on the inner TableFrame, not the outer
TableWrapperFrame. Thus, we fail to spot the table as a column-span kid
in nsCSSFrameConstructor::ConstructionBlock().

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

--HG--
extra : moz-landing-system : lando
2018-12-13 22:43:01 +00:00
James Graham 73397da5ba Bug 1513927 - Change wpt crash handling API to be a single method, r=ted
Because mozcrash is stateful we can't check for crashes and then later
log them; we need to do everything in one shot. Therefore remove the
check_for_crashes call, rename log_crash to check_crash and make it
return a boolean indicating whether any crashes occured, as well as
handling the logging.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 19:16:31 +00:00
Nicolas Chevobbe 321db66f77 Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza.
The functions needed to build the autocomplete request are moved
to the serviceContainer so it can be called from everywhere in
the code, and not only from the JsTerm.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 17:38:06 +00:00
James Graham d696f3b020 Bug 1513580 - Ensure we only load the wpt test types we requested, r=Ms2ger
Differential Revision: https://phabricator.services.mozilla.com/D14438

--HG--
extra : moz-landing-system : lando
2018-12-13 16:18:13 +00:00
shindli 4e7827d27f Backed out changeset 3fa4474f947c (bug 1499289) as requested by nchevobbe 2018-12-13 18:30:11 +02:00
Gijs Kruitbosch 7ab8abdd16 Bug 1499092 - move bulk of registerProtocolHandler checks into compiled code so we don't need a dedicated component in the child process, r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13697

--HG--
extra : moz-landing-system : lando
2018-12-13 13:47:39 +00:00
Nicolas Chevobbe a587b43474 Bug 1499289 - Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza.
The functions needed to build the autocomplete request are moved
to the serviceContainer so it can be called from everywhere in
the code, and not only from the JsTerm.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:37:20 +00:00
James Graham 48b47d05cd Bug 1513598 - Run only specified wpt tests with mach try fuzzy, r=marco
The keys in the test_paths dict contain the name of the suite e.g. web-platform-tests-testharness, so specify these
keys rather than the generic web-platform-tests key

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:21:09 +00:00
Sebastian Hengst 913e7441c3 Bug 1513795 - Set link-click-redirected-blocked.sub.html to also fail on Android 7.0 x86. DONTBUILD r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D14419

--HG--
extra : moz-landing-system : lando
2018-12-13 14:02:23 +00:00
inspiro 89f1fb7652 Bug 1204247: Remove code supporting metro under testing/ r=jmaher
Bug 1204247: Remove code supporting metro under testing/

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

--HG--
extra : moz-landing-system : lando
2018-12-13 10:57:04 +00:00
Hiroyuki Ikezoe 5f7099b985 Bug 1513750 - Add BUG_COMPONENT "Core :: CSS Transitions and Animations" component for css-animations/ and css-transitions/. r=birtles
Also the css-easing/ entry is moved to the position by alphabetical order.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 07:13:39 +00:00
Emilio Cobos Álvarez 61a51a3800 Bug 1512026 - Handle nested slots correctly in slotted matching and invalidation. r=heycam
The patch and test should be pretty much self-descriptive.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 02:17:53 +00:00
Emilio Cobos Álvarez 55f71edc6f Bug 1512537 - Update test expectations. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D14245

--HG--
extra : moz-landing-system : lando
2018-12-13 00:53:07 +00:00
Jan de Mooij eee34e39b3 Bug 1513277 part 2 - Use the scripted caller's global in mozJSComponentLoader::FindTargetObject. r=kmag
We have a few places where C++ calls ChromeUtils::Import directly.
I fixed these to pass the target object directly instead of an empty Optional<>.

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

--HG--
extra : moz-landing-system : lando
2018-12-12 21:30:04 +00:00
Cosmin Sabou 2c6cd998ef Merge mozilla-central to autoland. 2018-12-13 00:01:46 +02:00
Florin Strugariu 06b85a3fce Bug 1508375 Add Instagram to tp6 r=rwood,davehunt rwood
Differential Revision: https://phabricator.services.mozilla.com/D12520

--HG--
rename : testing/raptor/raptor/playback/mitmproxy-recordings-raptor-tp6-6.manifest => testing/raptor/raptor/playback/mitmproxy-recordings-raptor-tp6-7.manifest
extra : moz-landing-system : lando
2018-12-12 21:23:34 +00:00
arthur.iakab d737d0506f Backed out 2 changesets (bug 1510695, bug 1510693) for causing frequent marionette failures on unit/test_reftest.py
Backed out changeset 8a7b62c82459 (bug 1510695)
Backed out changeset e7e0d6ba2835 (bug 1510693)
2018-12-12 23:11:19 +02:00
Geoff Brown ebdc1440c9 Bug 1512686 - Use pidof to determine android process pid, when available; r=bc 2018-12-12 07:51:24 -07:00
James Graham 92886d48d7 Bug 1512816 - Use on-disk symbols path for wpt when available, r=ted
Differential Revision: https://phabricator.services.mozilla.com/D14262

--HG--
extra : moz-landing-system : lando
2018-12-12 19:03:15 +00:00
Olli Pettay 25784a5a17 Bug 1512259 - No need to special case <button> in marionette, r=ato
--HG--
extra : rebase_source : 8489d12617508e0a7ab2e1ef526d854d031405ab
2018-12-04 17:30:43 +02:00
Daniel Varga ff20f2519a Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE
--HG--
extra : rebase_source : 28249a6c172f584d05eb3a775578ebd0839aa057
2019-01-03 18:28:27 +02:00
Cristina Coroiu 62212fa97c Bug 1418778 - disable create_alwaysMatch.py on windows ccov for frequent failures. r=jmaher 2019-01-03 04:07:00 +02:00
Rob Wood 0daee297ae Bug 1491097 - Add utils unit test; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D13153

--HG--
extra : moz-landing-system : lando
2018-11-28 18:44:02 +00:00
Rob Wood a5e0666632 Bug 1491097 - Add manifest unit test; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D13139

--HG--
extra : moz-landing-system : lando
2018-12-28 20:01:10 +00:00
Jared Wein acfe9c8baf Bug 1507595 - Test fixes. r=flod,Gijs
There are multiple fixes contained in this patch:
- fixes for Android/mobile support
- adding extra strings to the ftl file that were never defined before, and previously the ID was just printed to the page
- update test_l10n.py to not rely on about:support anymore
- changing Troubleshoot.jsm to return and ID and args for the strings that should be displayed, so it is compatible with the Fluent API
- misc. fixes so strings that are not localized don't go through the Fluent codepath

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

--HG--
extra : moz-landing-system : lando
2018-12-28 19:40:33 +00:00
Geoffrey Sneddon 4997b75c09 Bug 1510695 - Fix URL comparisons in reftestWait r=jgraham
Depends on D13281

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

--HG--
extra : moz-landing-system : lando
2018-12-12 17:44:20 +00:00
Geoffrey Sneddon 90c525577a Bug 1510693 - Tests for marionette's reftest runner r=jgraham,ato
Differential Revision: https://phabricator.services.mozilla.com/D13281

--HG--
extra : moz-landing-system : lando
2018-12-12 17:44:43 +00:00
Olli Pettay fd23b8338a Bug 1498383 - clear.py relies on old Gecko's <button> hit testing, r=ato
--HG--
extra : rebase_source : 6ab352c153d5ef45acadd83c94b4e35d371ea90b
2018-10-12 14:21:41 +03:00
Olli Pettay b977d23eb2 Bug 1089326, make <button> hit testing similar to other elements which may have some content, and for click target find the common (interactive) ancestor, r=masayuki
--HG--
extra : rebase_source : 80caab4e074d552c38b62842fe3102fb6735dfd9
2018-12-11 23:35:40 +02:00
moz-wptsync-bot 7a59cbd8de Bug 1513357 - [wpt-sync] Update web-platform-tests to 25f3222fcba6e642e2edfe4bb29a5793c8109dfc, a=testonly
wpt-head: 25f3222fcba6e642e2edfe4bb29a5793c8109dfc
wpt-type: landing
2018-12-12 10:50:08 +00:00
youennf 9dbd0b18e2 Bug 1510886 [wpt PR 14286] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191986, a=testonly
Automatic update from web-platform-testsWebKit export of https://bugs.webkit.org/show_bug.cgi?id=191986 (#14286)

--

wpt-commits: 25f3222fcba6e642e2edfe4bb29a5793c8109dfc
wpt-pr: 14286
2018-12-12 10:50:08 +00:00
Robert Ma 99d1e8b63c Bug 1510935 [wpt PR 14290] - Attempt to monitor memory from userspace, a=testonly
Automatic update from web-platform-testsAttempt to monitor memory from userspace

It is suspected that Taskcluster jobs sometimes fail due to OOM. It is
hard to know what exactly happens if the kernel OOM killer kicks in.
This change attempts to use a user-space solution: earlyoom.

There are two benefits of earlyoom:
1. Logging: we can log the memory usage periodically and the actions
   taken by earlyoom when the system is low on memory.
2. Recovery: we can teach earlyoom to prefer to kill browser processes
   and avoid python processes (wpt) so that the runner has a chance to
   recover (marking the test as CRASH and carrying on).

--

wpt-commits: 02621fd7b68d71f2b27c493ea81d5687643a1e0b
wpt-pr: 14290
2018-12-12 10:50:07 +00:00
moz-wptsync-bot a1439920d1 Bug 1477466 [wpt PR 12118] - Update wpt metadata, a=testonly
wpt-pr: 12118
wpt-type: metadata
2018-12-12 10:50:07 +00:00
jugglinmike 82eb93515e Bug 1477466 [wpt PR 12118] - [permissions] Add tests for "Set Permission", a=testonly
Automatic update from web-platform-tests[permissions] Add tests for "Set Permission" (#12118)

https://w3c.github.io/permissions/#automation
--

wpt-commits: 265b7a171ff52dff31a5cb0646ae55b5799f6be5
wpt-pr: 12118
2018-12-12 10:50:06 +00:00
moz-wptsync-bot 08975e2d70 Bug 1510878 [wpt PR 14285] - Update wpt metadata, a=testonly
wpt-pr: 14285
wpt-type: metadata
2018-12-12 10:50:06 +00:00
Nicolas Pena a85845d685 Bug 1510878 [wpt PR 14285] - Move EventTiming tests to WPT Try 3, a=testonly
Automatic update from web-platform-testsMove EventTiming tests to WPT Try 3

This CL moves the tests in http/tests/event-timing to external/wpt/event-timing.
The slow image is change from php based to python based. The click is now
handled by test driver. and setTimeout is replaced with step_timeout.

Bug: 841224, 908187, 907948, 907949
Change-Id: Ia6359878666cfb96645aa3b7cd7736ce9df97683
Reviewed-on: https://chromium-review.googlesource.com/c/1352617
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612214}

--

wpt-commits: a2e7e014f92c8daf98fb5915b39b9c013c543904
wpt-pr: 14285
2018-12-12 10:50:06 +00:00
Chris Lilley 56dc998c80 Bug 1508045 [wpt PR 14111] - SVG Text Parsing, a=testonly
Automatic update from web-platform-testsMerge pull request #14111 from ewilligers/svg-text-parsing

SVG Text Parsing
--

wpt-commits: b28b033c82d129d9bc70b13d9a29d756de07b122
wpt-pr: 14111
2018-12-12 10:50:05 +00:00
John Chen 6b497e9979 Bug 1510866 [wpt PR 14283] - Remove browserName from default Chrome capabilities, a=testonly
Automatic update from web-platform-testsRemove browserName from default Chrome capabilities

The configuration for Chrome currently sends 'browserName' capability
to ChromeDriver by default. This is unnecessary, and causes errors in
several test cases in webdriver/tests/new_session, whenever a test case
wants to set a different browserName.

--

wpt-commits: 04d65b39f4f66d238f0329740ef658fafb446cf5
wpt-pr: 14283
2018-12-12 10:50:05 +00:00
autofoolip 5c37e2397b Bug 1511023 [wpt PR 14296] - Update interfaces/payment-request.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/payment-request.idl (#14296)

Source: https://github.com/tidoust/reffy-reports/blob/a232594/whatwg/idl/payment-request.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/461143420
--

wpt-commits: 9118ed350f14c15cb78c03f6054b541859e76054
wpt-pr: 14296
2018-12-12 10:50:05 +00:00
moz-wptsync-bot 67ef967843 Bug 1506337 [wpt PR 14013] - Update wpt metadata, a=testonly
wpt-pr: 14013
wpt-type: metadata
2018-12-12 10:50:04 +00:00
autofoolip 6722041508 Bug 1506337 [wpt PR 14013] - Update interfaces/webxr.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/webxr.idl (#14013)

Source: https://github.com/tidoust/reffy-reports/blob/a232594/whatwg/idl/webxr.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/461143420
--

wpt-commits: be0d224c8b27273462ed59a590abfc07989ad220
wpt-pr: 14013
2018-12-12 10:50:04 +00:00
Ryosuke Niwa 4ba829e6b7 Bug 1511016 [wpt PR 14295] - Move back resources/custom-elements-helpers.js into custom-elements/resources/custom-elements-helpers.js after darsh7807, a=testonly
Automatic update from web-platform-testsMove back resources/ustom-elements-helpers.js into custom-elements/resources/custom-elements-helpers.js after darsh7807 (#14295)

This file has no business being in the top-level resources directory.
--

wpt-commits: 32886e656c654b8b69b6767dd2a43dd25aec0fc5
wpt-pr: 14295


--HG--
rename : testing/web-platform/tests/resources/custom-elements-helpers.js => testing/web-platform/tests/custom-elements/resources/custom-elements-helpers.js
2018-12-12 10:50:04 +00:00
Mounir Lamouri f4bb42f88f Bug 1510916 [wpt PR 14289] - Media Capabilities: implement response side of Encrypted Media., a=testonly
Automatic update from web-platform-testsMedia Capabilities: implement response side of Encrypted Media.

This is adding an DecodingInfo class that carries key system access
information back and create a MediaKeySystemAccess.

This implementation in //media/blink is a stub that is meant to only
pass WPT tests at the moment.

Bug: 907909
Change-Id: I3bac0087ca3051defb8b47d10fffdb6052814ae9
Reviewed-on: https://chromium-review.googlesource.com/c/1348733
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611917}

--

wpt-commits: 38ba0516aac49af3e3cd971038266393aa0e107e
wpt-pr: 14289
2018-12-12 10:50:03 +00:00
Coroiu Cristina 3160ddc1f0 Merge inbound to mozilla-central a=merge 2018-12-12 07:12:07 +02:00
Mike Hommey 33610741ba Bug 1513157 - Don't install minidump_stackwalk in the Ubuntu test image. r=gps,ted
Differential Revision: https://phabricator.services.mozilla.com/D14133

--HG--
extra : moz-landing-system : lando
2018-12-11 22:52:12 +00:00
Coroiu Cristina add0a6f476 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-12-11 23:59:59 +02:00
Mark Banner 0304564ac7 Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13754

--HG--
extra : moz-landing-system : lando
2018-12-11 21:39:40 +00:00
Mark Banner e2234d6da6 Bug 1415483 - Extend reject-importGlobalProperties to reject any priviliged items already in scope. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13753

--HG--
extra : moz-landing-system : lando
2018-12-11 21:39:38 +00:00
Coroiu Cristina 94e921ee4b Merge inbound to mozilla-central a=merge 2018-12-11 23:32:04 +02:00
Csoregi Natalia 9e970681f2 Backed out 2 changesets (bug 1415483) for multiple failures e.g. on test_message_manager_ipc.html. CLOSED TREE
Backed out changeset d00748de66fc (bug 1415483)
Backed out changeset 8dea94258f54 (bug 1415483)
2018-12-11 19:30:57 +02:00
Alexandre Poirot 37fcc38aa4 Bug 1510949 - Make protocol.js support es6 classes for fronts. r=yulia
MozReview-Commit-ID: JegR2JsyNrI

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

--HG--
extra : moz-landing-system : lando
2018-12-11 16:32:41 +00:00
Csoregi Natalia 354257650e Merge mozilla-central to autoland. CLOSED TREE 2018-12-11 18:29:02 +02:00
James Graham 46c73bd929 Bug 1512116 - Allow tab leaks for fetch and service-worker tests, r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D14081

--HG--
extra : moz-landing-system : lando
2018-12-11 14:46:32 +00:00
James Graham dd922b8413 Bug 1436244 - Allow 2000 bytes leaking on wpt mac, r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D14080

--HG--
extra : moz-landing-system : lando
2018-12-11 14:47:00 +00:00
Mark Banner 1abdc8687f Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13754

--HG--
extra : moz-landing-system : lando
2018-12-11 14:09:44 +00:00
Mark Banner 4d543888a6 Bug 1415483 - Extend reject-importGlobalProperties to reject any priviliged items already in scope. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13753

--HG--
extra : moz-landing-system : lando
2018-12-11 14:09:24 +00:00
Emilio Cobos Álvarez 6ade81cf51 Bug 1511625 - Restore the status quo before bug 1511324.
Pretty sure I saw the test pass on my try run, but oh well.
2018-12-11 14:57:31 +01:00
Brindusan Cristian aa91f31814 Backed out changeset 142c190bb67a (bug 1511625) for wpt failures in scroll-to-the-fragment-in-shadow-tree.html.ini. 2018-12-11 07:05:33 +02:00
Csoregi Natalia ea7eda334f Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-12-11 11:40:09 +02:00
Narcis Beleuzu 208387527a Merge mozilla-central to inbound. a=merge 2018-12-11 07:26:37 +02:00
Narcis Beleuzu 42c226c6b3 Backed out 131 changesets (bug 1483060, bug 1507325, bug 1509766, bug 1509173, bug 1447897, bug 1509859, bug 1510489, bug 1510196, bug 1507486, bug 1510315, bug 1510042, bug 1510645, bug 1508901, bug 1509857, bug 1509481, bug 1509201, bug 1509360, bug 1509204, bug 1503351, bug 1510303, bug 1510699, bug 1508488, bug 1510417, bug 1507258, bug 1507753, bug 1504428, bug 1509438, bug 1509436, bug 1509772, bug 1509773, bug 1509883, bug 1510638, bug 1508928, bug 1509526, bug 1510870, bug 1509506, bug 1509239, bug 1508871, bug 1487018, bug 1509130, bug 1509338, bug 1509611, bug 1509401, bug 1509335, bug 1509566, bug 1509243, bug 1510062, bug 1509419, bug 1510061, bug 1509612, bug 1511399, bug 1510373, bug 1509422, bug 1510170, bug 1510171, bug 1510172, bug 1507984, bug 1507775, bug 1509349, bug 1481585, bug 1507837, bug 1509343, bug 1509775, bug 1500160, bug 1509792, bug 1509790, bug 1509797, bug 1509602, bug 1509603, bug 1509517, bug 1510092, bug 1507797, bug 1510148, bug 1509564, bug 1510140, bug 1508914, bug 1509598, bug 1509312, bug 1509310, bug 1509351, bug 1509355, bug 1509463, bug 1509465, bug 1454984, bug 1509468, bug 1506701, bug 1509695, bug 1509694) for spidermokey bustages on bad-strategies.js
Backed out changeset fcd0236d7afa (bug 1511399)
Backed out changeset e57f1cff602f (bug 1509602)
Backed out changeset 0b691a965306 (bug 1509602)
Backed out changeset d615ea8e8dbe (bug 1510870)
Backed out changeset bea20d1644f8 (bug 1510638)
Backed out changeset 341d1454a719 (bug 1510645)
Backed out changeset 7c40a661e06a (bug 1510417)
Backed out changeset 55d7a32adf3e (bug 1510417)
Backed out changeset 4b81c4c2722a (bug 1510699)
Backed out changeset 885ff808ee3d (bug 1510489)
Backed out changeset 0bb7f3d61db2 (bug 1510489)
Backed out changeset 82a89d8cec98 (bug 1509401)
Backed out changeset 53bd5ece31e6 (bug 1509401)
Backed out changeset dabb54327a11 (bug 1509857)
Backed out changeset 71deaa0942d3 (bug 1509857)
Backed out changeset 453380fa9597 (bug 1507984)
Backed out changeset 6d7f837ccbe1 (bug 1507984)
Backed out changeset ed91c65bb17e (bug 1509517)
Backed out changeset e61986873e76 (bug 1509517)
Backed out changeset e17130d54efc (bug 1510148)
Backed out changeset 4d2ca6c4816d (bug 1504428)
Backed out changeset 737d0ec9198a (bug 1504428)
Backed out changeset 8b2dd9baa2e0 (bug 1509694)
Backed out changeset 763b81a477a9 (bug 1509694)
Backed out changeset f6b9756d68b0 (bug 1510061)
Backed out changeset 58b8d41e9b59 (bug 1510061)
Backed out changeset e43407fb6f9d (bug 1510092)
Backed out changeset 834b0fe4e318 (bug 1509173)
Backed out changeset df6134e0788a (bug 1509173)
Backed out changeset 76ee196e863f (bug 1510062)
Backed out changeset a507c55880c7 (bug 1510062)
Backed out changeset 4cf05d8ae51e (bug 1509338)
Backed out changeset ec683b020846 (bug 1510315)
Backed out changeset 22fc38b4cccb (bug 1510315)
Backed out changeset 260d4216ebba (bug 1510042)
Backed out changeset 197bb0764619 (bug 1510042)
Backed out changeset 0fa6f935ad10 (bug 1508901)
Backed out changeset 4fb8b50d7a66 (bug 1508901)
Backed out changeset 5a996f748395 (bug 1510373)
Backed out changeset 723db451649c (bug 1510373)
Backed out changeset e6d78f16bd73 (bug 1509859)
Backed out changeset af450646a969 (bug 1509859)
Backed out changeset fcc10971a6e8 (bug 1509419)
Backed out changeset 7721f268ee77 (bug 1510303)
Backed out changeset 310e74f987c1 (bug 1510171)
Backed out changeset bdd2149e1ba1 (bug 1510170)
Backed out changeset 6c08117876e6 (bug 1510196)
Backed out changeset 4cd63a9278f8 (bug 1509772)
Backed out changeset 9d01c22bac93 (bug 1510172)
Backed out changeset 74e263be28ce (bug 1510172)
Backed out changeset eaada8efafca (bug 1509797)
Backed out changeset a6ef4aa89f45 (bug 1454984)
Backed out changeset f49a14324463 (bug 1454984)
Backed out changeset 550d21e06e90 (bug 1510140)
Backed out changeset dd707cfbeb0e (bug 1507258)
Backed out changeset db69c8dd1e1b (bug 1507258)
Backed out changeset 4ee76bcc47a1 (bug 1509792)
Backed out changeset 050bf471d5cb (bug 1509792)
Backed out changeset deed5aad26b3 (bug 1481585)
Backed out changeset 7eea409daa8b (bug 1509201)
Backed out changeset 57aedf21b9c5 (bug 1509201)
Backed out changeset 39dc1e17f388 (bug 1509438)
Backed out changeset 35ab42d3626e (bug 1509438)
Backed out changeset 41e2805d6b57 (bug 1509790)
Backed out changeset 15eb57180700 (bug 1509790)
Backed out changeset a9a0fb79a2ca (bug 1509775)
Backed out changeset 3cee5ee7e89d (bug 1509775)
Backed out changeset bff634662787 (bug 1509766)
Backed out changeset 67220e78c452 (bug 1509766)
Backed out changeset cf1ab6cd9f83 (bug 1447897)
Backed out changeset 9dcd0dc42e79 (bug 1447897)
Backed out changeset 531f616d71b3 (bug 1508488)
Backed out changeset 2e460352f253 (bug 1508488)
Backed out changeset 051417f3d3f3 (bug 1509883)
Backed out changeset 8f1dd7944d50 (bug 1509773)
Backed out changeset 1261a407197b (bug 1509773)
Backed out changeset 950188672908 (bug 1487018)
Backed out changeset 3284125abf45 (bug 1487018)
Backed out changeset 724c1eeb7910 (bug 1509463)
Backed out changeset f9c3cf504b7a (bug 1509695)
Backed out changeset f1d03b49d1d6 (bug 1509465)
Backed out changeset b8c86bd9d68e (bug 1509612)
Backed out changeset 2d0334e10ba1 (bug 1509611)
Backed out changeset 155ddc13d7a0 (bug 1509468)
Backed out changeset 11dbd2833e02 (bug 1509598)
Backed out changeset ae1b488dbc16 (bug 1509130)
Backed out changeset 978c4475bce2 (bug 1509130)
Backed out changeset 77eab0952d9d (bug 1509603)
Backed out changeset 5a5ec2897605 (bug 1483060)
Backed out changeset c2f00da426ba (bug 1483060)
Backed out changeset 82dc402e581c (bug 1509310)
Backed out changeset 92c8c87dffcf (bug 1509422)
Backed out changeset fce061989f24 (bug 1509566)
Backed out changeset 70988c50685f (bug 1511399)
Backed out changeset a393d292ef04 (bug 1509564)
Backed out changeset 5f1fcc55c350 (bug 1503351)
Backed out changeset 9b073aa19f6a (bug 1503351)
Backed out changeset 9acf8f2e2e82 (bug 1507775)
Backed out changeset 456273bb9289 (bug 1507837)
Backed out changeset 9caf65060547 (bug 1509526)
Backed out changeset b5b09b2d8445 (bug 1509506)
Backed out changeset cde8bfd0dbc4 (bug 1509506)
Backed out changeset d31b1d91a876 (bug 1509481)
Backed out changeset b5a80f4677f2 (bug 1509436)
Backed out changeset a6e95027e177 (bug 1509436)
Backed out changeset 478bb0fcfa9a (bug 1507753)
Backed out changeset 6dec8a00622a (bug 1508928)
Backed out changeset a1cc7364d13d (bug 1508928)
Backed out changeset 088b74eab160 (bug 1506701)
Backed out changeset aef622ea3691 (bug 1507486)
Backed out changeset 9f864e965fbd (bug 1508914)
Backed out changeset b7f3db124039 (bug 1508914)
Backed out changeset dc5b16243cbf (bug 1509239)
Backed out changeset 1ae4e7035bb1 (bug 1509204)
Backed out changeset 39bc05c1887a (bug 1509204)
Backed out changeset 968beebda7f2 (bug 1507325)
Backed out changeset 36b10e4454a8 (bug 1507325)
Backed out changeset 5acde4c777eb (bug 1509343)
Backed out changeset fb53794d49e7 (bug 1509360)
Backed out changeset d75a74c29bb6 (bug 1509360)
Backed out changeset 876d71e94aa4 (bug 1508871)
Backed out changeset ec39d0b1ef49 (bug 1508871)
Backed out changeset b724eeef1f5e (bug 1509335)
Backed out changeset 7ac6bce2781d (bug 1507797)
Backed out changeset aa960526fb2d (bug 1509355)
Backed out changeset 4b33023c62f9 (bug 1500160)
Backed out changeset dd64bd9c8000 (bug 1509349)
Backed out changeset 8837efcf2f34 (bug 1509351)
Backed out changeset d07ad4e1e5c5 (bug 1509312)
Backed out changeset feff3cf9a249 (bug 1509312)
Backed out changeset 634d87030e9c (bug 1509243)
2018-12-11 06:40:50 +02:00
moz-wptsync-bot a901610004 Bug 1511399 - [wpt-sync] Update web-platform-tests to 7268cc55c89de22afe2823f20aa05b8cab6a66bd, a=testonly
wpt-head: 7268cc55c89de22afe2823f20aa05b8cab6a66bd
wpt-type: landing
2018-12-11 03:02:35 +00:00
moz-wptsync-bot 47d825b2c8 Bug 1509602 [wpt PR 14216] - Update wpt metadata, a=testonly
wpt-pr: 14216
wpt-type: metadata
2018-12-11 03:02:34 +00:00
Mounir Lamouri b31c49e0fd Bug 1509602 [wpt PR 14216] - Media Capabilities: implement Blink shell of encrypted media support., a=testonly
Automatic update from web-platform-tests
Media Capabilities: implement Blink shell of encrypted media support.

This is adding the interface changes, the code checking for corectedness,
does type conversion and checks for the edge cases mentioned in spec.

This is also adding WPT.

Bug: 907909
Change-Id: Ieebe5b25202a403e50a09576ac283690c0f0ba55
Reviewed-on: https://chromium-review.googlesource.com/c/1348972
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611871}

--

wpt-commits: 7268cc55c89de22afe2823f20aa05b8cab6a66bd
wpt-pr: 14216
2018-12-11 03:02:34 +00:00
Fredrik Söderquist e89858ad1b Bug 1510870 [wpt PR 14284] - Disabled (empty) SVG shapes cannot be hit, a=testonly
Automatic update from web-platform-tests
Disabled (empty) SVG shapes cannot be hit

Disabled SVG shapes [1][2][3] should not be possible to hit since they
are considered "not rendered".

[1] https://svgwg.org/svg2-draft/shapes.html#RectElement
[2] https://svgwg.org/svg2-draft/shapes.html#CircleElement
[3] https://svgwg.org/svg2-draft/shapes.html#EllipseElement

Bug: 896641
Change-Id: I5fe530722a4d60ecd416cd68f06a7555bb6a520f
Reviewed-on: https://chromium-review.googlesource.com/c/1353983
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#611840}

--

wpt-commits: d021d847618deb4ed897aa25970ebc9838681d13
wpt-pr: 14284
2018-12-11 03:02:33 +00:00
autofoolip d0c6558af0 Bug 1510638 [wpt PR 14275] - Update interfaces/css-fonts.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-fonts.idl (#14275)

Source: https://github.com/tidoust/reffy-reports/blob/6f59720/whatwg/idl/css-fonts.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/460633569
--

wpt-commits: fa478aee49d2d9bee362c456f7d70db47cdc921a
wpt-pr: 14275
2018-12-11 03:02:33 +00:00
autofoolip 138911f48a Bug 1510645 [wpt PR 14277] - Update interfaces/web-nfc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/web-nfc.idl (#14277)

Source: https://github.com/tidoust/reffy-reports/blob/6f59720/whatwg/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/460633569
--

wpt-commits: b608c953d49d3b0dc2c974034fff043c7e15b6dc
wpt-pr: 14277
2018-12-11 03:02:32 +00:00
moz-wptsync-bot e95c3e335c Bug 1510417 [wpt PR 14261] - Update wpt metadata, a=testonly
wpt-pr: 14261
wpt-type: metadata
2018-12-11 03:02:32 +00:00
Daniel Vogelheim 742cd63b4b Bug 1510417 [wpt PR 14261] - [Trusted Types] Prevent mutation of Trusted Types built-ins., a=testonly
Automatic update from web-platform-tests
[Trusted Types] Prevent mutation of Trusted Types built-ins.

Bug: 739170
Change-Id: Iafeabd00f6dde0c1ecf055a5f9f006059e43c9f7
Reviewed-on: https://chromium-review.googlesource.com/c/1346449
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611736}

--

wpt-commits: a19211f85d6aa4cf7a88f30833a800ccb24126c4
wpt-pr: 14261
2018-12-11 03:02:32 +00:00
Ned Nguyen 7b7ae410cf Bug 1510699 [wpt PR 14282] - Revert "Align resource timing buffer full processing to spec PR 168 (reland)", a=testonly
Automatic update from web-platform-tests
Revert "Align resource timing buffer full processing to spec PR 168 (reland)"

This reverts commit 6dd060768d1c1183e0d29e422a2213f106d98299.

Reason for revert: suspect causing  WebRtcDisableEncryptionFlagBrowserTest.VerifyEncryption to be flaky (FindIt's report)

BUG:chromium:909704

Original change's description:
> Align resource timing buffer full processing to spec PR 168 (reland)
>
> This change implements the processing model from PR 168[1], when
> it comes to setResourceTimingBufferSize(), clearResourceTimings()
> and the firing of the resourcetimingbufferfull event.
>
> This is a reland of
> https://chromium-review.googlesource.com/c/chromium/src/+/1345269
> (but with nicer tests).
>
> [1] https://github.com/w3c/resource-timing/pull/168
>
> Change-Id: I10431bfda7f79b484c7ee5c608bb8a360d905339
> Bug: 908181, 908414
> Reviewed-on: https://chromium-review.googlesource.com/c/1350950
> Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#611174}

TBR=npm@chromium.org,yoavweiss@chromium.org

Change-Id: Ia4bf26c6be1e7c4ae35b904bac25fe031f854604
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 908181, 908414
Reviewed-on: https://chromium-review.googlesource.com/c/1354123
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#611722}

--

wpt-commits: ec13cf1ca3abf13ae1004003e791fd9937be0b49
wpt-pr: 14282
2018-12-11 03:02:31 +00:00
moz-wptsync-bot ae3444b066 Bug 1510489 [wpt PR 14266] - Update wpt metadata, a=testonly
wpt-pr: 14266
wpt-type: metadata
2018-12-11 03:02:31 +00:00
Ali Juma 5aec04b6a0 Bug 1510489 [wpt PR 14266] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191975, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191975 (#14266)

* WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191975
* Intersection Observer: rootMargin: '' gives weird results
--

wpt-commits: 3be4e5e87f7272be103f897f32448d2e42c21b01
wpt-pr: 14266
2018-12-11 03:02:30 +00:00
moz-wptsync-bot 58d78f962b Bug 1509401 [wpt PR 14192] - Update wpt metadata, a=testonly
wpt-pr: 14192
wpt-type: metadata
2018-12-11 03:02:30 +00:00
Andy Paicu 7a5a177c56 Bug 1509401 [wpt PR 14192] - Add javascript navigations interop tests, a=testonly
Automatic update from web-platform-tests
Add javascript navigations interop tests

https://github.com/w3c/webappsec-csp/issues/322 raises an interop issue
It appears the issue itself has been fixed since but I've added these
tests regardless to ensure there is no regression.

Bug: 694525
Change-Id: Icb5502e228b3a96c176cbe23d5b4ce9c5c8640ab
Reviewed-on: https://chromium-review.googlesource.com/c/1348054
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611643}

--

wpt-commits: a82d43808d79ecd0074a4623fd69e3a7bb16c188
wpt-pr: 14192
2018-12-11 03:02:29 +00:00
moz-wptsync-bot 101ba2b530 Bug 1509857 [wpt PR 14233] - Update wpt metadata, a=testonly
wpt-pr: 14233
wpt-type: metadata
2018-12-11 03:02:29 +00:00
Andy Paicu efafe1c428 Bug 1509857 [wpt PR 14233] - Added srcdoc iframe inheritance test, a=testonly
Automatic update from web-platform-tests
Added srcdoc iframe inheritance test

Added a test for behavior around srcdoc iframes CSP inheritance.
This tests the current specified behavior of always inheriting the
parent CSP for srcdoc iframes.

Bug: 694525
Change-Id: I049ef8c5a9e75c052dc2767ea2d523f54cca497f
Reviewed-on: https://chromium-review.googlesource.com/c/1350889
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611638}

--

wpt-commits: ea0386308c52ade6f0c3f0ee6192cb201386e6d8
wpt-pr: 14233
2018-12-11 03:02:29 +00:00
moz-wptsync-bot ebfb5d9c38 Bug 1507984 [wpt PR 14099] - Update wpt metadata, a=testonly
wpt-pr: 14099
wpt-type: metadata
2018-12-11 03:02:28 +00:00
Fergal Daly f5db7ad503 Bug 1507984 [wpt PR 14099] - [css] Switch part attribute to a DOMTokenList, a=testonly
Automatic update from web-platform-tests
[css] Switch part attribute to a DOMTokenList

Adds tests for manipulating it via the attribute.

Renames PartNames() to Part() to match with part(), the API wrapper.

This uses the same IDL as classList.

Bug: 805271
Change-Id: I9715df48478510029f5d985124e46111c41cffc3
Reviewed-on: https://chromium-review.googlesource.com/c/1333014
Commit-Queue: Fergal Daly <fergal@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611570}

--

wpt-commits: 66710fe6fe1fccc5a4b096da62f3585452dd060c
wpt-pr: 14099
2018-12-11 03:02:28 +00:00
moz-wptsync-bot 4d840be5da Bug 1509517 [wpt PR 14205] - Update wpt metadata, a=testonly
wpt-pr: 14205
wpt-type: metadata
2018-12-11 03:02:27 +00:00