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

694823 Коммитов

Автор SHA1 Сообщение Дата
Bob Clary 14697403b8 Bug 1618953 - remove obsolete kludges for build platforms and android raptor tests, r=jmaher.
Differential Revision: https://phabricator.services.mozilla.com/D64827

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:10 +00:00
Bob Clary a94ea75d6c Bug 1608427 - Simplify SkipLowValue.should_remove_task, r=tomprince.
Differential Revision: https://phabricator.services.mozilla.com/D64631

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:07 +00:00
Bob Clary 89f9c43290 Bug 1608427 - Eliminate O(N^2) behavior with lists and sets in SETA.query_low_value_tasks, r=ahal.
Differential Revision: https://phabricator.services.mozilla.com/D64630

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:05 +00:00
Bob Clary 7aa8095b93 Bug 1608427 - remove mozilla-inbound from SETA_PROJECTS, r=tomprince.
Differential Revision: https://phabricator.services.mozilla.com/D64629

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:03 +00:00
Bob Clary 252bb6f8b4 Bug 1618622 - Use fuzzing-builds optimization strategy fuzzing builds, r=aki.
Define and use fuzzing-builds optimization strategy that allows either
skip-unless-schedules or seta strategies.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 01:21:35 +00:00
Neil Deakin f3061be873 Bug 1599780, remove unused offline apps legacy actor. r=johannh
The one message it responds to is never sent since bug 1574480 removed it, and the one event it listens to only ends up adding the window to a manifest set which is no longer used for anything since bug 1579444 removed it, r=johannh

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

--HG--
extra : moz-landing-system : lando
2020-03-06 00:43:35 +00:00
Edwin Takahashi 65d23c4f71 Bug 1620460 - turn off all tests except crashtest, reftest and mochitest-media on windows10-aarch64 r=jmaher
Changes:

Remove all tests other than `reftests`, `crashtests` and `mochitest-media` for windows10-aarch64.
Important changes are in `taskcluster/ci/test/test-platforms.yml` and `taskcluster/ci/test/test-sets.yml`.

I've gone ahead and removed the windows10-aarch64 specific entries in the YAML files as well.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 00:15:43 +00:00
Jeff Walden b3c8c432f1 Bug 1619485 - Followup nonunified build bustage fixes in a CLOSED TREE.
Differential Revision: https://phabricator.services.mozilla.com/D65653

--HG--
extra : moz-landing-system : lando
2020-03-05 23:47:38 +00:00
Edwin Takahashi 6e0e6a4c13 Bug 1598055 - further trim packages from ubuntu1804-test docker image r=jmaher
Changes:

Pin the source docker image to a specific tag from canonical.

Remove unneeded packages that are either installed as part of the setup, or come preinstalled.

Silence the `dbus` startup message by redirecting the output to `2&>1`.

Remove unnecessary `locale-gen` call at the end of setup.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:10:08 +00:00
Julian Descottes a9a51e9eae Bug 1620046 - Update targetFront form when updating existing tabs (devtools backward compat) r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D65392

--HG--
extra : moz-landing-system : lando
2020-03-05 17:47:56 +00:00
Tom Prince b250509e73 Bug 1620437: Remove android openh264 builds; r=Callek
We don't ship openh264 builds on android, so there is no need
to build them in automation.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 09:30:09 +00:00
Tom Prince 7b75844c69 No bug: Use internal tooltool downloads for windows openh264 builds; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D65670

--HG--
extra : moz-landing-system : lando
2020-03-06 09:19:03 +00:00
Simon Giesecke 14dbfcaa29 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in netwerk. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D65496

--HG--
extra : moz-landing-system : lando
2020-03-06 09:22:49 +00:00
Simon Giesecke 810fd1f507 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in media. r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D65494

--HG--
extra : moz-landing-system : lando
2020-03-06 09:21:47 +00:00
Simon Giesecke 480328f3ad Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/plugins. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D65184

--HG--
extra : moz-landing-system : lando
2020-03-06 09:12:46 +00:00
Simon Giesecke ac33c1f119 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/ipc. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D65179

--HG--
extra : moz-landing-system : lando
2020-03-06 09:11:40 +00:00
Tom Prince f552683ada Bug 1527313: [taskgraph] Don't use a workspace cache for hazard builds; r=glandium
These jobs only use the workspace for obj directories, have some some logic to
cleanup the directory at the beginning of the run, so there is no reason to
cache the directory.

This also removes the now-unused common code for creating a workspace cache directory.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:20 +00:00
Tom Prince 776a84e980 Bug 1527313: Enable caching on windows builds; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D62485

