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

690702 Коммитов

Автор SHA1 Сообщение Дата
Mirko Brodesser 067c1b95c6 Bug 1613378: part 5) Decouple `UserSelectRangesToAdd` from `Selection` class. r=smaug
Depends on D62037

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

--HG--
extra : moz-landing-system : lando
2020-02-07 16:16:36 +00:00
Mirko Brodesser ce8bf8cde1 Bug 1613378: part 4) Declare some methods in `nsFrameSelection` static. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D62037

--HG--
extra : moz-landing-system : lando
2020-02-07 16:13:27 +00:00
Chris H-C 091402d039 Bug 1612283 - Enforce max staleness of 60s in GV Streaming Telemetry r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D61838

--HG--
extra : moz-landing-system : lando
2020-02-06 16:48:01 +00:00
Chris H-C a0cebcbd90 Bug 1612283 - Send GV Telemetry batches on application background r=janerik
We assumed that geckoview would be generating a consistent stream of data that
would keep the batches from getting much staler than their default 5s.

Turns out we're far too efficient, so the data dries up.

To still catch data stale in the buffer, we now send the batch when the app
goes to background (on the "application-background" topic).

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

--HG--
extra : moz-landing-system : lando
2020-02-06 16:47:58 +00:00
Chris H-C 59d8224746 Bug 1613072 - Only show Late Writes if there are late writes r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D62109

--HG--
extra : moz-landing-system : lando
2020-02-10 16:35:20 +00:00
Ehsan Akhgari 88a4c2194d Bug 1590696 - Mark most of the tests in browser/base/content/test/trackingUI as Fission compatible now that the content blocking log has been moved to the parent process; r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D62107

--HG--
extra : moz-landing-system : lando
2020-02-10 17:20:46 +00:00
Rob Wu 04d70f7fae Bug 1614396 - Uncomment and fix test_background_clipboard_copy r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D62297

--HG--
extra : moz-landing-system : lando
2020-02-10 17:16:45 +00:00
Kershaw Chang e9191c0491 Bug 1607194 - P2: Make SSLTokensCache available on socket process r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D58775

--HG--
extra : moz-landing-system : lando
2020-02-10 17:08:57 +00:00
Kershaw Chang ce95c08868 Bug 1607194 - P1: NSS initialization without nsNSSComponent for the socket process r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D58774

--HG--
extra : moz-landing-system : lando
2020-02-10 17:07:26 +00:00
Greg Tatum 32556a6521 Bug 1602079 - Add a mochitest to test the profiler.firefox.com WebChannel; r=julienw
This test covers the basic enabling of the profiler popup menu button.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 15:53:23 +00:00
Greg Tatum 38f00a26ce Bug 1602079 - Add a test for profiler.firefox.com WebChannel validation; r=julienw
We want to be sure that the URL used for the WebChannel is validated to an
allowed set of domains. This test ensures that we are not allowing unknown
domains through.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 15:53:08 +00:00
Greg Tatum d56410932c Bug 1602079 - Add a WebChannel to profiler.firefox.com; r=julienw,jdescottes
This commit adds a WebChannel mechanism to the profiler popup workflow.
This will enable us to provide some configuration operations from the
content page in order to ease user onboarding, as well as a mechanism
to migrate away from the extension.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 15:52:59 +00:00
Tom Tung 9b0da9363f Bug 1609625 - P1 - Add a temporary scalar probes to get the longest initializattion time; r=janv,dom-workers-and-storage-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D61231

--HG--
extra : moz-landing-system : lando
2020-02-10 10:43:06 +00:00
Nicolas Chevobbe ccf7c09e21 Bug 1600619 - Don't focus the content page when closing the console when the tab it was opened for is now inactive. r=ochameau.
This patch checks for window.docShell.isActive to ensure
we should indeed restore the focus on the page.
A test case is added to make sure it works as expected
and that we don't regress.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 16:27:24 +00:00
emcminn ec1ab205e9 Bug 1571670 - Added :hover effect to the dismiss buttons for Onboarding triplets & welcome modal r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D61921

--HG--
extra : moz-landing-system : lando
2020-02-10 16:20:02 +00:00
André Bargull 90806d1d0c Bug 1606868: Add scripted function type to default class constructors. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D58758

--HG--
extra : moz-landing-system : lando
2020-02-10 16:27:22 +00:00
Mark Banner 8346839a9e Bug 1613903 - Enable ESLint for testing/marionette/harness and testing/marionette/legacyaction.js (manual changes). r=whimboo,marionette-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D62026

--HG--
extra : moz-landing-system : lando
2020-02-10 16:28:09 +00:00
Mark Banner 9122889407 Bug 1613903 - Enable ESLint for testing/marionette/harness and testing/marionette/legacyaction.js (automatic changes). r=whimboo,marionette-reviewers
# ignore-this-changeset

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

