Commit Graph

639022 Commits

Author SHA1 Message Date
Robert Helmer
30e3d84c28 Bug 1523312 - do not export msgpack, as it has no callers out side of libxul r=dmajor
Includes a drive-by fix for two unused `DEFINES`.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 19:33:54 +00:00
Robert Helmer
228ecafc9c Bug 1523312 - build msgpack separately from libprio r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D21076

--HG--
extra : moz-landing-system : lando
2019-02-27 18:58:37 +00:00
Andrei Oprea
0c3e9a63d8 Bug 1528959 - Add strings for CFR Pin Tab message r=flod
Spec https://mozilla.invisionapp.com/share/R3OVTEX9X76#/screens

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

--HG--
extra : moz-landing-system : lando
2019-02-27 14:10:02 +00:00
Aaron Klotz
6f4ebce141 Bug 1530539: Set --enable-launcher-process to default on past Nightly; r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D21262

--HG--
extra : moz-landing-system : lando
2019-02-26 21:11:51 +00:00
Aaron Klotz
2dee09001f Bug 1530809: Make LaunchElevated use mscom::ProcessRuntime instead of mscom::STARegion; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D21261

--HG--
extra : moz-landing-system : lando
2019-02-26 21:40:59 +00:00
Aaron Klotz
0a41c8af39 Bug 1530700: Add a missing ifdef MOZ_LAUNCHER_PROCESS block; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D21258

--HG--
extra : moz-landing-system : lando
2019-02-27 11:00:14 +00:00
Aaron Klotz
9deb5d11f5 Bug 1530788: Ensure that the launcher process pref remains functional on Nightly; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D21254

--HG--
extra : moz-landing-system : lando
2019-02-26 21:38:08 +00:00
Dave Townsend
3073e9d542 Bug 1528998: Apply profile snatching behaviour when the first run of a dedicated build is after a restart. r=froydnj
If Firefox was using the default profile before restarting to upgrade to a build
supporting dedicated profiles then we should check if we can make the selected
profile the default for this build and if not create the user a new profile.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 19:24:04 +00:00
James Willcox
2fe9e30e89 Bug 1525959 - Only run mochitest-e10s on GeckoView opt builds r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D21405

--HG--
extra : moz-landing-system : lando
2019-02-27 19:17:35 +00:00
Sean Stangl
16371d080e Bug 1530031 - Summary: Allow ARM64 Simulator to return a different error message. r=nbp
Differential Revision: https://phabricator.services.mozilla.com/D21288

--HG--
extra : moz-landing-system : lando
2019-02-27 10:52:42 +00:00
Shane Caraveo
b9e3808121 Bug 1530816 support RTA IDs in AddonRepository r=aswan
AddonRepository validates IDs that are returned from AMO.  We
need to handle the case where we are using rta prefix for ReturnToAMO.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 17:18:46 +00:00
Ciure Andrei
109f80ff56 Backed out changeset 46def7f1496f (bug 1530546) for perma failing test_progress_events_for_gzip_data.html CLOSED TREE 2019-02-27 21:10:25 +02:00
Nicolas B. Pierron
7612e299fd Bug 1530396 - Move the AutoFlushICache to the Linker. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D21025

--HG--
extra : moz-landing-system : lando
2019-02-27 18:00:02 +00:00
Dorel Luca
e44a331ef0 Backed out changeset 19b29b2e2f5e (bug 1526054) for eslint failures. CLOSED TREE 2019-02-27 19:52:40 +02:00
Logan Smyth
2cfdeb0deb Bug 1530549 - Ensure that _clearSteppingHooks() runs _after_ we pause. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D21384

--HG--
extra : moz-landing-system : lando
2019-02-27 17:37:31 +00:00
Kartikaya Gupta
778cca9d62 Bug 1524418 - Avoid crashing content process with giant drawtarget. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D21230

--HG--
extra : moz-landing-system : lando
2019-02-27 17:34:23 +00:00
Kartikaya Gupta
bb22600a64 Bug 1530016 - Drop bogus entries from the generated-sources tarball. r=froydnj
On Android we apparently try to include the cpufeatures.c file from the
NDK as part of the generated-sources tarball. While this works, it makes
tar drop the bogus entry for safety reasons when unpacking the archive.
It also makes tar return an error, which is undesirable for searchfox.
It's better to just skip the entry when building the tarball.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 17:45:27 +00:00
Razvan Caliman
dbbe2953a3 Bug 1526054 - Set target node in Font Editor according to selected node type. r=gl
Refactors the logic so the target node on which the Font Editor operates can point to a parent node in case of text nodes without explicitly changing the node selection.

