Commit Graph

687964 Commits

Author SHA1 Message Date
Dorel Luca
69b213c6ee Backed out 5 changesets (bug 1597154) for Mochitest error in docshell/test/mochitest/test_bug529119-2.html. CLOSED TREE
Backed out changeset 051d6f3a237c (bug 1597154)
Backed out changeset 8f8a663e3118 (bug 1597154)
Backed out changeset 1638767d4977 (bug 1597154)
Backed out changeset cc9c332c22a6 (bug 1597154)
Backed out changeset 9580b0a08782 (bug 1597154)
2020-01-16 07:44:40 +02:00
Jeff Gilbert
0203647c26 Bug 1609579 - WebGLSamplers should handle TEXTURE_MAX_ANISOTROPY. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D60092

--HG--
extra : moz-landing-system : lando
2020-01-16 04:52:32 +00:00
Tetsuharu OHZEKI
e8ac806cd3 Bug 1597453 - Fix uses of nsIDocShellTreeItem in mozilla::dom::PerformanceTiming::IsTopLevelContentDocument. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D59454

--HG--
extra : moz-landing-system : lando
2020-01-16 04:47:51 +00:00
James Teh
1968353c48 Bug 1609589: Fire a value change event when the text of a spin button changes. r=MarcoZ
After bug 981248, <input type="number"> no longer has an anonymous text input.
Instead, the <input type="number"> itself manages the text.
Previously, the a11y code which fired value change events for text changes only did this for combo boxes and role ENTRY.
This meant a value change event was no longer fired for <input type="number">.
This condition has now been extended to include role SPINBUTTON.
This fixes reporting of <input type="number"> changes for JAWS.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 04:57:24 +00:00
Matthew Noorenberghe
ca46ba382a Bug 1608902 - Introduce recordPasswordUse login storage method. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D59768

--HG--
extra : moz-landing-system : lando
2020-01-15 16:57:29 +00:00
Jeff Gilbert
141b04be0c Bug 1579984 - Default to low-power for WebGL powerPreference. r=lsalzman
Chrome started shipping this recently, so it's the easiest way to resolve
our dynamic-gpu switching issues for WebGL.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 03:09:58 +00:00
Gerald Squelart
50efb05c6b Bug 1586939 - Remove "_BASE" from most Base Profiler env-vars - r=gregtatum
Now both profilers are controlled by the same environment variables, e.g.
"MOZ_PROFILER_STARTUP" to run both profilers at startup.

The only remaining Base Profiler-specific commands are:
- MOZ_BASE_PROFILER_HELP, because the Base Profiler doesn't have the same
  capabilities as Gecko, so it may display different available features.
- MOZ_BASE_PROFILER_LOGGING, because the Base Profiler doesn't have access to
  MOZ_LOG (both the env-var and the C++ macros).

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

--HG--
extra : moz-landing-system : lando
2020-01-15 01:57:35 +00:00
Gerald Squelart
407454a9e0 Bug 1586939 - Re-enable MOZ_BASE_PROFILER_STARTUP_DURATION and _INTERVAL - r=gregtatum
This env-vars were not processed because of some needed special processing, and
they were not critical.
But now we want them to be correctly read, to match the Gecko Profiler features.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 01:57:13 +00:00
Dorel Luca
4b72d4d1a6 Backed out changeset 0e538f767312 (bug 1607923) for XPCShell in devtools/server/tests/unit/test_logpoint-01.js. CLOSED TREE 2020-01-16 06:13:16 +02:00
Paul Bone
b15b836c17 Bug 1597154 - pt 5. Rename SchemeUsesDocChannel r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D59823

--HG--
extra : moz-landing-system : lando
2020-01-16 03:53:46 +00:00
Paul Bone
054f57816a Bug 1597154 - pt 4. Enable browser_protocolhandler_loop.js for fission r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D57599

--HG--
extra : moz-landing-system : lando
2020-01-16 03:53:44 +00:00
Paul Bone
6557402e10 Bug 1597154 - pt 3. Defer to documentchannel for process switching for all schemes r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D58899

