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

660487 Коммитов

Автор SHA1 Сообщение Дата
Tim Nguyen 69fde2709d Bug 1565697 - Make yellow highlight appear when picking a generated password. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D38130

--HG--
extra : moz-landing-system : lando
2019-07-15 22:02:03 +00:00
Mike Shal d558ad4449 Bug 1561474 - Use sparse-profile on Windows generate tasks; r=firefox-build-system-reviewers,chmanchester
Depends on D37807

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

--HG--
extra : moz-landing-system : lando
2019-07-15 21:47:19 +00:00
Mike Shal 562accde43 Bug 1561474 - Define and use a sparse profile for the profile-run task; r=sheehan
This was originally from bug 1528374 for Mac PGO, but that isn't able to
land yet and it should help Windows PGO runs in the meantime.

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

--HG--
extra : moz-landing-system : lando
2019-07-15 21:40:09 +00:00
Noemi Erli 2f99f5d875 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-16 00:48:17 +03:00
Oriol Brufau a8e153d3c1 Bug 1544329 - Don't load browser console in an invisibleToDebugger compartment. r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D37926

--HG--
extra : moz-landing-system : lando
2019-07-15 19:48:43 +00:00
Ryan VanderMeulen d2cab4724a Bug 1566032 - Update jsoncpp to version 1.9.1. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D38060

--HG--
extra : moz-landing-system : lando
2019-07-15 21:13:00 +00:00
Luca Greco d574cd6956 Bug 1369197 - Wait for customizationready when exiting customize mode in browserAction contentMenu tests. r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D38123

--HG--
extra : moz-landing-system : lando
2019-07-15 21:15:14 +00:00
Nika Layzell af7e2b19f4 Bug 1563604 - Part 2: Assert on the sending side that BrowsingContexts are in valid states, r=peterv
This should help us more easily identify where the crashing issues are coming
from. The issue in part 1 was found due to these assertion changes.

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

--HG--
extra : moz-landing-system : lando
2019-07-15 20:44:57 +00:00
Nika Layzell 716af7c4d4 Bug 1563604 - Part 1: Confirm detach calls before dropping refs, r=peterv
This ensures that the object is not discarded while there are still in-flight
messages from the parent process, and vice-versa, which could cause crashes if a
CC was run before any pending messages have arrived.

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

--HG--
extra : moz-landing-system : lando
2019-07-15 20:44:50 +00:00
Bob Owen 95b19e37ff Bug 1564899: Make CloseHandleWrapper CHECK a DCHECK on non-Nightly builds. r=handyman
This is because we are hitting it frequently during PolicyBase::OnJobEmpty and
currently we can't work out how this can happen.

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

--HG--
extra : moz-landing-system : lando
2019-07-15 17:19:17 +00:00
Michael Kaply 0cf4395e69 Bug 1565853 - Enable MULTI_SZ and EXPAND_SZ for policies. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D37990

--HG--
extra : moz-landing-system : lando
2019-07-15 21:13:28 +00:00
Mihai Alexandru Michis 2f578529ea Backed out changeset 91f2821b4bfa (bug 1563313) for xpcshell failures CLOSED TREE 2019-07-16 00:15:17 +03:00
Mihai Alexandru Michis 7441986e1b Backed out 2 changesets (bug 1563313) for failures in test_protocolproxyservice.js CLOSED TREE
Backed out changeset 0585bc6ff55b (bug 1563313)
Backed out changeset 3b9ef89d8c5c (bug 1563313)
2019-07-15 23:57:57 +03:00
Mihai Alexandru Michis 71a457f2bf Backed out changeset c06eb27d0c64 (bug 1561964) for mochitest failures CLOSED TREE 2019-07-15 23:55:52 +03:00
Byron Campen [:bwc] 8e59d02a2e Bug 1557553: Mark this test as long, because it waits for ICE to finish. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D38083

--HG--
extra : moz-landing-system : lando
2019-07-15 14:50:35 +00:00
soniasingla f52cea06ac Bug 1556849 - Enable ESLint for dom/base/. r=Standard8,mccr8
# ignore-this-changeset

These are all automatic changes via ESLint/prettier.

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

--HG--
extra : moz-landing-system : lando
2019-07-15 17:22:45 +00:00
Nicolas Chevobbe de09ed81e9 Bug 1521452 - Create a GridElementWidthResizer component. r=Honza.
This component is placed by the consumer on a grid, and act on
one of the grid element size.
The component can be placed at the inline start or the inline end
of the area it is in.
This component relies on the existing Draggable component.
A test is added to ensure this works as expected.

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

