Commit Graph

688107 Commits

Author SHA1 Message Date
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
Julian Descottes
f30455107b Bug 1585747 - Fix test test_css_visibility_propagation.xhtml r=hiro
Depends on D47964

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

--HG--
rename : layout/base/tests/chrome/window_css_visibility_propagation-1.html => layout/base/tests/chrome/window_css_visibility_propagation-1.xhtml
rename : layout/base/tests/chrome/window_css_visibility_propagation-2.html => layout/base/tests/chrome/window_css_visibility_propagation-2.xhtml
extra : moz-landing-system : lando
2020-01-14 23:01:29 +00:00
Julian Descottes
dee6e3c78d Bug 1585747 - Remove devtools-specific workaround in BrowsingContext.cpp r=nika
Depends on D47963

This workaround was only used by DevTools when using a chrome frame. DevTools toolbox now always uses frame type=content, so the workaround can be removed.

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

--HG--
extra : moz-landing-system : lando
2020-01-14 14:47:17 +00:00
Julian Descottes
ec77c620a6 Bug 1585747 - Remove devtools preference devtools.toolbox.content-frame r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D47963

--HG--
extra : moz-landing-system : lando
2020-01-14 14:45:41 +00:00
Alexandre Poirot
8631fc037c Bug 1609128 - Implement polymorphism in protocol.js r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D59333

--HG--
extra : moz-landing-system : lando
2020-01-16 16:47:01 +00:00
Alexandre Poirot
2d3e4c8ba0 Bug 1609128 - Move all protocol.js tests next to its implementation. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D59866

--HG--
rename : devtools/server/tests/unit/test_protocol_abort.js => devtools/shared/protocol/tests/xpcshell/test_protocol_abort.js
rename : devtools/server/tests/unit/test_protocol_async.js => devtools/shared/protocol/tests/xpcshell/test_protocol_async.js
rename : devtools/server/tests/unit/test_protocol_children.js => devtools/shared/protocol/tests/xpcshell/test_protocol_children.js
rename : devtools/shared/tests/unit/test_protocol_index.js => devtools/shared/protocol/tests/xpcshell/test_protocol_index.js
rename : devtools/server/tests/unit/test_protocol_longstring.js => devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js
rename : devtools/server/tests/unit/test_protocol_simple.js => devtools/shared/protocol/tests/xpcshell/test_protocol_simple.js
rename : devtools/server/tests/unit/test_protocol_stack.js => devtools/shared/protocol/tests/xpcshell/test_protocol_stack.js
rename : devtools/server/tests/unit/test_protocol_unregister.js => devtools/shared/protocol/tests/xpcshell/test_protocol_unregister.js
rename : devtools/server/tests/unit/test_protocol_watchFronts.js => devtools/shared/protocol/tests/xpcshell/test_protocol_watchFronts.js
extra : moz-landing-system : lando
2020-01-16 16:46:53 +00:00
Alexandre Poirot
9bd96c3a3f Bug 1609128 - Refactor test_protocol_children.js to use Task/async/await. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D59865

--HG--
extra : moz-landing-system : lando
2020-01-16 16:46:51 +00:00
Ricky Stewart
d8ec07b648 Bug 1607204 - Invalid command line in compile_commands.json r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D59219

--HG--
extra : moz-landing-system : lando
2020-01-16 14:59:28 +00:00
shindli
db8917bc55 Bug 1605546 - added missing = to patch CLOSED TREE
--HG--
extra : amend_source : 0c23585226666006ed8660e86abf93752e622ba5
2020-01-16 18:27:37 +02:00
Christoph Kerschbaumer
66c93198a3 Bug 1597257: Monitor use of javascript: URIs in system privileged contexts and about: pages. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D59858

--HG--
extra : moz-landing-system : lando
2020-01-16 16:06:42 +00:00
shindli
3727eb19f6 Bug 1605546 - disable browser_toggleAfterTabTearOutIn.js for frequent failures. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D60121

--HG--
extra : moz-landing-system : lando
2020-01-16 15:41:38 +00:00
Bob Owen
76aff2ff48 Bug 1604180: Use original surface for GetDataSurface after DrawTargetRecording::OptimizeSourceSurface. r=jrmuizel
We return a SourceSurfaceRecdording from OptimizeSourceSurface to represent
the optimized surface. However, GetDataSurface might be called on this
SourceSurfaceRecdording, so we hold the original SourceSurface we optimized in
the SourceSurfaceRecdording to return its GetDataSurface.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 15:53:08 +00:00
Ehsan Akhgari
f982e8218f Bug 520969 - Make createDocument() always create XMLDocuments; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D60038

--HG--
extra : moz-landing-system : lando
2020-01-16 15:41:18 +00:00
Nicolas Chevobbe
1478c8bda7 Bug 1609630 - Fix eager evaluation when paused in debugger. r=jlast.
We weren't await-ing the result of webConsoleUI.getFrameActor,
which means we wouldn't get the correct front for evaluating
the input.
This patch fixes this and adds a patch to ensure we don't regress.

Depends on D60123

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

--HG--
extra : moz-landing-system : lando
2020-01-16 15:32:20 +00:00
Nicolas Chevobbe
363dbb1bf4 Bug 1609644 - Bump eager-evaluation reps element height. r=jlast.
This should prevent the descenders to be cut-off.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 15:35:09 +00:00
Harry Twyford
cf63dc31df Bug 1604798 - Re-focus Urlbar more reliably after exiting customize mode. r=dao
focusAndSelectUrlbar can fire after isCustomizing() is false but before customizeMode is fully exited. This means the Urlbar is refocused but then quickly loses focus after the main browser window is focused. By adding this additional check we can be sure that the browser focus event occurs before the Urlbar is refocused.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 15:22:47 +00:00
Dão Gottwald
7aa0386034 Bug 1608169 - Tweak urlbar-grow animation's scale starting points. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D60136

--HG--
extra : moz-landing-system : lando
2020-01-16 15:05:31 +00:00
Alexandre Poirot
088f540a62 Bug 1609383 - Fix running xpcshell test for devtools try presets. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D59997

--HG--
extra : moz-landing-system : lando
2020-01-16 09:48:21 +00:00
Geoff Brown
2c723bb3da Bug 1609283 - Stop running android-hw mochitest-media against opt builds; r=bc
This was regressed by the change from arm7 to aarch64 builds; easily corrected.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 14:53:23 +00:00
pbz
cefd3facd5 Bug 1432856 - Disable fullscreen leave on raise and open for fullscreen-multiple test. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D57371

--HG--
extra : moz-landing-system : lando
2020-01-16 14:39:20 +00:00
pbz
899c4467e4 Bug 1432856 - Added tests for window open and focus in fullscreen. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D56391

--HG--
extra : moz-landing-system : lando
2020-01-16 14:39:11 +00:00
pbz
ddd3c608ef Bug 1432856 - Added console logging for DOM fullscreen leave on window raise. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55813

--HG--
extra : moz-landing-system : lando
2020-01-16 14:39:02 +00:00
pbz
ab3942791d Bug 1432856 - Added prefs for DOM fullscreen leave on window open or raise. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55812

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:48 +00:00
pbz
70e1dba79e Bug 1432856 - Extended focus methods in Window.webidl, Client.webidl and Element.webidl to pass CallerType. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55811

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:40 +00:00
pbz
59e04ed99e Bug 1432856 - Leave DOM fullscreen on window raise. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55810

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:21 +00:00
pbz
e3300a47c4 Bug 1432856 - Leave DOM fullscreen on window.open(). r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55809

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:08 +00:00