The target node is assigned to `this.node`. When that is null, it means the node selection is not supported by the Font Editor. This removes the need for the `isSelectedNodeValid()` method.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 17:40:49 +00:00
Eric Rahm
557518ac40 Bug 1530869 - Add support for setting per-suite alert thresholds. r=igoldan
This adds support for specifying per-suite perfherder alert thresholds and
updates the base content JS measurement to specify a 0.25% threshold.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 14:24:48 +00:00
Robin Templeton
effd19ec9c Bug 1530406 - Make HashableValue comparison of BigInts infallible r=wingo,jwalden
Differential Revision: https://phabricator.services.mozilla.com/D21032

--HG--
extra : moz-landing-system : lando
2019-02-27 15:50:04 +00:00
Razvan Caliman
ac817f3c89 Bug 1530976 - Remove functionality to mark rules as selected in the Rules view. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D21344

--HG--
extra : moz-landing-system : lando
2019-02-27 15:31:16 +00:00
Razvan Caliman
294be58640 Bug 1530972 - Remove obsolete modifySelctor2 method from StyleRule actor, front and spec. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D21342

--HG--
extra : moz-landing-system : lando
2019-02-27 15:33:33 +00:00
Dorel Luca
ca0e748103 Backed out changeset 9970e92003a2 (bug 1530396) for spidermonkey failure 2019-02-27 19:13:35 +02:00
Andrew Erickson
08ddc1cd25 Bug 1530546: updating hostutils for linux, round 2 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D21318

--HG--
extra : moz-landing-system : lando
2019-02-27 16:10:27 +00:00
Coroiu Cristina
5a9b738453 Backed out 2 changesets (bug 1524992) for multiple failures and timeout on a CLOSED TREE
Backed out changeset fb1d7e57e253 (bug 1524992)
Backed out changeset bd215cd3c8d7 (bug 1524992)
2019-02-27 19:02:03 +02:00
Nicolas B. Pierron
d2152481ed Bug 1530396 - Move the AutoFlushICache to the Linker. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D21025

--HG--
extra : moz-landing-system : lando
2019-02-27 16:53:51 +00:00
Nicolas B. Pierron
403cf83c2c Bug 1528399 - ARM64: EnterJIT should align on 16 bytes instead of 256. r=sstangl
Differential Revision: https://phabricator.services.mozilla.com/D20174

--HG--
extra : moz-landing-system : lando
2019-02-27 16:49:10 +00:00
Mark Banner
57ab0d5de2 Bug 1530405 - Port the UITour tests to QuantumBar. r=MattN,mak.
Differential Revision: https://phabricator.services.mozilla.com/D21028

--HG--
extra : moz-landing-system : lando
2019-02-27 16:43:56 +00:00
Ehsan Akhgari
f9817933f0 Bug 1531019 - Ignore the return value of IsSelectable in order to make sure Coverity isn't confused by unchecked return value with IsSelectable returning a boolean; r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D21362

--HG--
extra : moz-landing-system : lando
2019-02-27 16:25:52 +00:00
Henri Sivonen
8e8d7fd5e3 Bug 1528725 - Hit-test pointer events against out-of-process iframes in WebRender mode. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D20470

--HG--
extra : moz-landing-system : lando
2019-02-27 16:15:07 +00:00
Mark Banner
c86d07da05 Bug 1530983 - Move browser_bookmark_popup/titles.js to browser/components/places and fix them for running with QuantumBar. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D21347

--HG--
rename : browser/base/content/test/general/browser_bookmark_popup.js => browser/components/places/tests/browser/browser_bookmark_popup.js
rename : browser/base/content/test/general/browser_bookmark_titles.js => browser/components/places/tests/browser/browser_bookmark_titles.js
extra : moz-landing-system : lando
2019-02-27 16:08:59 +00:00
Byron Campen [:bwc]
e37a2a4f7a Bug 1528323 - Part 3: Fix a mochitest that was abandoning its promises, and not noticing exceptions as a result. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D21016

--HG--
extra : moz-landing-system : lando
2019-02-27 16:06:26 +00:00
Byron Campen [:bwc]
309281a9e8 Bug 1528323 - Part 2: Mark some wpt as passing, and fix some others. Also fix a mochitest. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19985

--HG--
extra : moz-landing-system : lando
2019-02-27 16:06:04 +00:00
Byron Campen [:bwc]
de0958d2f0 Bug 1528323 - Part 1.1: Fix bug in _queueWithClosedCheck where |this| did not refer to the PeerConnection. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D21015

--HG--
extra : moz-landing-system : lando
2019-02-27 16:05:47 +00:00
Byron Campen [:bwc]
301e6c847e Bug 1528323 - Part 1: Bring replaceTrack up to spec in terms of async and timing. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19984

