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

40911 Коммитов

Автор SHA1 Сообщение Дата
Geoff Brown d2bcfce6f8 Bug 1600713 - Grant FOREGROUND_SERVICE permission to android test apps; r=bc
Simple addition of one item to list of granted permissions, for Android P+; see bug 1553515.

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

--HG--
extra : moz-landing-system : lando
2019-12-02 23:17:40 +00:00
Punam Dahiya 5448031408 Bug 1600332 - Fix awsy tests to measure common case non-triplets new tab page r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D55530

--HG--
extra : moz-landing-system : lando
2019-12-02 20:56:25 +00:00
Andreea Pavel 55d59d757d Bug 1569098 - update redirect-https-downgrade.tentative.sub.html expectation r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D55461

--HG--
extra : moz-landing-system : lando
2019-12-02 16:56:52 +00:00
Cosmin Sabou 0c2c5991a8 Bug 1600445 - Update expectations for decode-utf8.any.serviceworker.html on release or beta. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D55368

--HG--
extra : moz-landing-system : lando
2019-12-02 17:40:30 +00:00
Cosmin Sabou a870451527 Bug 1600442 - Add release or beta expectations for sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D55369

--HG--
extra : moz-landing-system : lando
2019-12-02 17:40:07 +00:00
Cosmin Sabou 128d09ce39 Bug 1600446 - Update webaudio/the-audio-api/the-audioworklet-interface/ for beta and release. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D55367

--HG--
extra : moz-landing-system : lando
2019-12-02 15:43:01 +00:00
Ciure Andrei e473bd5f57 Backed out 10 changesets (bug 1582512) for causing browser_preferences_usage.js to permafail CLOSED TREE
Backed out changeset a615a2c07523 (bug 1582512)
Backed out changeset 7dd0266da0a1 (bug 1582512)
Backed out changeset dfdefc6ede97 (bug 1582512)
Backed out changeset 59db30e1915f (bug 1582512)
Backed out changeset 1eb6f6b02149 (bug 1582512)
Backed out changeset 391ed11326fb (bug 1582512)
Backed out changeset 02865605c1c3 (bug 1582512)
Backed out changeset 017582048986 (bug 1582512)
Backed out changeset 1374c08302f9 (bug 1582512)
Backed out changeset 40dd63b6910a (bug 1582512)
2019-12-02 19:23:12 +02:00
Tom Ritter fc663a0a8d Bug 1582512 - Disable script filename restrictions in Marionette r=jandem,marionette-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D51676

--HG--
extra : moz-landing-system : lando
2019-12-02 15:46:21 +00:00
Tom Ritter e751bb508a Bug 1592297 - Remove MOZ_QUIET and disable this output by default. r=mccr8,jdescottes
Instead of setting MOZ_QUIET to hide the DOMWINDOW and DOCSHELL log messages, you
now must set a regular logging module to enable them. They are automatically enabled
on tests that rely on these messages are leak checking.

That module is DocShellAndDOMWindowLeak:3

One disadvantage of this change is that you cannot set MOZ_QUIET to hide these
messages when running those tests (primarily browser-chrome).

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

--HG--
extra : moz-landing-system : lando
2019-12-02 15:41:35 +00:00
Mihai Alexandru Michis 3f8e4cc2e1 Backed out 3 changesets (bug 1600314) for causing bc and dt failures regarding manifest filters. CLOSED TREE
Backed out changeset 4c4e74df38bd (bug 1600314)
Backed out changeset 3c4063b93ce7 (bug 1600314)
Backed out changeset d28d71c964c7 (bug 1600314)
2019-12-02 16:44:35 +02:00
Andrew Halberstadt 54c9a113e7 Bug 1600314 - [runtimes] Don't store runtime information for included manifests, r=gbrown
Some manifests get included by parent manifests (e.g [include:<child
manifest>]). The runtime of these manifests should be rolled into the runtime
of the parent manifest as that is how it will be run in CI.

This change also updates the runtimes files to incorporate this change.

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

--HG--
extra : moz-landing-system : lando
2019-11-29 16:44:45 +00:00
Andrew Halberstadt 8c10901652 Bug 1600314 - [manifestparser] Use 'ancestor_manifest' in the 'chunk_by_runtime' filter (if it exists), r=gbrown
Ensures child (aka included) manifests always run in the same chunk as their parent.

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

--HG--
extra : moz-landing-system : lando
2019-12-02 14:24:30 +00:00
Andrew Halberstadt c66002dc20 Bug 1600314 - [manifestparser] Make 'ancestor_manifest' a relative path, r=gbrown
Also rename the key from 'ancestor-manifest' to 'ancestor_manifest' to be
consistent with other keys.

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