--HG--
extra : moz-landing-system : lando
2020-03-06 09:17:54 +00:00
Tom Prince a2eb4d38a5 Bug 1527313: Adjust openh264 build to extract tools in uncached workspace; r=Callek
This is instead of extracting them in the gecko source directory, where they
will get deleted by the next task anyway.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:15 +00:00
Tom Prince 0cc5c24dee Bug 1527313: [taskgraph] Ensure that the mozharness workspace is part of a docker volume; r=glandium
Since the workspace is no longer cached, but needs to be a volume for
performance reasons, add a check to ensure that is the case.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:13 +00:00
Tom Prince abadb30b3a Bug 1527313: [taskgraph] Remove workspace-key from mozharness tasks; r=glandium
Since mozharness tasks are no longer caching the workspace directory, we don't
need a key for different tasks.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:10 +00:00
Tom Prince fa69ebf563 Bug 1527313: Move objdir out of source directory for all mozharness builds; r=glandium,Callek
This moves the object directory and source directories around in all mozharness
jobs, to allow enabling caching on windows builders.

This makes a number of changes that all need to land at once:
- Move the source checkout for the workspace cache mount, to the checkouts
  cache mount.
- Makes the object directoy from underneath the source directory, to directly
  in the work directory (which is still under `workspace`).
- Sets the object directory to `obj-build` instead of `obj-firefox`.
- Stops caching the workspace directory (it is still a volume in docker workers,
  so writes perform well; a followup revision add some checks around this).