--HG--
extra : moz-landing-system : lando
2019-02-27 16:05:29 +00:00
Honza Bambas
3b626a1544 Bug 1527827 - Add ShutdownPhase::ShutdownCycleCollector triggered after the CycleCollector shutdown, r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D21047

--HG--
extra : moz-landing-system : lando
2019-02-27 12:57:11 +00:00
Robin Templeton
8be440b71b Bug 1527729 - Skip range computation for non-int32 bitwise ops r=wingo,jandem
Differential Revision: https://phabricator.services.mozilla.com/D20618

--HG--
extra : moz-landing-system : lando
2019-02-27 12:10:23 +00:00
James Willcox
d8c10c8447 Bug 1524992 - Don't trigger crash in about:crash* when opened from external apps r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D20891

--HG--
extra : moz-landing-system : lando
2019-02-27 16:04:04 +00:00
James Willcox
867ec83b7d Bug 1524992 - Treat command line URIs as external r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D20890

--HG--
extra : moz-landing-system : lando
2019-02-27 15:57:44 +00:00
Daniel Varga
027f2c1a08 Backed out 4 changesets (bug 1528323) for linting opt on a CLOSED TREE DONTBUILD
Backed out changeset e5644fcedb19 (bug 1528323)
Backed out changeset 4ec8d35bbefc (bug 1528323)
Backed out changeset be1db93b9ba7 (bug 1528323)
Backed out changeset e1b06db7e2c6 (bug 1528323)

--HG--
extra : rebase_source : a997722cc28751c500f64ae543fbd584e9cf8375
extra : amend_source : 7c754580c98644689220f7ac5b0c5d41ec77d51e
2019-02-27 17:51:53 +02:00
Helena Moreno
010dd5db65 Bug 1525613 - Create a preference to enable message grouping in the console. r=nchevobbe.
Differential Revision: https://phabricator.services.mozilla.com/D21356

--HG--
extra : moz-landing-system : lando
2019-02-27 14:04:46 +00:00
James Willcox
61ca9441b1 Bug 1525959 - Skip some mochitests tests under GeckoView r=geckoview-reviewers,esawin
There are few things that are either Fennec-specific or don't work
currently under GeckoView w/ e10s under TestRunnerActivity. Disable
these so we can get some testing going in automation.

This also replaces 'isFennec' with the more correct 'is_fennec'.

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

--HG--
extra : moz-landing-system : lando
2019-02-27 15:01:43 +00:00
James Willcox
7a6f394f2c Bug 1525959 - Run GeckoView mochitests on x86_64 emulators in automation r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D19015

--HG--
extra : moz-landing-system : lando
2019-02-27 14:58:32 +00:00
Daniel Varga
f150d529f8 Backed out 2 changesets (bug 1524992) for linting opt failure on a CLOSED TREE
Backed out changeset 998c1f756e51 (bug 1524992)
Backed out changeset e5da75d979ef (bug 1524992)

--HG--
extra : amend_source : 4ae2d7cb138f24453c4d19098f5e1a1f400f9fea
2019-02-27 17:19:45 +02:00
Byron Campen [:bwc]
2d43d13a39 Bug 1528323 - Part 3: Fix a mochitest that was abandoning its promises, and not noticing exceptions as a result. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D21016

--HG--
extra : moz-landing-system : lando
2019-02-25 15:11:01 +00:00
Byron Campen [:bwc]
66307d2978 Bug 1528323 - Part 2: Mark some wpt as passing, and fix some others. Also fix a mochitest. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19985

--HG--
extra : moz-landing-system : lando
2019-02-25 14:53:03 +00:00
Byron Campen [:bwc]
d5bcd560b9 Bug 1528323 - Part 1.1: Fix bug in _queueWithClosedCheck where |this| did not refer to the PeerConnection. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D21015

--HG--
extra : moz-landing-system : lando
2019-02-25 15:08:35 +00:00
Byron Campen [:bwc]
d79320592d Bug 1528323 - Part 1: Bring replaceTrack up to spec in terms of async and timing. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D19984

--HG--
extra : moz-landing-system : lando
2019-02-25 17:07:46 +00:00
James Willcox
0891e46847 Bug 1524992 - Don't trigger crash in about:crash* when opened from external apps r=mconley
Depends on D20890

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

--HG--
extra : moz-landing-system : lando
2019-02-25 21:37:45 +00:00
James Willcox
aa8999a525 Bug 1524992 - Treat command line URIs as external r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D20890

--HG--
extra : moz-landing-system : lando
2019-02-26 19:23:43 +00:00