--HG--
extra : moz-landing-system : lando
2019-11-29 16:16:09 +00:00
Gabriele Svelto d0e4d2c6c2 Bug 1420363 - Write crash annotations as JSON r=froydnj,agi
This patch rolls up all the required changes for this purpose. Since the
whole crash reporting flow must understand the new format it's not possible
to land this as separate patches as individually they would be broken. This
patch includes the following changes:

* Changes to the crash reporting machinery to write out annotations as JSON,
  these includes changes to the DLL blocklist code that must be run at crash
  time.
* Modifications to the crash reporter client so that it can read and
  submit the new format; this includes platform-specific changes to the
  Breakpad libraries it uses for submitting crashes.
* Modifications to the minidump-analyzer to understand and process the new
  format correctly.
* Modifications to the crash manager to understand and process the new format
  correctly.
* Modifications to GeckoView's crash handler to understand and submit the
  new format correctly.
* Added new tests to cover the new format and modified existing ones to
  accomodate the new one.

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

--HG--
extra : moz-landing-system : lando
2019-12-02 13:18:35 +00:00
Simon Fraser 62a33810d8 Bug 1599482 Remove MAR_CHANNEL_ID references in release_to_esr merge r=tomprince
The next merge will mean esr68 doesn't have a confvars.sh that
references these lines, and the current config is broken due to the 'from'
lines not existing in mozilla-release

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

--HG--
extra : moz-landing-system : lando
2019-11-29 17:53:12 +00:00
Ciure Andrei 1b5b6af7bd Backed out 2 changesets (bug 1598470, bug 1595720) for causing browser_fullscreen_cross_origin.js to permafail CLOSED TREE
Backed out changeset 02fbe3085e54 (bug 1598470)
Backed out changeset 40f6133b6b61 (bug 1595720)
2019-12-02 12:55:37 +02:00
Thomas Nguyen 8da4de5388 Bug 1598470 - Reduce number of supported features in Feature Policy r=baku
Differential Revision: https://phabricator.services.mozilla.com/D54200

--HG--
extra : moz-landing-system : lando
2019-12-02 09:39:46 +00:00
Andreea Pavel 04d8e76293 Bug 1572279 - update SharedWorker-exception-propagation.html expectation on mac r=egao
Differential Revision: https://phabricator.services.mozilla.com/D55342

--HG--
extra : moz-landing-system : lando
2019-11-30 06:18:41 +00:00
Ting-Yu Lin 373306dcc0 Bug 1594937 - Remove w3c-css/received/css-multicol reftests. r=dbaron
Bug 1594937 comment 2 provides an analysis on why it is OK to remove
css-multicol reftests.

The manual modifications in this patch are:
- Remove `os.path.join("css-multicol")` in import-tests.py.
- Remove css-multicol lines in failures.list
- Migrate geckoview only failures annotations (bug 1558509) in failures.list
  to wpt ini files.
- Add fuzzy-if annotation to dom/tests/reftest/bug453105.html for Android.
  (bug 1600534)

Others parts are generated by running import-tests.py on a wpt
repository with commit 15f199c91a72b0d51bf0a12b3b77827ecb5051ff.

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

--HG--
extra : moz-landing-system : lando
2019-12-02 02:21:53 +00:00
Emilio Cobos Álvarez 60cb3396f1 Bug 1600459 - Fix an individual transform parsing test. r=hiro
Per spec it should serialize percentages before pixels:

  https://drafts.csswg.org/css-values-4/#sort-a-calculations-children

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

--HG--
extra : moz-landing-system : lando
2019-12-01 22:21:56 +00:00
Andrew Osmond d9c99acc89 Bug 1555376 - Snap glyphs before clipping in the shader. r=lsalzman
Snapping glyph positions are an internal detail to a primitive. As such,
any snapping required must be taken into account when calculating the
local rect. That ensures that when the clip is applied, it doesn't cut
off parts of the glyph that would have been retained after snapping.

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

--HG--
extra : moz-landing-system : lando
2019-11-30 15:57:44 +00:00
Andreea Pavel f66eb70d17 Bug 1568717 - update redirect-https-downgrade.tentative.sub.html linux expectation r=egao
Differential Revision: https://phabricator.services.mozilla.com/D55339