- Removes one level of directory in the mozharness workdir (things were under
  `workspace/build`, but are now just under `workspace/`.
- Adjust paths in environment variables and artifact specifications to match
  the above changes.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 08:51:21 +00:00
Tom Prince 80b16bae55 Bug 1527313: Adjust openh264 build to not assume the the source checkout is in work-dir; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D65627

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:05 +00:00
Tom Prince 6dbde51d41 Bug 1527313: Set `MOZ_OBJDIR` explicitly in release-source tasks; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D65346

--HG--
extra : moz-landing-system : lando
2020-03-05 23:21:58 +00:00
Tom Prince 7af13d4aba Bug 1527313: Use `GECKO_PATH` based directories in more places in android pgo; r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D63405

--HG--
extra : moz-landing-system : lando
2020-03-05 23:21:56 +00:00
Tom Prince 87594e7430 Bug 1527313: Pass workdir down to multi-l10n script; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D63404

--HG--
extra : moz-landing-system : lando
2020-03-05 23:21:55 +00:00
Logan Smyth ecac76dba1 Bug 1620222 - Avoid redeclaration error in eager-eval test. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D65681

--HG--
extra : moz-landing-system : lando
2020-03-06 08:07:16 +00:00
Kershaw Chang 157cfd5fb9 Bug 1620300 - turn on network.trr.fetch_off_main_thread, r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D65566

--HG--
extra : moz-landing-system : lando
2020-03-06 08:20:16 +00:00
Christoph Kerschbaumer 2a8f862604 Bug 1620514: Remove null checks for loadinfo within nsHttpChannel. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D65684

--HG--
extra : moz-landing-system : lando
2020-03-06 08:36:09 +00:00
Simon Giesecke 26b1a35f01 Bug 1617170 - Use nsBaseHashtable::RemoveIf function in dom/indexedDB code. r=dom-workers-and-storage-reviewers,asuth
Differential Revision: https://phabricator.services.mozilla.com/D64091

--HG--
extra : moz-landing-system : lando
2020-03-05 19:51:36 +00:00
Cosmin Sabou 84ae28f9f3 Bug 1619593 - Update metadata. a=test-only
--HG--
extra : source : 3300dc7722496fcba88b6da73cd87b8260efac8e
2020-03-05 19:33:39 +02:00
Cosmin Sabou 7cf02b45cc Bug 1619593 - Update metadata. a=test-only
--HG--
extra : source : 0c63e6d743b92e5590cc01675d1ebe31f563a7b7
2020-03-05 17:53:48 +02:00
Ted Campbell 03276a0a00 Bug 1620036 - Remove miscellaneous uses of LazyScript type. r=djvj
Differential Revision: https://phabricator.services.mozilla.com/D65388

--HG--
extra : moz-landing-system : lando
2020-03-05 14:32:47 +00:00
Ted Campbell beb4868307 Bug 1620036 - Remove LazyScript references from JS frontend. r=djvj
Differential Revision: https://phabricator.services.mozilla.com/D65387

--HG--
extra : moz-landing-system : lando
2020-03-05 14:32:17 +00:00
Ted Campbell 2447f87e3b Bug 1620036 - Remove LazyScript references from script-iterator API. r=djvj
Differential Revision: https://phabricator.services.mozilla.com/D65386

--HG--
extra : moz-landing-system : lando
2020-03-05 14:30:19 +00:00
Ted Campbell 7639d29589 Bug 1620036 - Add BaseScript::asJSScript() instead of static_casts. r=djvj
Differential Revision: https://phabricator.services.mozilla.com/D65385

--HG--
extra : moz-landing-system : lando
2020-03-05 14:23:56 +00:00
Ted Campbell 3b8db762c7 Bug 1620036 - Use BaseScript to represent enclosingLazyScript. r=djvj
Differential Revision: https://phabricator.services.mozilla.com/D65384

--HG--
extra : moz-landing-system : lando
2020-03-05 14:22:44 +00:00
Ehsan Akhgari 33ff3be998 Bug 1620082 - Improve the documentation for AntiTrackingCommon::IsOnContentBlockingAllowList; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65414

--HG--
extra : moz-landing-system : lando
2020-03-05 12:21:42 +00:00
Christian Holler 0a2e8a7c6e Bug 1606635 - Remove suppression for fixed bug. r=janv
Differential Revision: https://phabricator.services.mozilla.com/D65487

--HG--
extra : moz-landing-system : lando
2020-03-05 09:45:58 +00:00
Tom Ritter 33c7db6d05 Bug 1620263 - Disable JS Load Telemetry in Beta r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D65534

--HG--
extra : moz-landing-system : lando
2020-03-05 14:43:16 +00:00
Andrei Oprea 6480f23881 Bug 1620245 - Sign in to Sync about:welcome card silently failed because of missing component state r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D65520

--HG--
extra : moz-landing-system : lando
2020-03-05 14:33:22 +00:00
Emilio Cobos Álvarez 1932a23937 Bug 1620246 - Fix snapping to avoid also changing coordinate spaces. r=spohl
Bug 1615026 introduced some coordinate space change which I didn't intend.
NSRectToSnappedRect does what we want instead.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 14:43:14 +00:00
Cosmin Sabou 6092c11e2b Bug 1619593 - Update metadata. a=test-only
--HG--
extra : rebase_source : 0b6424d03a03f2f7173aeb65ea19c73447ddd28b
2020-03-05 16:29:07 +02:00
Simon Fraser ae80827888 Bug 1619944 Migrate partials and pipfile-updates to use requirements.txt r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D65323

--HG--
rename : taskcluster/ci/pipfile-update/kind.yml => taskcluster/ci/python-dependency-update/kind.yml
rename : taskcluster/docker/pipfile-updates/Dockerfile => taskcluster/docker/python-dependency-update/Dockerfile
rename : taskcluster/docker/pipfile-updates/README.md => taskcluster/docker/python-dependency-update/README.md
rename : taskcluster/docker/pipfile-updates/runme.sh => taskcluster/docker/python-dependency-update/runme.sh
rename : taskcluster/docker/pipfile-updates/scripts/update_pipfiles.sh => taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh
rename : taskcluster/docker/pipfile-updates/setup.sh => taskcluster/docker/python-dependency-update/setup.sh
rename : taskcluster/taskgraph/transforms/pipfile_update.py => taskcluster/taskgraph/transforms/python_update.py
extra : moz-landing-system : lando
2020-03-05 13:49:24 +00:00
alexandru.ionescu f791019f83 Bug 1620163 Update Browsertime test descriptions on perfdocs r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D65474

--HG--
extra : moz-landing-system : lando
2020-03-05 12:58:58 +00:00
alexandru.ionescu 2ac76df563 Bug 1620163 Fix perfdocs to not skip missing tests r=sparky,perftest-reviewers
There is a logic error in the code that is not catching missing tests. Also, the manifest path for each test needs to be added along with the test name so the logger can be able to print it.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 13:13:00 +00:00
alexandru.ionescu cb8a401831 Bug 1604541 Stop raptor android performance tests on opt builds r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D64939

--HG--
extra : moz-landing-system : lando
2020-03-05 13:30:18 +00:00
Alastor Wu a2c1272473 Bug 1577890 - part11 : remove 'mediaSuspend' from nsIDOMWindowUtils. r=baku
After removing Fennec-specific media control and audio focus related code, now no one is using `mediaSuspend` attribute, so we can remove it as well.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 06:18:24 +00:00
Alastor Wu b8547c32fd Bug 1577890 - part10 : remove unused function 'ShouldBlockMedia()'. r=baku
No one is using these function, so we can remove it.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 06:18:00 +00:00
Alastor Wu 1aded2bb3d Bug 1577890 - part9 : remove unused suspend types. r=baku
We won't need these suspend states anymore which were used for media control and audio focus on Fennec.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 06:17:41 +00:00