Commit Graph

57269 Commits

Author SHA1 Message Date
Emilio Cobos Álvarez
2c808051d3 Bug 1567333 - Remove the ability to build Gecko without the bindgen feature. r=heycam
This is not used for anything, as far as I can tell.

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

--HG--
extra : moz-landing-system : lando
2019-07-18 23:39:14 +00:00
championshuttler
071557545e Bug 1536103 - Fix various Sphinx Warning in 'mach doc' (4). r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D38046

--HG--
extra : moz-landing-system : lando
2019-07-18 20:08:26 +00:00
Chris Muldoon
a4830f2a4b Bug 1563446 - Clean up MozAutocompleteRichListitem fragment markup r=dao
Differential Revision: https://phabricator.services.mozilla.com/D38560

--HG--
extra : moz-landing-system : lando
2019-07-18 21:10:49 +00:00
Carolina
5ca5e3c5f5 Bug 1563866 - Makes module imports structure more consistent.r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D38071

--HG--
extra : moz-landing-system : lando
2019-07-18 18:13:06 +00:00
Marco Bonardo
786e6a6471 Bug 1358643 - Avoid leaking results to the next autocomplete search in tags autocomplete. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D38286

--HG--
extra : moz-landing-system : lando
2019-07-18 13:13:29 +00:00
Jared Wein
8b5ed688d5 Bug 1560431 - Enable about:logins on Nightly channel. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D36344

--HG--
extra : moz-landing-system : lando
2019-07-18 16:24:29 +00:00
Apratim
61efb0cb9b Update Bug 1562229 - Change current ping to current data in about:telemetry r=chutten,fluent-reviewers,flod
Changed all instances of current ping to current data in aboutTelemetry.ftl file

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

--HG--
extra : moz-landing-system : lando
2019-07-18 16:24:38 +00:00
Mark Banner
fd972b6d84 Bug 1566117 - Document some of the magic properties of the SearchService. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D38234

--HG--
extra : moz-landing-system : lando
2019-07-18 15:58:34 +00:00
Mark Banner
b71279b17c Bug 1566117 - Change ServiceService._engines to be a map rather than an object. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D38233

--HG--
extra : moz-landing-system : lando
2019-07-18 14:00:47 +00:00
Mihai Alexandru Michis
d76f06e749 Merge mozilla-central to autoland. a=merge 2019-07-18 18:45:13 +03:00
Mihai Alexandru Michis
6680f22a86 Merge inbound to mozilla-central. a=merge 2019-07-18 18:40:17 +03:00
Cosmin Sabou
76dc1b363b Merge mozilla-central to mozilla-inbound. 2019-07-18 12:57:56 +03:00
Ciure Andrei
2cc1782106 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2019-07-18 06:49:52 +03:00
Ciure Andrei
d835b44a76 Merge inbound to mozilla-central. a=merge 2019-07-18 06:46:41 +03:00
Ciure Andrei
3ba5c11f47 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-18 06:48:24 +03:00
Brian Hackett
3725f222ae Bug 1566294 - Use distinct sequence numbers for messages sent from middleman processes, r=nika.
Differential Revision: https://phabricator.services.mozilla.com/D38359

--HG--
extra : rebase_source : a7c9072d996eabc94e453267448eb2a35c89d1a1
2019-07-17 05:47:35 -10:00
Geoff Lankow
2a28a9d273 Bug 1561650 - Ignore unused modifier keys on keydown events in <tree> r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D38248

--HG--
extra : moz-landing-system : lando
2019-07-17 13:07:28 +00:00
Junior Hsu
40045cf0b5 Bug 1561712 - test for downloads with COOP enabled r=nika
Differential Revision: https://phabricator.services.mozilla.com/D37145

--HG--
extra : moz-landing-system : lando
2019-07-17 23:34:07 +00:00
Kris Maglione
0962c2b731 Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8
My preference was to annotate most of the failing tests with `fail-if` so that
if they start passing, the `fail-if` needs to be removed and they need to keep
passing. That doesn't work for tests that timeout, or which trigger failures
from their cleanup functions, however, so those tests need skip-if. And tests
with fail in their cleanup functions likely leave the browser in an
inconsistent state for subsequent tests, anyway, so really should be skipped
regardless.

There are some remaining tests which still fail because of crashes. I chose
not to skip them here, but to fix the crashes in separate bugs instead.

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