--HG--
extra : moz-landing-system : lando
2019-11-30 06:20:27 +00:00
Daniel Varga 00e1ca5f09 Backed out 4 changesets (bug 1589493) for linting failure at builds/worker/checkouts/gecko/dom/ipc/tests/test_process_error_oom.xhtml:12:11. On a CLOSED TREE
Backed out changeset fb609feb845a (bug 1589493)
Backed out changeset 0e09d02e484a (bug 1589493)
Backed out changeset 94aa25f22d44 (bug 1589493)
Backed out changeset 04adc4c18424 (bug 1589493)
2019-11-29 19:48:41 +02:00
David Teller 89e12a6369 Bug 1589493 - Extending BrowserTestUtils.crashFrame to allow crashing with an OOM;r=mconley
BrowserTestUtils.crashFrame now accepts additional `options`, with an argument `crashType` that may
take "CRASH_OOM" or "CRASH_INVALID_POINTER_DEREF"|null to specify the nature of the crash. The names
are taken from CrashTestUtils.jsm but this module cannot be imported as such as it has non-trivial
binary dependencies.

Depends on D54130

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

--HG--
extra : moz-landing-system : lando
2019-11-29 14:31:30 +00:00
moz-wptsync-bot c27647f8c4 Bug 1559187 [wpt PR 17314] - Update wpt metadata, a=testonly
Differential Revision: https://phabricator.services.mozilla.com/D55309

--HG--
extra : moz-landing-system : lando
2019-11-29 16:45:58 +00:00
Ms2ger d97faa6f28 Bug 1559187 [wpt PR 17314] - Add an initial test for wasm multi-value., a=testonly
Automatic update from web-platform-tests
Add an initial test for wasm multi-value. (#17314)

--

wpt-commits: b8079efa83c28bc0fc9ec7ff18b20c0be23a4275
wpt-pr: 17314

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

--HG--
extra : moz-landing-system : lando
2019-11-29 16:45:51 +00:00
Henrik Skupin d65e7e7fde Bug 1582973 - [marionette] Skip screenshot upper bounds tests on 32bit systems due to possible OOM. r=marionette-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D55247

--HG--
extra : moz-landing-system : lando
2019-11-29 13:02:37 +00:00
Daniel Varga ddf8e628c6 Backed out changeset f5a9b9855519 (bug 1559187) for causing build bustage on wasm/jsapi/constructor/multi-value.any.js. On a CLOSED TREE 2019-11-29 13:57:14 +02:00
octavian.negru c16ad3b37c Bug 1577777 - perf-reftest-singletons (perf_reftest_singletons) harness should not alert on the overall number, just on the subtests r=perftest-reviewers,igoldan,rwood
Differential Revision: https://phabricator.services.mozilla.com/D53961

--HG--
extra : moz-landing-system : lando
2019-11-29 11:32:55 +00:00
moz-wptsync-bot 494d580be4 Bug 1599119 - [wpt-sync] Update web-platform-tests to fa8e9c41c5581439f93897e7c2fe674f803bfa21, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: fa8e9c41c5581439f93897e7c2fe674f803bfa21
wpt-type: landing
2019-11-29 10:57:50 +00:00
yu han 452224a76f Bug 1598476 [wpt PR 20376] - Fixes click on inline element embedded in anchor inside <summary> breaks anchor., a=testonly
Automatic update from web-platform-tests
Fixes click on inline element embedded in anchor inside <summary> breaks anchor.

Previous to this CL, clicking on an inline element embedded in an anchor placed
inside a <summary> tag will expand the <details> section instead of navigating to
the anchor's href. However, when the anchor is placed outside of <summary>,
it behaves correctly.

The error is caused by DOMActivate event generated by the inline element. As
DOMActivate bubbles up, it bypasses the anchor's event handler, reaches the
<summary>, and is handled there. Once DOMActivate is handled, the original
click event stops propagating and terminates. This behavior, however, differs
from when the anchor tag is placed outside of the summary. DOMActivate isn't
handled, and the original click event keeps bubbling up till it's handled by
the anchor.

DOMActivate event is deprecated:
https://developer.mozilla.org/en-US/docs/Web/API/Element/DOMActivate_event.
However, since blink still has code that depends on it, replacing it is outside
of the scope for this fix. Instead, this fix is for the anchor element to
handle the DOMActivate event as it bubbles up. The anchor event handler checks
the underlying event of DOMActivate and handles it if it's a click.

I also looked at an alternative fix by trying to prevent the DOMActivate event
from bubbling up. But calling event.stopPropagation() doesn't work as the
EventDispatcher::DispatchEventPostProcess doesn't check this status.

Bug: 538283
Change-Id: I11fb072faa0563279d43a28e5dc19cee89906bf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928234
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Mason Freed <masonfreed@chromium.org>
Commit-Queue: Yu Han <yuzhehan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718552}

--

