Commit Graph

672499 Commits

Author SHA1 Message Date
Michael Froman
a32233c9b1 Bug 1582271 - pt4 - add ffvpx mp3 decoding for android32. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D46426

--HG--
extra : moz-landing-system : lando
2019-09-25 14:50:02 +00:00
Michael Froman
456979ca99 Bug 1582271 - pt3 - add ffvpx mp3 decoding for aarch64. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D46425

--HG--
extra : moz-landing-system : lando
2019-09-24 21:02:26 +00:00
Michael Froman
e290922048 Bug 1582271 - pt2 - add ffvpx mp3 decoding for linux/macOS/win. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D46424

--HG--
extra : moz-landing-system : lando
2019-09-24 21:18:24 +00:00
Michael Froman
36adeaea97 Bug 1582271 - pt1 - prep ffvpx files for adding mp3 support. r=jya
- Update README_MOZILLA for adding mp3 support, and add some clarifying text.
 - Clang-format config.h for easier reading since it is our file, not ffmpeg's.
 - Use sort -d -u to produce defaults_disabled.* files so linux and macOS
   produce same files.
 - Change MOZ_FFVPX_FLACONLY to MOZ_FFVPX_AUDIOONLY since it indicates flac
   and mp3 decoders.
 - Rename config_flac.h to config_audio.h

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

--HG--
rename : media/ffvpx/config_flac.h => media/ffvpx/config_audio.h
extra : moz-landing-system : lando
2019-09-24 21:02:07 +00:00
Gregory Mierzwinski
4834fc615b Bug 1583246 - Fix supporting data summarizing changes regressed by bug 1565316. r=perftest-reviewers,stephendonner
This patch re-adds code that was removed by the patch in bug 1565316 - the summarize_supporting_data function. It also fixes the construct_summary function to accept a unit argument for summarizing the values in supporting data measurements.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 14:47:58 +00:00
Josh Aas
9f8b7ac055 Bug 1450059 - part 2 - move ProfilerScreenshots over to the background thread; r=gregtatum
Depends on D46997

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

--HG--
extra : moz-landing-system : lando
2019-09-25 12:59:24 +00:00
Josh Aas
ec1207f341 Bug 1450059 - part 1 - add a NS_DispatchToBackgroundThread function; r=KrisWright
We have a number of people starting up singleton threads for the sole
purpose of running a single runnable on them.  These consumers often
leave the thread running until some point close to shutdown, or they
never shut it down at all.  Let's add a helper function to do the thing
they actually want to do, and then we can modify the implementation of
that function as necessary as we merge singleton threads (and even
thread pools) together.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 04:03:28 +00:00
Dão Gottwald
a0da738473 Bug 1581174 - Ensure the urlbar extend animation doesn't run when opening a new window. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D47075

--HG--
extra : moz-landing-system : lando
2019-09-25 14:23:09 +00:00
Cosmin Sabou
705bcae22e Bug 1566173 - Disable browser_fullscreen.js on mac debug cause of frequent failures. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D47041

--HG--
extra : moz-landing-system : lando
2019-09-25 13:57:46 +00:00
Christoph Kerschbaumer
53d5895e71 Bug 1497200: Apply Meta CSP to about:downloads. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D45330

--HG--
extra : moz-landing-system : lando
2019-09-25 13:50:28 +00:00
Jonas Allmann
ce89ff6a7a Bug 1419222, Add test for correct handling of iFrame CSPs, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D46452

--HG--
extra : moz-landing-system : lando
2019-09-25 12:30:23 +00:00
Dão Gottwald
b048f83074 Bug 1577740 - Set custom disabled text color for urlbar and searchbar results since native graytext is too faint on Mac. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D46933

--HG--
extra : moz-landing-system : lando
2019-09-25 13:03:33 +00:00
Valentin Gosu
561f9c7ff6 Bug 1583170 - Dispatch nsNotifyAddrListener runnable after creating thread r=michal
Bug 1576386 converted the thread into a threadpool, but when changing that it failed to dispatch the runnable to the thread/threadpool as before.
As a result nsNotifyAddrListener stopped listening for network change events on windows.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 12:59:26 +00:00
Michal Novotny
e994509c2a Bug 1583204 - No Network ID is available when switching between WiFi and Lan networks, r=valentin
There can be multiple records for the same neighbor with different interface index when the computer is connected to the same network via multiple interfaces, e.g. LAN and WiFi. This patch adds interface index to the key, so when some interface goes down it doesn't remove records belonging to a different interface.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 12:38:20 +00:00
Julian Descottes
4c49dabbd4 Bug 1583785 - Remove devtools webpack reference in eslintignore r=Standard8
Depends on D47037

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