--HG--
extra : moz-landing-system : lando
2020-01-16 03:52:46 +00:00
Paul Bone
c31347cc28 Bug 1597154 - pt 2. Fix out-of-date comment r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D58898

--HG--
extra : moz-landing-system : lando
2020-01-16 03:52:24 +00:00
Paul Bone
23fa0553ac Bug 1597154 - pt 1. Avoid redirecting loads between processes more than once r=mattwoodrow,kmag
This doesn't fix the bug, but it is a good idea.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 03:52:01 +00:00
J.C. Jones
5e7e635bc0 Bug 1606927 - land NSS 5f9f410d0b60 UPGRADE_NSS_RELEASE, r=kjacobs
2020-01-15  Kevin Jacobs  <kjacobs@mozilla.com>

	* lib/freebl/chacha20poly1305.c:
	Bug 1574643 - Check for AVX support before using vectorized ChaCha20
	decrypt r=jcj

	The addition of an AVX support check in `ChaCha20Poly1305_Seal`
	seems to have stopped the Encrypt crashes on old Intel CPUs, however
	we're seeing new reports from
	`Hacl_Chacha20Poly1305_128_aead_decrypt` (which is called from
	`ChaCha20Poly1305_Open`). This needs an AVX check as well...

	[5f9f410d0b60] [tip]

2020-01-14  Kevin Jacobs  <kjacobs@mozilla.com>

	* gtests/pk11_gtest/manifest.mn, gtests/pk11_gtest/pk11_gtest.gyp,
	gtests/pk11_gtest/pk11_rsaencrypt_unittest.cc:
	Bug 1573911 - Add RSA Encryption test r=jcj

	Add a test for various sizes of RSA encryption input.

	[4abc6ff828ab]

2020-01-13  Kevin Jacobs  <kjacobs@mozilla.com>

	* gtests/common/testvectors/hkdf-vectors.h,
	gtests/pk11_gtest/manifest.mn, gtests/pk11_gtest/pk11_gtest.gyp,
	gtests/pk11_gtest/pk11_hkdf_unittest.cc:
	Bug 1585429 - Add HKDF test vectors r=jcj

	Adds test vectors for SHA1/256/384/512 HKDF. This includes the RFC
	test vectors, as well as upper-bound length checks for the output
	key material.

	[239797efc34b]

2020-01-14  J.C. Jones  <jjones@mozilla.com>

	* coreconf/config.gypi:
	Bug 1608327 - Fixup for dc57fe5d65d4, add a default for
	softfp_cflags r=bustage
	[05b923624b73]

2020-01-14  Sylvestre Ledru  <sledru@mozilla.com>

	* automation/buildbot-slave/bbenv-example.sh, automation/buildbot-
	slave/build.sh, automation/buildbot-slave/reboot.bat, automation
	/buildbot-slave/startbuild.bat:
	Bug 1607099 - Remove the buildbot configuration r=jcj

	[7a87cef808f3]

2020-01-14  Greg V  <greg@unrelenting.technology>

	* lib/freebl/blinit.c:
	Bug 1575843 - Detect AArch64 CPU features on FreeBSD r=jcj

	Environment checks are reogranized to be separate from platform code
	to make it impossible to forget to check disable_FEATURE on one
	platform but not the other.

	[fbde548e8114]

2020-01-14  Mike Hommey  <mh@glandium.org>

	* lib/freebl/Makefile, lib/freebl/aes-armv8.c, lib/freebl/freebl.gyp,
	lib/freebl/gcm-arm32-neon.c, lib/freebl/gcm.c,
	lib/freebl/rijndael.c:
	Bug 1608327 - Fix freebl arm NEON code use on tier3 platforms. r=jcj

	Despite the code having runtime detection of NEON and crypto
	extensions, the optimized code using those instructions is disabled
	at build time on platforms where the compiler doesn't enable NEON by
	default of with the flags it's given for the caller code.

	In the case of gcm, this goes as far as causing a build error.

	What is needed is for the optimized code to be enabled in every
	case, letting the caller code choose whether to use that code based
	on the existing runtime checks.

	But this can't be simply done either, because those optimized parts
	of the code need to be built with NEON enabled, unconditionally, but
	that is not compatible with platforms using the softfloat ABI. For
	those, we need to use the softfp ABI, which is compatible. However,
	the softfp ABI is not compatible with the hardfp ABI, so we also
	can't unconditionally use the softfp ABI, so we do so only when the
	compiler targets the softfloat ABI, which confusingly enough is
	advertized via the `__SOFTFP__` define.

	[dc57fe5d65d4]