wpt-commits: fa8e9c41c5581439f93897e7c2fe674f803bfa21
wpt-pr: 20376
2019-11-29 10:57:50 +00:00
moz-wptsync-bot d7dc8268ee Bug 1599001 [wpt PR 20426] - Update wpt metadata, a=testonly
wpt-pr: 20426
wpt-type: metadata
2019-11-29 10:57:49 +00:00
Frédéric Wang a85fc8860e Bug 1599001 [wpt PR 20426] - Remove test for RTL ms and add test for legacy lquote/rquote, a=testonly
Automatic update from web-platform-tests
Remove test for RTL ms and add test for legacy lquote/rquote (#20426)

https://github.com/mathml-refresh/mathml/issues/120
--

wpt-commits: cce5582adbd6218dc617052fb3a609667b8faf49
wpt-pr: 20426
2019-11-29 10:57:49 +00:00
moz-wptsync-bot 736718a820 Bug 1598298 [wpt PR 20359] - Update wpt metadata, a=testonly
wpt-pr: 20359
wpt-type: metadata
2019-11-29 10:57:49 +00:00
Adam Rice 72e9effe26 Bug 1598298 [wpt PR 20359] - Make DecompressionStream error checking stricter, a=testonly
Automatic update from web-platform-tests
Make DecompressionStream error checking stricter

Error the stream if the input to DecompressionStream is truncated, or
there is junk after the end of the stream. This will help avoid
accidental loss of data.

Also add a thorough test of the behaviour when various fields of a
compressed stream are corrupted. Also test that errors are correctly
issued when the stream is truncated or has trailing junk.

BUG=1014422

Change-Id: I8aceeafd279b75d4fea76d7edca19024856417c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928428
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718543}

--