--HG--
extra : moz-landing-system : lando
2019-09-25 12:15:29 +00:00
Nihanth Subramanya
fea3358242 Bug 1579406 - [Cert Viewer] Compensate the extra 1px border-bottom of the selected top button in its padding. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44999

--HG--
extra : moz-landing-system : lando
2019-09-25 12:34:29 +00:00
Harry Twyford
46a4ee1acf Bug 1581627 - Align one-off text with favicons. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46993

--HG--
extra : moz-landing-system : lando
2019-09-25 10:41:30 +00:00
Dão Gottwald
fe21327223 Bug 1582797 - OverflowableToolbar should respond to resize events immediately. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D46624

--HG--
extra : moz-landing-system : lando
2019-09-25 12:09:32 +00:00
Alexandre Poirot
f7cf9fc77a Bug 1578408 - Attach content process thread actor from the toolbox. r=jlast,jdescottes,yulia
We need to attach the thread actor as soon as the toolbox start.
To:
* know when the thread is paused, even if the debugger isn't opened
* report paused state by changing the debugger icon
* switch to the debugger on pause
This will also fix some other code, like in the console, which
expect the Thread actor to be attached and already inspecting
the debugged target's globals.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 10:07:29 +00:00
Christoph Kerschbaumer
7c668de2ad Bug 1582073: Add https: to img-src directive for CSP of about:preferences. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D47064

--HG--
extra : moz-landing-system : lando
2019-09-25 11:31:16 +00:00
Paul Zuehlcke
5720b1afae Bug 1402957 - Removed deprecated SitePermission URI methods. r=johannh
Depends on D47055

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

--HG--
extra : moz-landing-system : lando
2019-09-25 11:07:07 +00:00
Paul Zuehlcke
acb69b0593 Bug 1402957 - Refactored SitePermission tests to use principals. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47055

--HG--
extra : moz-landing-system : lando
2019-09-25 11:42:10 +00:00
Michael Ratcliffe
ec59485613 Bug 1579582 - 'grid-column' etc have an effect for abs.pos. boxes with a grid container as 'containing block' r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D45830

--HG--
extra : moz-landing-system : lando
2019-09-25 11:20:40 +00:00
dleblanccyr
9b52950689 Bug 1571710 - Adds test to download link. r=johannh
Depends on D41078

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

--HG--
extra : moz-landing-system : lando
2019-09-25 10:07:15 +00:00
dleblanccyr
d361fdcd83 Bug 1571710 - Adds link to download certificate. r=fluent-reviewers,flod,nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D41078

--HG--
extra : moz-landing-system : lando
2019-09-25 10:59:15 +00:00
Daniel Varga
90b9fde46d Backed out changeset 156e22161091 (bug 1580138) for build bustage in toolkit/library/gtest/target. On a CLOSED TREE 2019-09-25 13:42:43 +03:00
Kershaw Chang
d2ab74115b Bug 1580138 - Use peer id to isolate token cache r=dragana,keeler
Differential Revision: https://phabricator.services.mozilla.com/D45406

--HG--
extra : moz-landing-system : lando
2019-09-25 10:22:25 +00:00
Marco Bonardo
1aa0236c9b Bug 1578441 - Add support in the default muxer for a suggestedIndex property. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D46927

--HG--
extra : moz-landing-system : lando
2019-09-25 10:07:16 +00:00
Cosmin Sabou
bd496268b4 Merge mozilla-central to autoland. 2019-09-25 12:53:59 +03:00
Cosmin Sabou
f43ae7e1c4 Merge mozilla-inbound to mozilla-central. a=merge 2019-09-25 12:50:13 +03:00
Emilio Cobos Álvarez
41ff579eac Bug 1583471 - Don't pull new syn / quote / etc. dependencies just yet. r=bbouvier
Transition to syn 1.0 is ongoing, but these take a long time to build.

Hopefully we already patch coreaudio-sys manually so all the crates dependent on
bindgen are effectively in-tree.

I published v0.51.1-oldsyn to avoid pulling all these dependencies for now.

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

--HG--
rename : third_party/rust/quote-0.6.11/tests/conditional/integer128.rs => third_party/rust/quote/tests/conditional/integer128.rs
rename : third_party/rust/unicode-xid-0.1.0/scripts/unicode.py => third_party/rust/unicode-xid/scripts/unicode.py
extra : moz-landing-system : lando
2019-09-25 09:50:10 +00:00
Benjamin Bouvier
e207459263 Bug 1583471: Update bindgen to 0.51.1 througout the tree; r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D46962