2020-01-14  Franziskus Kiefer  <franziskuskiefer@gmail.com>

	* automation/saw/chacha20.saw, automation/taskcluster/docker-
	builds/Dockerfile, automation/taskcluster/docker-
	hacl/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc,
	automation/taskcluster/docker-hacl/Dockerfile,
	automation/taskcluster/docker-hacl/bin/checkout.sh,
	automation/taskcluster/docker-hacl/license.txt,
	automation/taskcluster/docker-hacl/setup-user.sh,
	automation/taskcluster/docker-hacl/setup.sh,
	automation/taskcluster/graph/src/extend.js,
	automation/taskcluster/scripts/run_hacl.sh,
	gtests/pk11_gtest/pk11_chacha20poly1305_unittest.cc,
	lib/freebl/Makefile, lib/freebl/blapii.h, lib/freebl/blinit.c,
	lib/freebl/chacha20poly1305.c, lib/freebl/det_rng.c,
	lib/freebl/ecl/curve25519_64.c, lib/freebl/freebl.gyp,
	lib/freebl/freebl_base.gypi, nss-tool/hw-support.c:
	Bug 1574643 - NSS changes for haclv2 r=jcj,kjacobs

	This patch contains the changes in NSS, necessary to pick up HACL*v2
	in D55413. It has a couple of TODOs:
	* The chacha20 saw verification fails for some reason; it's disabled
	pending Bug 1604130.
	* The hacl task on CI requires Bug 1593647 to get fixed.

	Depends on D55413.

	[a8df94132dd3]

2019-12-21  Franziskus Kiefer  <franziskuskiefer@gmail.com>

	* lib/freebl/verified/FStar.c, lib/freebl/verified/FStar.h,
	lib/freebl/verified/Hacl_Chacha20.c,
	lib/freebl/verified/Hacl_Chacha20.h,
	lib/freebl/verified/Hacl_Chacha20Poly1305_128.c,
	lib/freebl/verified/Hacl_Chacha20Poly1305_128.h,
	lib/freebl/verified/Hacl_Chacha20Poly1305_32.c,
	lib/freebl/verified/Hacl_Chacha20Poly1305_32.h,
	lib/freebl/verified/Hacl_Chacha20_Vec128.c,
	lib/freebl/verified/Hacl_Chacha20_Vec128.h,
	lib/freebl/verified/Hacl_Curve25519.c,
	lib/freebl/verified/Hacl_Curve25519.h,
	lib/freebl/verified/Hacl_Curve25519_51.c,
	lib/freebl/verified/Hacl_Curve25519_51.h,
	lib/freebl/verified/Hacl_Kremlib.h,
	lib/freebl/verified/Hacl_Poly1305_128.c,
	lib/freebl/verified/Hacl_Poly1305_128.h,
	lib/freebl/verified/Hacl_Poly1305_32.c,
	lib/freebl/verified/Hacl_Poly1305_32.h,
	lib/freebl/verified/Hacl_Poly1305_64.c,
	lib/freebl/verified/Hacl_Poly1305_64.h,
	lib/freebl/verified/kremlib.h, lib/freebl/verified/kremlib_base.h,
	lib/freebl/verified/kremlin/include/kremlin/internal/callconv.h,
	lib/freebl/verified/kremlin/include/kremlin/internal/compat.h,
	lib/freebl/verified/kremlin/include/kremlin/internal/target.h,
	lib/freebl/verified/kremlin/include/kremlin/internal/types.h,
	lib/freebl/verified/kremlin/include/kremlin/lowstar_endianness.h,
	lib/freebl/verified/kremlin/kremlib/dist/minimal/FStar_UInt128.h, li
	b/freebl/verified/kremlin/kremlib/dist/minimal/FStar_UInt128_Verifie
	d.h, lib/freebl/verified/kremlin/kremlib/dist/minimal/FStar_UInt_8_1
	6_32_64.h, lib/freebl/verified/kremlin/kremlib/dist/minimal/LowStar_
	Endianness.h, lib/freebl/verified/kremlin/kremlib/dist/minimal/fstar
	_uint128_gcc64.h, lib/freebl/verified/kremlin/kremlib/dist/minimal/f
	star_uint128_msvc.h, lib/freebl/verified/libintvector.h,
	lib/freebl/verified/specs/Spec.CTR.fst,
	lib/freebl/verified/specs/Spec.Chacha20.fst,
	lib/freebl/verified/specs/Spec.Curve25519.fst,
	lib/freebl/verified/specs/Spec.Poly1305.fst,
	lib/freebl/verified/vec128.h:
	Bug 1574643 - haclv2 code r=kjacobs

	This updates the in-tree version of our existing HACL* code to v2,
	replacing what we have already. Once this landed NSS can pick up
	more (faster) code from HACL*.

	[5bf2547d671f]