--HG--
extra : moz-landing-system : lando
2019-07-11 14:37:11 +00:00
Coroiu Cristina e6daafc804 Backed out 2 changesets (bug 1547351) for build bustage at gfx/layers/wr/WebRenderBridgeParent.cpp on a CLOSED TREE
Backed out changeset af34904f00c7 (bug 1547351)
Backed out changeset 94db0d98be90 (bug 1547351)
2019-07-12 08:40:27 +03:00
Alexis Beingessner bc15a4daa5 Bug 1547351 - Automatically set content process render root r=kats
This implements the idea of automatically setting a content proc's
render root based on the render root enclosing the iframe that
points to it. There was a bit of cleanup in here that was a bit
tricky to extract from the core patch revolving around how we
use the Api(...) helper. This was to avoid the situation where
we use the Api(...) helper before our render root is initialized,
when we don't actually have to. I.e., when we just want the root
WebRenderAPI in all cases.

An alternative to this approach could be to fully built out the
WebRender transactions and just queue those up to be sent. However,
transaction building has various side effects which are committed
before the transaction is actually sent, so we would have to build
out some scheme for deferring those as well. This seemed simpler.

Patch primarily written by :dthayer

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

--HG--
extra : moz-landing-system : lando
2019-07-12 05:14:05 +00:00
Doug Thayer 418a24f2d6 Bug 1547351 - Factor out RecvEmptyTransaction's core transaction building r=sotaro
This splits out the inner bit of RecvEmptyTransaction to just iterate over
the documents once, rather than iterating over them individually. Originally
I ran into difficulties with this and then left it on the table, but I think
it was enabled by splitting out the epochs in pipeline info by renderroot.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 05:14:05 +00:00
Tom Ritter 0ca0f2dea1 Bug 1564527 - Enable AssertEvalNotUsingSystemPrincipal on Nightly builds r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D37460

--HG--
extra : moz-landing-system : lando
2019-07-11 08:46:18 +00:00
Andreea Pavel c8af1a97a0 Merge mozilla-central to autoland on a CLOSED TREE 2019-07-13 00:53:27 +03:00
Emilio Cobos Álvarez f629931392 Bug 1565690 - When inferring an aspect ratio from an image's width and height attribute, only honor it if we don't have the real image aspect-ratio. r=dholbert
Since people like to get wrong attribute values on their images (see the
regressions from bug 1547231).

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

--HG--
extra : moz-landing-system : lando
2019-07-12 21:47:49 +00:00
Byron Campen [:bwc] 88c34e7b3f Bug 1559512: Make sure that we grab the first RTP packet when checking RTP extensions, because the mid extension is only used in the first several. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D37884

--HG--
extra : moz-landing-system : lando
2019-07-12 21:36:16 +00:00
Mark Banner a2eaf3b1db Bug 1565315 - Fix Yandex missing from en builds when in Russian regions. r=mconnor
Depends on D37869

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

--HG--
extra : moz-landing-system : lando
2019-07-12 21:18:59 +00:00
Dale Harvey 879adf5842 Bug 1565563 - Add en-US to search configurations to test. r=Standard8,mconnor
Differential Revision: https://phabricator.services.mozilla.com/D37869

--HG--
extra : moz-landing-system : lando
2019-07-12 17:10:38 +00:00
Tom Prince 67fde77813 Bug 1565378: Allow non `job`-transform-using tasks to use worker-type aliases; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D37786

--HG--
extra : moz-landing-system : lando
2019-07-12 20:44:12 +00:00
Razvan Maries 10d819389e Backed out changeset 26853a62fed3 (bug 1526818) for ES Lint failure. CLOSED TREE 2019-07-13 00:03:08 +03:00
Gregory Mierzwinski 710cb7f271 Bug 1565644 - Disable raptor from running in android opt builds on integration branches. r=perftest-reviewers,rwood
This patch disables raptor tests running on android opt-builds and as a side, prevents raptor tests running on android from running on try by default. With these changes, --full in mach try fuzzy will be required to schedule raptor mobile tests on try.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 21:02:49 +00:00
Ciure Andrei 3d0c68f966 Backed out changeset a9ea4223df5a (bug 1544828) the cause for the disable was backed out bug 1354679 CLOSED TREE
--HG--
extra : rebase_source : f3b8fae6526e237d3e5fdcac730cabc81428bb81
2019-07-12 23:57:12 +03:00
Omkar Konaraddi 885533af6a Bug 1526818 - QuantumBar: Expose an autocomplete.properties bundle from UrlbarUtils r=adw
Differential Revision: https://phabricator.services.mozilla.com/D36250

--HG--
extra : moz-landing-system : lando
2019-07-12 20:54:04 +00:00
Sebastian Hengst 62f76168bd Bug 1554208 - update test expectations for unexpected passes on Android. a=unexpected-pass-fixes
--HG--
extra : rebase_source : 6ffce7e5e2848ac85764b7f78fa633ba5c83e0b6
2019-07-12 22:35:20 +02:00
Ciure Andrei 6481c7cc39 Backed out changeset fa44f47160b2 (bug 1354679)for causing high frequency browser_aboutdebugging_devtoolstoolbox_shortcuts.js and browser_aboutdebugging_devtoolstoolbox_reload.js failures CLOSED TREE 2019-07-12 23:42:16 +03:00
Mike Shal 8163764c24 Bug 1565165 - Switch Bpgo(run) tasks to 'build' (from 'test'); r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D37919