--HG--
rename : third_party/rust/quote/tests/conditional/integer128.rs => third_party/rust/quote-0.6.11/tests/conditional/integer128.rs
rename : third_party/rust/unicode-xid/scripts/unicode.py => third_party/rust/unicode-xid-0.1.0/scripts/unicode.py
extra : moz-landing-system : lando
2019-09-25 09:50:10 +00:00
Gurzau Raul
fb703bef03 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-09-25 00:56:23 +03:00
moz-wptsync-bot
44d2e53605 Bug 1583188 - [wpt-sync] Update web-platform-tests to 42b82765b84378e746063997f51f9fd75a1d902c, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 42b82765b84378e746063997f51f9fd75a1d902c
wpt-type: landing
2019-09-24 19:33:03 +00:00
Philip Jägenstedt
2bf096c3af Bug 1581563 [wpt PR 19092] - [testharness.js] add "Unhandled rejection" to error message, a=testonly
Automatic update from web-platform-tests
[testharness.js] add "Unhandled rejection" to error message (#19092)

Adds an infrastructure/ test to demo message.
This doesn't test the message, just shows what it is.

Fixes https://github.com/web-platform-tests/wpt/issues/19021.
--

wpt-commits: e84c738d2dab6b8a291e57c56be62f4c4a8f7381
wpt-pr: 19092
2019-09-24 19:33:03 +00:00
moz-wptsync-bot
d3679dbedf Bug 1582913 [wpt PR 19195] - Update wpt metadata, a=testonly
wpt-pr: 19195
wpt-type: metadata
2019-09-24 19:33:02 +00:00
Eric Willigers
1935768adb Bug 1582913 [wpt PR 19195] - [css-animations] [css-transitions] parse shorthand, a=testonly
Automatic update from web-platform-tests
[css-animations] [css-transitions] parse shorthand (#19195)

Parsing tests for animation and transition shorthands.
https://drafts.csswg.org/css-animations/#animation
https://drafts.csswg.org/css-transitions/#transition-shorthand-property

Open issues:
https://github.com/w3c/csswg-drafts/issues/2031
https://github.com/w3c/csswg-drafts/issues/4034
https://github.com/w3c/csswg-drafts/issues/4223
--

wpt-commits: edffcf9ef316c6906591e734cea5bb42c8a60fdf
wpt-pr: 19195
2019-09-24 19:33:02 +00:00
David Grogan
2d7002af64 Bug 1580373 [wpt PR 18980] - [LayoutNG] Don't always make a post-flexed main size definite, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Don't always make a post-flexed main size definite

It should only be definite if the element already had a definite main
size or if the container has a definite main size.

This is #2 from https://drafts.csswg.org/css-flexbox/#definite-sizes

Bug: 845235
Change-Id: I0230080d22ada93ebc8bae09aeda629d87cf5b6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797442
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698790}

--

wpt-commits: ba8a54c7427444c5a309fa3bf061dd902b7a8614
wpt-pr: 18980
2019-09-24 19:33:01 +00:00
L. David Baron
3f719be147 Bug 1583036 [wpt PR 19210] - Sync Mozilla CSS tests as of 2019-09-22, a=testonly
Automatic update from web-platform-tests
Sync Mozilla CSS tests as of https://hg.mozilla.org/mozilla-central/rev/772f7e11c7e59031e4d12df2a39844918b180beb . (#19210)

This contains changes from [bug 1579295](https://bugzilla.mozilla.org/show_bug.cgi?id=1579295) by @aethanyc, reviewed by @jfkthame.
--

wpt-commits: e2f106dd72cc285e677557599c17c554a0f2d3bd
wpt-pr: 19210
2019-09-24 19:33:01 +00:00
autofoolip
1aa2a5135e Bug 1583015 [wpt PR 19205] - Update interfaces/gamepad.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/gamepad.idl (#19205)

Source: https://github.com/tidoust/reffy-reports/blob/2bbe9cc/ed/idl/gamepad.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/588022135
--

wpt-commits: 6261b73da8f0e4f0f99c7a0077de1a0dcedbee93
wpt-pr: 19205
2019-09-24 19:33:01 +00:00
Eric Willigers
3252663e80 Bug 1582904 [wpt PR 19194] - Expansion of shorthands, a=testonly
Automatic update from web-platform-tests
Expansion of shorthands (#19194)

We check the values assigned to longhand properties
by the following shorthand properties:
- flex
- flex-flow
- inset
- list-style
- margin
- outline
- padding
- text-decoration

--

wpt-commits: cd5c82839b6bb825f636744b35d623886dd4c180
wpt-pr: 19194
2019-09-24 19:33:00 +00:00
Rob Buis
93faea42af Bug 1582964 [wpt PR 19203] - Fix 9f836f09781bb4c3868e644c1c0d759a362a4b8f, a=testonly
Automatic update from web-platform-tests
Fix 9f836f09781bb4c3868e644c1c0d759a362a4b8f (#19203)

9f836f09781bb4c3868e644c1c0d759a362a4b8f was just a copy and paste
that did not work, this fixes it.
--

wpt-commits: 42b4a3fa60fdc4cbb622e3196ed89c4bfae32737
wpt-pr: 19203
2019-09-24 19:33:00 +00:00
Fredrik Söderquist
598af0db62 Bug 1582450 [wpt PR 19158] - Add missing step_func in wpt/svg/animations/scripted/onhover-syncbases.html, a=testonly
Automatic update from web-platform-tests
Add missing step_func in wpt/svg/animations/scripted/onhover-syncbases.html

Without this, if the assertion fails the test will timeout rather than
fail.
Also remove the redundant function wrapping 'f' in the initial
step_timeout.

Change-Id: Idb5ee55d0974b53a71f636fc82d0e58ab3c0d663
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813347
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#698184}

--
Use `t.step_timeout` to avoid `t.step_func` wrapping
--

wpt-commits: b7bcf62a239c7606d7c686c58bdf3c0b3ee5f55a, 742d901d366e2ccfb81466f6fae98e93bf1dfe97
wpt-pr: 19158
2019-09-24 19:32:59 +00:00
moz-wptsync-bot
9409a56132 Bug 1582924 [wpt PR 19198] - Update wpt metadata, a=testonly
wpt-pr: 19198
wpt-type: metadata
2019-09-24 19:32:59 +00:00
Rob Buis
46290e04dd Bug 1582924 [wpt PR 19198] - Bail out early when there is no property, a=testonly
Automatic update from web-platform-tests
Bail out early when there is no property (#19198)

* Bail out early when there is no property

--

wpt-commits: 9f836f09781bb4c3868e644c1c0d759a362a4b8f
wpt-pr: 19198
2019-09-24 19:32:58 +00:00
Pablo Saavedra
3849f7a7c5 Bug 1582729 [wpt PR 19187] - tcdownload: returns 1 if 'No complete TaskCluster runs found for ref', a=testonly
Automatic update from web-platform-tests
tcdownload: returns 1 if No complete TaskCluster runs found for ref (#19187)

--

wpt-commits: ad8bc5b309e3b93506908d1fb8aa3e25c3d32d93
wpt-pr: 19187
2019-09-24 19:32:58 +00:00
Pablo Saavedra
c4958b957c Bug 1582723 [wpt PR 19185] - Install web-platform-tests cacert.crt in the system, a=testonly
Automatic update from web-platform-tests
Install web-platform-tests cacert.crt in the system (#19185)

--

wpt-commits: 64160ed47fb676549dfd6f71bcdfab2271738012
wpt-pr: 19185
2019-09-24 19:32:57 +00:00
pyup-bot
43f0a8ab57 Bug 1582616 [wpt PR 19167] - Update urllib3 to 1.25.5, a=testonly
Automatic update from web-platform-tests
Update urllib3 from 1.25.3 to 1.25.5
--

wpt-commits: 6330d18d6d567fec84b756bb53ce45cdb9d426b5
wpt-pr: 19167
2019-09-24 19:32:57 +00:00
moz-wptsync-bot
69947ed4af Bug 1582625 [wpt PR 19170] - Update wpt metadata, a=testonly
wpt-pr: 19170
wpt-type: metadata
2019-09-24 19:32:57 +00:00
Luke Bjerring
ff7a4176ef Bug 1582625 [wpt PR 19170] - Add webxr-gamepads-module and test, a=testonly
Automatic update from web-platform-tests
Add webxr-gamepads-module and test (#19170)

* Add webxr-gamepads-module and test

* Update webxr/gamepads-module/idlharness.https.window.js

* Update webxr-gamepads-module.idl

--

wpt-commits: fc9345bfbab209fbb22d77ebdd7f7a604c4e4482
wpt-pr: 19170
2019-09-24 19:32:56 +00:00