2020-01-13  Kevin Jacobs  <kjacobs@mozilla.com>

	* automation/taskcluster/windows/build_gyp.sh:
	Bug 1608895 - Install setuptools<45.0.0 until workers are upgraded
	to python3 r=jcj

	[[ https://setuptools.readthedocs.io/en/latest/history.html#v45-0-0
	| Setuptools 45.0.0 ]] drops support for Python2, which our Windows
	workers are running.

	This patch installs the prior version during build, in order to
	unblock CI until the workers can be upgraded.

	[64c5410f98e0]

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

--HG--
extra : moz-landing-system : lando
2020-01-16 00:13:09 +00:00
Daniel Varga
f07d8dae9e Backed out changeset 540db822a1d4 (bug 1547111) for causing bug 1609568 2020-01-16 05:35:17 +02:00
Mike Hommey
fa20138b3a Bug 1525218 - Fixup for xpcshell tests fetches.
Differential Revision: https://phabricator.services.mozilla.com/D60097

--HG--
extra : moz-landing-system : lando
2020-01-16 02:52:31 +00:00
nordzilla
fcdb3eb4fc Bug 1608488 - Add the adoptedStyleSheets WebIDL Attribute r=emilio,bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D59941

--HG--
extra : moz-landing-system : lando
2020-01-15 22:27:59 +00:00
Jason Laster
5463f465e9 Bug 1607923 - Logpoints do not work for workers. r=bhackett,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D59267

--HG--
extra : moz-landing-system : lando
2020-01-16 01:35:14 +00:00
Coroiu Cristina
4a35362ee7 Backed out changeset f55ac343844f (bug 1603557) for xpcshell failures for No module named mozbuild.util 2020-01-16 03:29:39 +02:00
Geoff Brown
30f8c07b6c Bug 1604547 - Remove android-hw-p2 armv7 raptor pgo test sets; r=jmaher
Attempt to stop running remaining raptor tests on android-hw-p2 against armv7 pgo builds
by removing the test sets from the platform definition. These had been left in place
so that they could continue to run on try, but I think that loss is quite small: tests
can still be run on android-hw-p2 against armv7 opt builds, all builds on G5, and all
aarch64 builds on P2.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 01:14:43 +00:00
Mike Hommey
5378c2e839 Bug 1525218 - Use minidump_stackwalk toolchain artifacts instead of tooltool packages. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D59936

--HG--
extra : moz-landing-system : lando
2020-01-15 14:20:30 +00:00
Ting-Yu Lin
fb0c82e9ab Bug 1609506 Part 5 - Move updating clamp state into UpdateFlexLineAndItemInfo(). r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D60051