wpt-commits: 157b71e48394fb63f91fa497be429c3543b0ab03
wpt-pr: 20359
2019-11-29 10:57:48 +00:00
moz-wptsync-bot 6738cb55a4 Bug 1594935 [wpt PR 20166] - Update wpt metadata, a=testonly
wpt-pr: 20166
wpt-type: metadata
2019-11-29 10:57:47 +00:00
Philip Jägenstedt ea9a9d8abe Bug 1594935 [wpt PR 20166] - [Trusted Types] make the idlharness.js tentative, a=testonly
Automatic update from web-platform-tests
[Trusted Types] make the idlharness.js tentative (#20166)

Almost all of the other tests are already tentative.
--

wpt-commits: b074e94e68233694e757e746b3a17d02553735ed
wpt-pr: 20166
2019-11-29 10:57:47 +00:00
moz-wptsync-bot 422803f7f8 Bug 1592171 [wpt PR 19966] - Update wpt metadata, a=testonly
wpt-pr: 19966
wpt-type: metadata
2019-11-29 10:57:46 +00:00
Wei Wang 0c766a92c4 Bug 1592171 [wpt PR 19966] - Implement ServiceWorkerContainer.onmessageerror., a=testonly
Automatic update from web-platform-tests
Implement ServiceWorkerContainer.onmessageerror.

This patch implements ServiceWorkerContainer.onmessageerror and writes
WPT test for it.

chromestatus: https://chromestatus.com/feature/5699031592337408

Bug: 926102
Change-Id: I60e73dcb69de4a2876cc966dfa1809a30510b5f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864409
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Commit-Queue: Wei4 Wang <wei4.wang@intel.com>
Cr-Commit-Position: refs/heads/master@{#718507}

--

wpt-commits: c2ddea9d464a9ac5d31630b0b6f2a76b58e93489
wpt-pr: 19966
2019-11-29 10:57:46 +00:00
autofoolip 7bfc9051e2 Bug 1598813 [wpt PR 20417] - Update interfaces/webaudio.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webaudio.idl (#20417)

Source: https://github.com/tidoust/reffy-reports/blob/e8beb3c/ed/idl/webaudio.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/615829088
--

wpt-commits: f0cb9071aea5ce5b641fcba5f362a0796bdc70bc
wpt-pr: 20417
2019-11-29 10:57:46 +00:00
autofoolip 4545cbdbd4 Bug 1598607 [wpt PR 20399] - Update interfaces/webrtc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webrtc.idl (#20399)

Source: https://github.com/tidoust/reffy-reports/blob/c1cb4f7/ed/idl/webrtc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/615532883
--

wpt-commits: e78550f38e15e88e634f051d6d92e58f56a329aa
wpt-pr: 20399
2019-11-29 10:57:45 +00:00
autofoolip 504d0c76b8 Bug 1598542 [wpt PR 20386] - Update interfaces/payment-handler.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/payment-handler.idl (#20386)

Source: https://github.com/tidoust/reffy-reports/blob/b60317f/ed/idl/payment-handler.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/615412747
--

wpt-commits: 3c6d7d04a640e21b328bec5d568000d337f1472d
wpt-pr: 20386
2019-11-29 10:57:44 +00:00
Robert Ma 3f942da4de Bug 1598773 [wpt PR 20412] - Do not attempt to push to epochs on forks, a=testonly
Automatic update from web-platform-tests
Do not attempt to push to epochs on forks (#20412)

GITHUB_TOKEN on forks only has read access to the repo. Fixes #20392.
--

wpt-commits: 886d5cabcafee3a9e0afaa146a65fb2f69ab42f1
wpt-pr: 20412
2019-11-29 10:57:44 +00:00
moz-wptsync-bot 16121eb492 Bug 1598812 [wpt PR 20416] - Update wpt metadata, a=testonly
wpt-pr: 20416
wpt-type: metadata
2019-11-29 10:57:44 +00:00
autofoolip 82f25bb58a Bug 1598812 [wpt PR 20416] - Update interfaces/resize-observer.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/resize-observer.idl (#20416)

Source: https://github.com/tidoust/reffy-reports/blob/e8beb3c/ed/idl/resize-observer.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/615829088
--

wpt-commits: d3290a1bc112cc6bbcae33f0e65170efcd76e0df
wpt-pr: 20416
2019-11-29 10:57:43 +00:00
Alex Cooper 95554a636b Bug 1596891 [wpt PR 20278] - Remove size_x and size_z from VRStageParameters, a=testonly
Automatic update from web-platform-tests
Remove size_x and size_z from VRStageParameters

The notion of a simple "size" for Stage Parameters/bounded was a WebVr
concept that did not carry over to WebXr.  To simplify the mojom, move
the "conversion" of square stages (for those runtimes that only support
giving size x/z) down into a utility function in the device process.

Bug: 1017843
Change-Id: Ib050a7ea3655a3816f6008e82434435ecb2c4426
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918037
Commit-Queue: Alexander Cooper <alcooper@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Reviewed-by: Klaus Weidner <klausw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718364}

--

wpt-commits: 0c3a6b1df6317496373d9ce3044d19704e9a6379
wpt-pr: 20278
2019-11-29 10:57:43 +00:00
haozhe e4682cd81f Bug 1598432 [wpt PR 20372] - Port z-index interpolation to wpt, a=testonly
Automatic update from web-platform-tests
Port z-index interpolation to wpt

Firefox passed
Chrome failed. Bug filed: https://crbug.com/375982

Bug: 900581
Change-Id: I33488661e2938c3fae6bef27ea6672b77047de84
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925347
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718319}

--

wpt-commits: 51a95630a46ba0804c37abf802b9e50f0be255b3
wpt-pr: 20372
2019-11-29 10:57:42 +00:00
Robert Ma d7760ea744 Bug 1596212 [wpt PR 20240] - [wpt] Enable experimental features for Edge Canary, a=testonly
Automatic update from web-platform-tests
[wpt] Enable experimental features for Edge Canary

PR #16920 added Edge Dev & Canary to Azure but only enabled experimental
web platform features for Dev.

--

wpt-commits: e0bd3bf113da6f7f0936c76871c5568cd32a88f5
wpt-pr: 20240
2019-11-29 10:57:42 +00:00
haozhe 27629b6541 Bug 1598692 [wpt PR 20404] - Add space for vertical align, a=testonly
Automatic update from web-platform-tests
Add space for vertical align

Change-Id: I10c84de98370c27530d77d37a5f6b8f62404df22
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930456
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718227}

--

wpt-commits: e3376d24eb7ecef921d6fa60202e11fc19ee24e7
wpt-pr: 20404
2019-11-29 10:57:41 +00:00
James Graham 5513f1cc4a Bug 1598733 [wpt PR 20407] - Revert "Implement a decision task for taskcluster jobs", a=testonly
Automatic update from web-platform-tests
Revert "Implement a decision task for taskcluster jobs"

This reverts commit f57ead1924c978dc9256d8f572614731a1a51678.

--

wpt-commits: a5c2c89cb193a3317f12e9e6d73af41837f05c49
wpt-pr: 20407


--HG--
rename : testing/web-platform/tests/tools/ci/tc/testdata/master_push_event.json => testing/web-platform/tests/tools/taskcluster/testdata/master_push_event.json
rename : testing/web-platform/tests/tools/ci/tc/testdata/pr_event.json => testing/web-platform/tests/tools/taskcluster/testdata/pr_event.json
2019-11-29 10:57:41 +00:00