--HG--
extra : rebase_source : 39ba8fec2e882cfe577c5f2b58ab7e4b461f1178
2019-07-15 16:19:32 -07:00
Mike Conley
9a7584fcf6 Bug 1566152 - Hide the Picture-in-Picture toggle after a period of no mousemove activity. r=JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D38378

--HG--
extra : moz-landing-system : lando
2019-07-18 00:50:08 +00:00
Mike Conley
4cad3b16a2 Bug 1566906 - Make Picture-in-Picture toggle only listen for clicks from the primary mouse button. r=JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D38376

--HG--
extra : moz-landing-system : lando
2019-07-18 00:47:53 +00:00
Christoph Kerschbaumer
110a817c1a Bug 1497209: Apply Meta CSP to about:sessionrestore and about:welcomeback. r=Gijs,vporof
Differential Revision: https://phabricator.services.mozilla.com/D38081

--HG--
extra : moz-landing-system : lando
2019-07-17 11:22:35 +00:00
Razvan Caliman
1258790cbb Bug 1566398 - Remove expired scalar telemetry probes for Changes panel. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D38363

--HG--
extra : moz-landing-system : lando
2019-07-17 18:29:36 +00:00
M. Sirringhaus
ab47597a2c Bug 1564900 - [OS.File] Fix size of statvfs::f_frsize;r=Yoric
Make Firefox not assume type of member statvfs::f_frsize from sys head, which may vary

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

--HG--
extra : moz-landing-system : lando
2019-07-18 08:55:43 +00:00
Chun-Min Chang
0561641171 Bug 1530715 - P3: Build cubeb-coreaudio-rs in libcubeb. r=kinetik
Differential Revision: https://phabricator.services.mozilla.com/D23432

--HG--
extra : moz-landing-system : lando
2019-07-10 08:06:12 +00:00
Shane Caraveo
2e9f346e73 Bug 1566585 remove permission if extension updates to incognito.now_allowed r=robwu,rpl
Differential Revision: https://phabricator.services.mozilla.com/D38232

--HG--
extra : moz-landing-system : lando
2019-07-17 20:42:43 +00:00
Erica Wright
345f8ad058 Bug 1557061 - Add summary information to the protection report. r=fluent-reviewers,mtigley,flod
Differential Revision: https://phabricator.services.mozilla.com/D38110

--HG--
extra : moz-landing-system : lando
2019-07-17 19:22:32 +00:00
Honza Bambas
0a423449bc Bug 1566884 - Do not replace "direct" proxy info result from proxy.onRequest with a null default proxy info, r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D38364

--HG--
extra : moz-landing-system : lando
2019-07-17 17:47:35 +00:00
Razvan Maries
55452d2b8a Bug 1393920 - Disabled test_chrome_ext_contentscript_telemetry.html on Linux64. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D38377

--HG--
extra : moz-landing-system : lando
2019-07-17 18:11:56 +00:00
Mike Conley
6878633042 Bug 1565117 - Add better multi-monitor support for Picture-in-Picture. r=JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D38346

--HG--
extra : moz-landing-system : lando
2019-07-17 16:19:28 +00:00
Mike Conley
b0d89f3530 Bug 1546954 - Clean up Picture-in-Picture keyboard support for the player window. r=JSON_voorhees
This patch does a couple of things, based on trial-and-error, as well as a
conversation with yzen from the Accessibility team.

1. Auto-focuses the playpause button, and puts unpip and then close as the next
   items that can be focused with the keyboard. The underlying <browser> element
   is no longer keyboard focusable.

2. It adds a white outline with a black box-shadow around the focused control
   when using keyboard navigation. That outline and box-shadow do not appear
   when using the mouse only. Keyboard navigation can be aborted by hitting Esc.

3. The controls remain visible while the video is paused.

4. When transitioning from the paused to playing state, we wait
   CONTROLS_FADE_TIMEOUT_MS milliseconds to hide the controls again.

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

--HG--
extra : moz-landing-system : lando
2019-07-17 16:18:45 +00:00
Mike Conley
fa7b029ef3 Bug 1546954 - Switch to standard buttons in the Picture-in-Picture player window, and merge play and pause buttons. r=JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D37886

--HG--
extra : moz-landing-system : lando
2019-07-17 16:18:15 +00:00
Mike Conley
47499265e5 Bug 1546954 - Refactor player.js to break up large anonymous functions into smaller pieces. r=JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D37885