--HG--
extra : moz-landing-system : lando
2020-01-15 22:36:51 +00:00
Ting-Yu Lin
11284a4b98 Bug 1609506 Part 4 - Extract the computation of most fields in ComputedFlexLineInfo and ComputedFlexItemInfo into a helper. r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D60050

--HG--
extra : moz-landing-system : lando
2020-01-15 22:36:39 +00:00
Ting-Yu Lin
47970f0953 Bug 1609506 Part 3 - Extract the computation of clamp state into a helper method. r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D60049

--HG--
extra : moz-landing-system : lando
2020-01-15 22:36:26 +00:00
Ting-Yu Lin
065d9c1432 Bug 1609506 Part 2 - Extract the computation of ComputedFlexContainerInfo's fields into a helper methods. r=bradwerth
The order of CreateFlexLineAndFlexItemInfo() and
ComputedFlexContainerInfo() doesn't matter. I call
CreateFlexLineAndFlexItemInfo because it matches the order of the
members in ComputedFlexContainerInfo.

Some comments "... filled out at the end of this function" should be
updated. However, since I'm in the process of refactoring these
computations, I'll update them in Part 4.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 22:36:09 +00:00
Ting-Yu Lin
4569ceeed4 Bug 1609506 Part 1 - Extract the creation of ComputedFlexContainerInfo into a helper method. r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D60047

--HG--
extra : moz-landing-system : lando
2020-01-15 19:36:30 +00:00
Kirk Steuber
e52b55a2a6 Bug 1608246 - Fixes for small subdialogs in preferences r=bgrins
Bug 1588142 introduced two problems: First, it added CSS to prefrences.css that was meant to apply only to preferences.xhtml, but in fact ends up applying to other pages. This patch fixes that.

The second problem was an assumption made in subdialogs.js that all preferences subdialogs would have either a contentPane or a <dialog> element, which we should set to be scrollable if the window is too small. It turns out that there is at least one dialog that has overflow-y set to auto, thus handling it's own scrolling. The relevant code has been updated not to make that assumption.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 22:18:09 +00:00
Scott
b817712cfb Bug 1609462 - working on modal overlay positioning r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D59385

--HG--
extra : moz-landing-system : lando
2020-01-15 21:59:09 +00:00
Scott
a79896fdf5 Bug 1609241 - Remove test stub r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D59933

--HG--
extra : moz-landing-system : lando
2020-01-15 22:12:43 +00:00
Scott
ec0b059795 Bug 1609277 - Expand PersonalityProvider functionality r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D59954

--HG--
extra : moz-landing-system : lando
2020-01-15 22:14:32 +00:00
Dave Townsend
4b0faf0ba2 Bug 1603557: Sanitize the environment before running xpcshell tests. r=firefox-build-system-reviewers,chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D60062

--HG--
extra : moz-landing-system : lando
2020-01-15 23:23:46 +00:00
Agi Sferro
f3a473d590 Bug 1588150 - Add Install AddOn to GVE. r=snorp
This patch adds a new menu item to GVE that allows users to install an
arbitrary extension given it's URL (usually from a.m.o, but we don't really
verify that).

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

--HG--
extra : moz-landing-system : lando
2020-01-15 22:03:13 +00:00
Imanol Fernandez
acf609f3d9 Bug 1608500 - Set SurfaceTexture factory into the VR GLScreenBuffer. r=jgilbert
The VR ScreenBuffer is created with the default SurfaceFactory_Basic. We need to morph the screen to use the correct SurfaceTexture factory.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 21:18:00 +00:00
Dimi Lee
45330c2c4e Bug 1601310 - Add GetContentBlockingEvents IPC method for the child to retrive content blocking event in the parent. r=timhuang,twisniewski,Ehsan
This patch does the following:
1. Add a WindowGlobalChild IPC method - GetContentBlockingEvents. Documents can use the method
   retrieve content blocking events stored in the parent process.
2. Update nsIDocShell::GetHasTrackingContentBlocked to return a promise.
3. Replace API in report-site-issue to use the promise-based GetHasTrackingContentBlocked API

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