--HG--
extra : moz-landing-system : lando
2019-07-12 20:13:12 +00:00
Tom Prince fe129c3cdc No bug: [taskgraph] Inherit treeherder collection for non-opt platforms; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D37785

--HG--
extra : moz-landing-system : lando
2019-07-12 02:11:38 +00:00
Tom Prince bd1512fcbf Bug 1565358: Use `Parameters.file_url` helper consitently; r=mhentges
Only one place should need to know how to generate VCS URLs. This
makes it easier to support other VCSs.

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

--HG--
extra : moz-landing-system : lando
2019-07-11 22:00:51 +00:00
Emilio Cobos Álvarez 9fa0ebbc44 Bug 1528180 - Don't align scroll offsets to layer pixels when using WebRender. r=tnikkel
This position is only invalidated from FrameLayerBuilder, that's not a very good
signal.

This would get out of sync when using WebRender, and APZ messages will send
sub-pixel scroll positions that will get wrongly adjusted, causing small scroll
offsets which scroll anchoring would incorrectly try to correct, which is the
ultimate cause of the jittering.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 20:04:16 +00:00
Agi Sferro 61f5744ce6 Bug 1565410 - Don't expose BundleEventListener in the API. r=esawin
This also updates apilint to 0.2.2 to ensure that future instances of this
problem will be caught automatically.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 20:04:38 +00:00
Ehsan Akhgari 1a81838031 Bug 1558944 - Increase the intermittent leak threshold for wpt tests on OSX to 2100 bytes to allow for new fields to be added to OriginAttributes; r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D37909

--HG--
extra : moz-landing-system : lando
2019-07-12 19:24:53 +00:00
Shane Caraveo b5f7e57944 Bug 1556789 minimize the chaos of search config testing r=daleharvey
700K extension reloads!  This minimizes tests to using the
necessary extensions as well as avoiding reloads of extensions while
the search config tests are run.  Local machine can now run a single
search config test file in under 2 minutes.  This was impossible before.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 01:49:41 +00:00
Shane Caraveo 36bce0da93 Bug 1556789 - Refactor extension install in searchservice to use promises r=robwu,daleharvey
This provides a set of promises that the searchservice resolves once the search engine has been configured

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

--HG--
extra : moz-landing-system : lando
2019-07-12 19:33:32 +00:00
Kartikaya Gupta 99d5d84df8 Bug 1560312 - Run fission tests without WR as well. r=botond
This also disables the test on Windows 7 because the newly enabled subtests
fail intermittently there. We don't care so much about Windows 7 these days,
and I don't have a local setup to reproduce it, so I didn't investigate the
failure.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 17:13:04 +00:00
Jeff Muizelaar c0299a4309 Bug 1563775. Include the recording origin in the stream. r=nical
This will let us do the subtraction of the recording origin during
playback instead of during recording.

It will also let us merge recordings that have different origins.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 18:20:29 +00:00
Jeff Muizelaar ab81cbdb67 Bug 1565580. Apply accidentally dropped review comments.
Differential Revision: https://phabricator.services.mozilla.com/D37901

--HG--
extra : moz-landing-system : lando
2019-07-12 18:16:07 +00:00
Andreea Pavel 59262a5149 Bug 1432176 - disabled test on win ccov r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37530

--HG--
extra : moz-landing-system : lando
2019-07-10 09:22:30 +00:00
Dorel Luca 28d6d22bfe Bug 1544828 - Disabled browser_aboutdebugging_devtoolstoolbox_reload.js on Linux64 and OSX Debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37868

--HG--
extra : moz-landing-system : lando
2019-07-12 14:34:49 +00:00
Ted Campbell 2fd6509104 Bug 1565556 - Rename SharedScriptData to ImmutableScriptData. r=jandem
After this patch a JSScript will have Private, Runtime, and Immutable
script data type attached to it.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 16:19:32 +00:00
Ted Campbell 79d14f02b0 Bug 1565556 - Cleanup SharedScriptData optional arrays. r=jandem
Add an 'Offset' type-alias to better document as well as fixing up
out-of-date comments. This also moves the optArrayOffset to beginning of
structure.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 15:34:11 +00:00
Jeff Muizelaar 65dccbec8c Bug 1565620. Preserve initial batching debug state across debug state changes. r=kvark
This lets us run wrench with -no-batch and turn on the profiler.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 18:04:45 +00:00
Razvan Maries 91e22ac8f8 Backed out changeset 753e9aa90af6 (bug 1549985) as per Dao's request. 2019-07-12 20:42:08 +03:00