--HG--
extra : moz-landing-system : lando
2020-02-10 16:32:06 +00:00
Chris Manchester 8fc946b2f6 Bug 1613226 - Remove obsolete python@2 from homebrew installation on macOS. r=firefox-build-system-reviewers,rstewart
Differential Revision: https://phabricator.services.mozilla.com/D62286

--HG--
extra : moz-landing-system : lando
2020-02-10 16:30:52 +00:00
Chris Manchester 15a8d1765f Bug 1609568 - Request less parallelism for gcc base-toolchain builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D62104

--HG--
extra : moz-landing-system : lando
2020-02-10 16:16:59 +00:00
Chris Manchester 5f7c85a15a Bug 1609595 - Add a way to request less parallelism in the build. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D62103

--HG--
extra : moz-landing-system : lando
2020-02-10 16:16:57 +00:00
Andreea Pavel 2a19f6f7e7 Bug 1495002 - [wdspec] Re-enable all tests for ccov except permissions/set.py.ini which still perma-fails. r=whimboo
Differential Revision: https://phabricator.services.mozilla.com/D61674

--HG--
extra : moz-landing-system : lando
2020-02-10 16:04:19 +00:00
Nicolas Silva 21cc009300 Bug 1612988 - Fix warning in a peek_poke test. r=jrmuizel
The test is meant to check that tupes work and a tuple of a single element needs a comma to differentiate it from just being the element.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 14:10:26 +00:00
Rob Wu 12da42fbbe Bug 1394019 - Handle DOMWindowClose of extension popup in parent r=zombie
Starting from bug 1533949, the DOMWindowClose event is forwarded to the
`<browser>` element, so there is no need for a custom
"Extension:DOMWindowClose" message any more.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 15:09:03 +00:00
Botond Ballo 5a714b45fa Bug 1612750 - Use the main thread's visual viewport offset as the fallback scroll offset when APZ is force-disabled. r=tnikkel
This ensures that even if APZ is force-disabled, the permanent offset between
the visual and layout viewports is preserved during rendering.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 15:20:08 +00:00
Botond Ballo 0167696fdf Bug 1612750 - Have the main thread always populate FrameMetrics::mVisualViewportOffset. r=tnikkel
APZ may want to know what the main thread's view of the visual viewport offset
was at the time of the last paint even if the main thread does not want APZ
to scroll to that visual viewport offset.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 15:19:46 +00:00
Botond Ballo 659489f090 Bug 1612750 - Move handling of IsApzForceDisabled() into the GetEffective*() functions where possible. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D62091

--HG--
extra : moz-landing-system : lando
2020-02-10 15:19:29 +00:00
Botond Ballo 9d2b7b80cb Bug 1612750 - Simplify a misleading calculation in AsyncPanZoomController::GetCurrentAsyncTransform(). r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D62090

--HG--
extra : moz-landing-system : lando
2020-02-10 15:19:16 +00:00
Sebastian Streich b53c4508e9 Bug 1610835 - Refactor GetURI usage in AntiTrackingCommon.cpp r=ckerschb,baku
Differential Revision: https://phabricator.services.mozilla.com/D60684

--HG--
extra : moz-landing-system : lando
2020-02-10 15:10:52 +00:00
Sebastian Streich 52a6d76d90 Bug 1376310 - Ensure a nsIDocShell after checking IsOriginPotentiallyTrustworthy r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D60742

--HG--
extra : moz-landing-system : lando
2020-02-10 14:51:10 +00:00
André Bargull ab8cb66ebf Bug 1614277: Remove unused output register from lir-instructions. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D62197

--HG--
extra : moz-landing-system : lando
2020-02-10 14:48:09 +00:00
Artem a4ec029bee Bug 1608167 - port setDesktopBackground DTD to fluent r=Gijs,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D60313

--HG--
extra : moz-landing-system : lando
2020-02-07 12:27:21 +00:00
Boris Zbarsky 05327f8a52 Bug 1613978. Allow passing u"...", not just nsAStrings, to templated ThrowType/RangeError. r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D62061

--HG--
extra : moz-landing-system : lando
2020-02-10 13:08:48 +00:00
Geoff Brown 12a26f2d5a Bug 1613929 - Normalize reftest manifest identifiers; r=jmaher
Use the manifest ID rather than the manifest path in the reftest suite_start message.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 14:42:09 +00:00
Geoff Brown 33be582009 Bug 1612149 - Update linux64 try syntax aliases for 18.04; r=jmaher
Update existing unit test aliases for linux64 to include the new 18.04 platforms.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 14:51:53 +00:00
Myeongjun Go 55defdbcde Bug 1561584 - storage.StorageChange object has no oldValue when transitioning from a falsey value r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D53012