--HG--
extra : moz-landing-system : lando
2019-12-17 11:05:06 +00:00
shindli
fca74ac308 Bug 1603014 - unskip browser_pdfjs_zoom.js on mac r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D59271

--HG--
extra : moz-landing-system : lando
2020-01-15 07:53:22 +00:00
Shane Caraveo
8351044ded Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan
Legacy extensions are no longer loaded, so we can drop the build config for it.  We
still need flags for handling experimental APIs since what we require differs between builds
and distributions.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 21:38:40 +00:00
Alexey
6e308813a6 Bug 1532722 - Include cookies in ChannelMediaResource requests when CORS mode is use-credentials. r=bryce
Credit for fixing this goes to Alexey <a.s.datsyuk.s@gmail.com>.

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

--HG--
extra : moz-landing-system : lando
2020-01-14 16:40:28 +00:00
Andrew Halberstadt
a2926487bf Bug 1608833 - [ci] Chunk xpcshell in the taskgraph, r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D57326

--HG--
extra : moz-landing-system : lando
2020-01-15 21:20:16 +00:00
Andrew Halberstadt
027b28dca7 Bug 1608833 - Update test runtimes files, r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D59560

--HG--
extra : moz-landing-system : lando
2020-01-15 21:20:16 +00:00
Andrew Halberstadt
d9b4c566a2 Bug 1608833 - [taskgraph] Add 'ccov' to the mozinfo guess when chunking tests, r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D59559

--HG--
extra : moz-landing-system : lando
2020-01-13 16:42:51 +00:00
Itiel
816a0e720b Bug 1609196 - [RTL] Fix the tree arrow icon to point to the right in the webconsole r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D59909

--HG--
extra : moz-landing-system : lando
2020-01-15 19:35:48 +00:00
Jeff Gilbert
4cc5f12bb6 Bug 1607563 - Run mochitest-webgl/webgpu CI on aarch64 and use 30m timeouts. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D59972

--HG--
extra : moz-landing-system : lando
2020-01-15 19:21:24 +00:00
Edwin Takahashi
4be198ce2f Bug 1602863 - run mochitest-devtools-chrome on ubuntu1804 r=jmaher
Changes:

Run the `mochitest-devtools-chrome` suite with ubuntu1804 for all platform variants, including `ccov`.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 20:54:29 +00:00
David Major
871109ae17 Bug 1609520 - Fix lint warning after bug 1609422
Differential Revision: https://phabricator.services.mozilla.com/D60059

--HG--
extra : moz-landing-system : lando
2020-01-15 20:46:57 +00:00
Wander Lairson Costa
c25cf4185a Bug 1547111: Replace -gcp builds with -aws builds r=tomprince
We are migrating the worker used by builds from AWS to GCP. We have had tier- 3 GCP builds for initial testing. We are replacing those with tier-3 AWS builds to ensure they keep working so we are able to switch back.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 20:24:20 +00:00
Chris Manchester
56502ad8f1 Bug 1604486 - Use sparse checkout for the macOS profile run. r=sheehan
Differential Revision: https://phabricator.services.mozilla.com/D60056

--HG--
extra : moz-landing-system : lando
2020-01-15 20:32:17 +00:00
Ricky Stewart
fecc988cc6 Bug 1524639: [taskgraph] Enforce unicode strings in schemas r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D18376

--HG--
extra : moz-landing-system : lando
2020-01-15 20:33:20 +00:00
Micah Tigley
7d06e9d58a Bug 1604729 - Make device modal height take up 100% of the browser stack. r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D60052

--HG--
extra : moz-landing-system : lando
2020-01-15 19:37:59 +00:00
Eugen Sawin
d73a132ca5 Bug 1608514 - [2.1] Extend Login Storage tests to test credential updates. r=geckoview-reviewers,snorp
Differential Revision: https://phabricator.services.mozilla.com/D59546

--HG--
extra : moz-landing-system : lando
2020-01-15 20:25:03 +00:00