--HG--
extra : moz-landing-system : lando
2019-07-17 16:18:28 +00:00
Coroiu Cristina
fc971dbe6c Backed out changeset f00e82b087d6 (bug 1563866) for browser-chrome failures at browser/base/content/test/static/browser_all_files_referenced.js 2019-07-17 17:52:47 +03:00
Sean Feng
49f3772d40 Bug 1551965 - Add telemetry for page reload key combinations r=bdekoz,Gijs,chutten
Differential Revision: https://phabricator.services.mozilla.com/D35035

--HG--
extra : moz-landing-system : lando
2019-07-17 14:04:31 +00:00
Dão Gottwald
6b7e2645f9 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23191

--HG--
extra : moz-landing-system : lando
2019-07-17 11:34:21 +00:00
Carolina
6ce65b9679 Bug 1563866 - Makes module imports structure more consistent.r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D38071

--HG--
extra : moz-landing-system : lando
2019-07-17 11:20:43 +00:00
Julian Descottes
5f1db12cf1 Bug 1566391 - Remove expired and unused DevTools Memory panel histograms r=janerik
Depends on D38169

The code in DevTools using the histograms was already removed in Bug 1381178.

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

--HG--
extra : moz-landing-system : lando
2019-07-17 11:39:47 +00:00
Mihai Alexandru Michis
b7d205a80b Backed out changeset 3504c0b3f87c (bug 1513337) for marionette failures CLOSED TREE 2019-07-17 14:02:05 +03:00
Coroiu Cristina
4f0c58b8e3 Backed out changeset 59456fe10bea (bug 1561650) for chrome failures at toolkit/content/tests/chrome/test_tree.xul on a CLOSED TREE 2019-07-17 13:43:08 +03:00
Coroiu Cristina
d0be9ab2f2 Backed out changeset 8723eeacb6c6 (bug 1566391) for build bustage at deps/TelemetryHistogramEnums.h.stub on a CLOSED TREE 2019-07-17 13:08:23 +03:00
Julian Descottes
33932c4a77 Bug 1566391 - Remove expired and unused DevTools Memory panel histograms r=janerik
Depends on D38169

The code in DevTools using the histograms was already removed in Bug 1381178.

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

--HG--
extra : moz-landing-system : lando
2019-07-17 09:58:32 +00:00
Dão Gottwald
16f78d8e06 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23191

--HG--
extra : moz-landing-system : lando
2019-07-17 09:20:41 +00:00
Coroiu Cristina
0882dc9bf4 Backed out changeset cf34b2e8ac53 (bug 1513337) for test client failure 2019-07-17 12:12:21 +03:00
Daniel Varga
0c11927126 Bug 1563440 - disable test_ext_redirect_jar.html on Windows for frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D38002

--HG--
extra : moz-landing-system : lando
2019-07-17 09:01:54 +00:00
Geoff Lankow
b6f665b907 Bug 1561650 - Ignore unused modifier keys on keydown events in <tree> r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D38248

--HG--
extra : moz-landing-system : lando
2019-07-17 08:11:19 +00:00
Julian Descottes
d58dbb582c Bug 1519018 - Remove expired scalars and histograms related to about:devtools page r=ochameau,janerik
Depends on D38168

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

--HG--
extra : moz-landing-system : lando
2019-07-17 08:12:54 +00:00
Julian Descottes
69ac3ca688 Bug 1519018 - Remove expired scalar devtools.onboarding.is_devtools_user r=ochameau,janerik
Depends on D38167

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

--HG--
extra : moz-landing-system : lando
2019-07-17 08:12:37 +00:00
Dão Gottwald
9fce0b69a1 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23191

--HG--
extra : moz-landing-system : lando
2019-07-17 07:38:18 +00:00
Matthew Noorenberghe
f27991e755 Bug 1548875 - Notify LoginManagerParent the same way when a generated password is filled or edited. r=sfoster
Tests will be added in bug 1548861 and bug 1548874.

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

--HG--
rename : toolkit/components/passwordmgr/test/unit/test_LoginManagerParent_onGeneratedPasswordFilled.js => toolkit/components/passwordmgr/test/unit/test_LoginManagerParent_onGeneratedPasswordFilledOrEdited.js
extra : moz-landing-system : lando
2019-07-17 05:20:32 +00:00