--HG--
extra : moz-landing-system : lando
2020-02-10 14:25:02 +00:00
Atique Ahmed Ziad 2c486a628d Bug 1605403 - UserScriptOptions js property shouldn't be optional. r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D61002

--HG--
extra : moz-landing-system : lando
2020-02-10 14:29:54 +00:00
Andi-Bogdan Postelnicu 27d6c7c59b Bug 1391711 - Implement a static analysis checker to detect usages of fopen/ open like functions on win32 platform. r=sg
This is a re-work of `https://mzl.la/31Bkl47`, and because time passed and not all of the
issues reported by this checker were fixed and we want to land it, we've decided to move
from errors diagnostic messages to warnings.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 14:41:26 +00:00
Jonathan Kew e7b074c98a Bug 1613996 - Try to avoid instantiating an FT_Face just to read the font's charmap for FindFontForChar. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D62152

--HG--
extra : moz-landing-system : lando
2020-02-09 04:18:22 +00:00
Andrew Osmond 215f13488a Bug 1602819 - Expose desktop environment (e.g. GNOME, KDE) on Linux. r=jrmuizel,fluent-reviewers
This patch also exposes the desktop environment and window protocol on
the gfx blocklist, allowing us more control over feature deployment.
This will help with the slow rollout of WebRender to release channels.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 14:21:30 +00:00
alexandru.ionescu 9beb86ee68 Bug 1524545 Move raptor-unity-webgl-firefox to tier 3 and stop running on autoland r=Bebe,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D61456

--HG--
extra : moz-landing-system : lando
2020-02-06 15:51:51 +00:00
Makoto Kato 494b9d8d45 Bug 1612785 - GVE should set WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_* via onMetaViewportFitChange. r=geckoview-reviewers,snorp
This is follow up of bug 1574307 (and bug 1503656).

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

--HG--
extra : moz-landing-system : lando
2020-02-06 16:55:15 +00:00
Boris Zbarsky 1852a29c3b Use %g, not %f, for our error reporting so unnecessary trailing zeros are not output. No bug. r=birtles
Differential Revision: https://phabricator.services.mozilla.com/D62062

--HG--
extra : moz-landing-system : lando
2020-02-10 01:35:00 +00:00
Brad Werth 69e6a4776b Bug 1523853 Part 3: Further relax the mousewheel test to not care about the ending scroll values. r=kats
This is being done to reduce the intermittent failures we see in this test.
There are other non-intermittent tests that measure the specific number of
pixels traveled by mousewheel events. The focus of this test seems to be
"Ensure that mousewheel scrolling and zooming are mutually exclusive" and
this change maintains that.

Depends on D62067

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

--HG--
extra : moz-landing-system : lando
2020-02-08 20:15:16 +00:00
Sebastian Hengst 18aefc612f Bug 1613958 - set correct treeherder platform names for macOS webrender and condprof tasks. r=chmanchester
Some webrender and condprof tasks on macOS had raw/'ugly' platform names and
were listed at the top of a treeherder push due to that and not together with
the other OS X tasks. With this patch applied, they are shown together with the
other tasks on that platform.

The platform name should reference either cross compile or the platform version
it is running on.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 20:48:13 +00:00
Sebastian Hengst 7fd69df79d Bug 1613976 - Adjust expectations for MediaRecorder-peerconnection.https.html on Android with Beta and Release.
Differential Revision: https://phabricator.services.mozilla.com/D62145

--HG--
extra : moz-landing-system : lando
2020-02-09 17:34:43 +00:00
Harry Twyford 5abf7a05d3 Bug 1613907 - Cleanup - Split Urlbar tab key behaviour into a new test that opens a new window. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D62165

--HG--
extra : moz-landing-system : lando
2020-02-09 18:09:46 +00:00
Boris Zbarsky d5a8ae31d4 Bug 1614173. Stop using NS_ERROR_DOM_TYPE_ERR in ChromeNodeList. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D62156

--HG--
extra : moz-landing-system : lando
2020-02-09 14:51:57 +00:00
Tim Nguyen 3459492b2f Bug 1614160 - Add AngleOrPercentage to style system. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D62158

--HG--
extra : moz-landing-system : lando
2020-02-09 15:11:43 +00:00
Michal Novotny d50cfdb119 Bug 1611185 - Make HTTP_CACHE_DISPOSITION_2_V2 probe keyed by content type r=valentin
HTTP_CACHE_DISPOSITION_3 is now keyed by content type. Note that probe HTTP_CACHE_DISPOSITION_2 was removed along with the old cache code, so suffix V2 isn't needed anymore.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 08:35:18 +00:00