Commit Graph

666061 Commits

Author SHA1 Message Date
Sebastian Hengst
a7fc4b843c Merge mozilla-central to mozilla-inbound 2019-08-16 19:07:44 +02:00
Markus Stange
87683af326 Bug 1574521 - Make sure updateLayer is only called when the CoreAnimation pref is set. r=jrmuizel a=Aryx
updateLayer expects some objects to be non-null which are only initialized when the pref is set.
But in builds that were compiled with the 10.14 SDK, all NSViews are layer-backed by default, so
wantspdateLayer gets called, and returning YES from that unconditionally will cause updateLayer
to be called.

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

--HG--
extra : amend_source : a7a1f7ecba9418e3bf5464bca90ba655002bc637
2019-08-16 18:53:44 +02:00
Coroiu Cristina
2425386f39 Merge mozilla-central to inbound a=merge 2019-08-16 19:28:15 +03:00
moz-wptsync-bot
5df09b6d29 Bug 1574114 - [wpt-sync] Update web-platform-tests to 8194a35b1626cb99346d3b2d008f83998194c2af, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 8194a35b1626cb99346d3b2d008f83998194c2af
wpt-type: landing
2019-08-16 16:14:04 +00:00
moz-wptsync-bot
ba79289212 Bug 1573913 [wpt PR 18428] - Update wpt metadata, a=testonly
wpt-pr: 18428
wpt-type: metadata
2019-08-16 16:14:03 +00:00
Stephen McGruer
654ca77402 Bug 1573913 [wpt PR 18428] - Handle null effect when interrupting a transition, a=testonly
Automatic update from web-platform-tests
Handle null effect when interrupting a transition

If the effect of a CSS Transition is removed (via the getAnimations API)
and then the transition is interrupted by removing the 'to' style, we
previously assumed that the effect would always exist. This CL adds a
null-check for that case.

Bug: 992668
Change-Id: I399be7fd859bac0ca6e7ee1e29dbcbbae2e89403
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753671
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686932}

--

wpt-commits: 8194a35b1626cb99346d3b2d008f83998194c2af
wpt-pr: 18428
2019-08-16 16:14:03 +00:00
Edvard Thörnros
4086387f37 Bug 1573794 [wpt PR 18419] - Use observer for sync bases, a=testonly
Automatic update from web-platform-tests
Use observer for sync bases

Previously sync bases would not be updated if the base element was
swapped out. This has been changed to allow for this. Making events
and sync bases work more uniformly.

This is the first step in changing sync base repeats into actual
sync bases.

Bug: 993702
Change-Id: I1a1b381d094100296a420de8877bb1e57cd9709e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753004
Commit-Queue: Edvard Thörnros <edvardt@opera.com>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Auto-Submit: Edvard Thörnros <edvardt@opera.com>
Cr-Commit-Position: refs/heads/master@{#686838}

--

wpt-commits: 5777568726d1e9d7e3e0cfa6b65497dcca2de229
wpt-pr: 18419
2019-08-16 16:14:03 +00:00
jgraham
ffd3f8aa4c Bug 1573878 [wpt PR 18421] - Revert "Change test_designMode to check for empty string instead of br tag", a=testonly
Automatic update from web-platform-tests
Revert "Changed test_designMode to check for empty string instead of br tag (#17809)" (#18421)

This reverts commit 0ca74f4e7b40069719c77d8ffab0e56e5ef2b095.
--

wpt-commits: 464774c28a35d48ff5f8cd8eb1c8e089277bb77f
wpt-pr: 18421
2019-08-16 16:14:02 +00:00
James Graham
3b7e927c19 Bug 1573789 [wpt PR 18417] - Make status neutral return code 0 so that jobs stop failing, a=testonly
Automatic update from web-platform-tests
Make status neutral return code 0 so that jobs stop failing

GitHub seems to have broken the feature where an action returning
status 78 is deemed neutral, so to stop it looking like everything
failed, use a success status instead (i.e. return code 0); this
can be reverted when GitHub fix their bug.

--

wpt-commits: 70682eca754225b5513dab1ba6148368de59f82c
wpt-pr: 18417
2019-08-16 16:14:02 +00:00
Nicolás Peña Moreno
a7a06dce06 Bug 1573702 [wpt PR 18411] - [LargestContentfulPaint] Re-enable untrusted scroll test, a=testonly
Automatic update from web-platform-tests
[LargestContentfulPaint] Re-enable untrusted scroll test

The test was disabled because it landed too close to the change which changed
the startTime to not be 0. After addressing that change, the test now passes.

Bug: 987915
Change-Id: Id19623083aa141f7c3b541ad490db6395add6f8c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753082
Auto-Submit: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686787}

--

wpt-commits: 6c01d2da08c37e2e7b75e8ab7b983a8b2afb6f3a
wpt-pr: 18411
2019-08-16 16:14:01 +00:00
Stephen McGruer
0dbbc35b57 Bug 1573612 [wpt PR 18403] - Fix DCHECK when compositing additive CSS transform animations, a=testonly
Automatic update from web-platform-tests
Fix DCHECK when compositing additive CSS transform animations

Previously CSSTransformNonInterpolableValue assumed that anything that was
composited on-top of would be single. However that is not true; in the simple
case where there is a replace animation before it, the replace effect will be a
pair:

target.animate({ transform: [ 'scale(1)', 'scale(2)' ] }, 1000);
target.animate({ transform: [ 'rotate(0)', 'rotate(90deg)' ] },
               { duration: 1000, composite: 'add' });

In the example above, the scale animation would not yet have been reduced to a
single interpolated value, so the DCHECK for is_single_ would fail. This CL
fixes the logic to perform an interpolation in that case.

Bug: 979952
Change-Id: I36a3221c55aa3d98281a21a4ac93d95d61c5a1ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750200
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686789}

--

wpt-commits: eba08b270c0e767b21cc725355c840a71c1d4e11
wpt-pr: 18403
2019-08-16 16:14:01 +00:00
moz-wptsync-bot
7dbc19deb3 Bug 1573658 [wpt PR 18407] - Update wpt metadata, a=testonly
wpt-pr: 18407
wpt-type: metadata
2019-08-16 16:14:00 +00:00
Eric Willigers
62873a3536 Bug 1573658 [wpt PR 18407] - CSS: Shortest serialization for gap shorthand, a=testonly
Automatic update from web-platform-tests
CSS: Shortest serialization for gap shorthand

gap is <'row-gap'> <'column-gap'>?
https://drafts.csswg.org/css-align-3/#propdef-gap

If row-gap and column-gap are the same, we serialize
only a single value, consistent with Firefox and
the shortest representation principle.
https://drafts.csswg.org/cssom/#serializing-css-values

Change-Id: I8a2380d963cdbb7f33676b435d9cfb909abf9e77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750521
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686773}

--

wpt-commits: a06709fbf13b28f4b1b3d24f5bbc2e5274fe87af
wpt-pr: 18407
2019-08-16 16:14:00 +00:00
moz-wptsync-bot
6d065f808d Bug 1564430 [wpt PR 17606] - Update wpt metadata, a=testonly
wpt-pr: 17606
wpt-type: metadata
2019-08-16 16:14:00 +00:00
Anne van Kesteren
e1492523e9 Bug 1564430 [wpt PR 17606] - COOP and COEP tests, a=testonly
Automatic update from web-platform-tests
COOP and COEP tests

See the added html/cross-origin-opener-policy/README.md for details. See #18354 for remaining work.
--

wpt-commits: 5690096e79cb65c0a049735a515cc19fde492e1b
wpt-pr: 17606


--HG--
rename : testing/web-platform/tests/html/cross-origin/resources/navigate_null.sub.html => testing/web-platform/tests/html/cross-origin-embedder-policy/resources/navigate-none.sub.html
rename : testing/web-platform/tests/html/cross-origin/resources/navigate_anonymous.sub.html => testing/web-platform/tests/html/cross-origin-embedder-policy/resources/navigate-require-corp.sub.html
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_origin_unsafe_allow_outgoing.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/coop-navigated-popup.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_origin.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/coop-sandbox.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_origin.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/no-https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_origin.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/popup-same-origin-non-initial-about-blank.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_origin_unsafe_allow_outgoing.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/popup-same-origin-unsafe-allow-outgoing.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_origin.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/popup-same-origin.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_site_unsafe_allow_outgoing.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/popup-same-site-unsafe-allow-outgoing.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener/new_window_same_site.tentative.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/popup-same-site.https.html.headers
2019-08-16 16:13:59 +00:00
François Beaufort
1151316245 Bug 1573764 [wpt PR 18416] - [WebNFC] Distinguish between NFC not available and not enabled, a=testonly
Automatic update from web-platform-tests
[WebNFC] Distinguish between NFC not available and not enabled

Following spec change at https://github.com/w3c/web-nfc/issues/237, this
CL allows web developers to distinguish when NFC is not available and
when it's disabled by user preference.

Bug: 520391
Change-Id: I3927d855edef1b1cf9b2036a0b4991745b962e04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751948
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Reviewed-by: Dominick Ng <dominickn@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Cr-Commit-Position: refs/heads/master@{#686762}

--

wpt-commits: 33a1ccaeb68cb1c02498a320b94cf7fd20708869
wpt-pr: 18416
2019-08-16 16:13:59 +00:00
moz-wptsync-bot
fc4bd40893 Bug 1565646 [wpt PR 17809] - Update wpt metadata, a=testonly
wpt-pr: 17809
wpt-type: metadata
2019-08-16 16:13:58 +00:00
julianrkung
ff285b7fe1 Bug 1565646 [wpt PR 17809] - Change test_designMode to check for empty string instead of br tag, a=testonly
Automatic update from web-platform-tests
Changed test_designMode to check for empty string instead of br tag (#17809)

--

wpt-commits: 0ca74f4e7b40069719c77d8ffab0e56e5ef2b095
wpt-pr: 17809
2019-08-16 16:13:58 +00:00
moz-wptsync-bot
1e8aa76054 Bug 1573757 [wpt PR 18415] - Update wpt metadata, a=testonly
wpt-pr: 18415
wpt-type: metadata
2019-08-16 16:13:58 +00:00
Kagami Sascha Rosylight
aba829edba Bug 1573757 [wpt PR 18415] - Update to webidl2@24.3.1, a=testonly
Automatic update from web-platform-tests
Update to webidl2@24.3.1

--

wpt-commits: 74271a8646049370d01782000f6fea0c98eb4546
wpt-pr: 18415
2019-08-16 16:13:57 +00:00
moz-wptsync-bot
427c73518f Bug 1571177 [wpt PR 18264] - Update wpt metadata, a=testonly
wpt-pr: 18264
wpt-type: metadata
2019-08-16 16:13:57 +00:00
Hiroshige Hayashizaki
40ec6e3cb2 Bug 1571177 [wpt PR 18264] - [Import Maps] Update resolving tests from upstream, a=testonly
Automatic update from web-platform-tests
[Import Maps] Update resolving tests from upstream

This CL imports more tests from upstream:

- Test files from
  https://github.com/WICG/import-maps/tree/master/reference-implementation/__tests__
  are imported to import-maps/imported/resources/.
- Generated test HTMLs are placed in import-maps/imported/.
- To support more tests, the glue code in resolving.tentative.html
  is moved into `jest-test-helper.js` and extended to support new tests.

The current test failures are added as -expected.txt, and will be
fixed in the future when import map functionalities are implemented or fixed.

Bug: 990561
Change-Id: I087df82355513584a0cf1891da648dd2155f53c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1734024
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686701}

--

wpt-commits: a29f9a0f1982c43d4cb7c5d0b2f6769db3131ba1
wpt-pr: 18264
2019-08-16 16:13:56 +00:00
Eric Willigers
06b3a0751b Bug 1572938 [wpt PR 18373] - [css-text-decor] Parsing of text-shadow, a=testonly
Automatic update from web-platform-tests
[css-text-decor] Parsing of text-shadow (#18373)

text-shadow is none or a list, each item an optional color
and two or three lengths.
https://drafts.csswg.org/css-text-decor-3/#text-shadow-property
--

wpt-commits: 15f1ab49523aae62e7570dc2d4a4dcb1bec6fce8
wpt-pr: 18373
2019-08-16 16:13:56 +00:00
moz-wptsync-bot
f42c362166 Bug 1572909 [wpt PR 18365] - Update wpt metadata, a=testonly
wpt-pr: 18365
wpt-type: metadata
2019-08-16 16:13:55 +00:00
Eric Willigers
26b3525095 Bug 1572909 [wpt PR 18365] - [css-rhythm] Parsing tests for line-height-step, a=testonly
Automatic update from web-platform-tests
[css-rhythm] Parsing tests for line-height-step (#18365)

line-height-step is a non-negative length.
https://drafts.csswg.org/css-rhythm/#propdef-line-height-step
--

wpt-commits: 026d28d5a99707e99019fd77a6156512535efcb9
wpt-pr: 18365
2019-08-16 16:13:55 +00:00
Andreas Tolfsen
bc7f951fd6 bug 1540655: remote: document how to vendor Puppeteer; r=remote-protocol-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39660

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:34 +00:00
Andreas Tolfsen
eb6edbf0df bug 1540655: remote: document how to run Puppeteer tests; r=remote-protocol-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39659

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:32 +00:00
Andreas Tolfsen
a7e5e01481 bug 1540655: ci: add test job for Puppeteer tests; r=ahal
This adds a "remote(pup)" TaskCluster job for running the Google
Puppeteer tests against the new Firefox remote agent.

Earlier in this patchset we added a "./mach puppeteer-test" command
that wraps npm, and this being a source-test with access to the
full checkout, invokes this command directly instead of going
through mozharness.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:24 +00:00
Andreas Tolfsen
d653e19e81 bug 1540655: remote: connect Puppeteer spec tests with mach test flavour; r=remote-protocol-reviewers,jdescottes
This makes it possible to for mach to determine which test types
are likely to be relevant.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:23 +00:00
Andreas Tolfsen
54820db49c bug 1540655: moztest: add test path resolution for Puppeteer tests; r=ahal
Makes it possible for mach to resolve test paths for Puppeteer,
so that individual tests can be run from the command line using
"./mach test", as such:

	% ./mach test remote/test/puppeteer/test/screenshot.spec.js

As the Puppeteer test suite is imported from upstream and we cannot
change this directory at will (i.e. to add test manifest files),
we take the same approach as for WPT and populate the manifest by
recursively walking the remote/test/puppeteer/test/**/*.spec.js file tree.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:21 +00:00
Andreas Tolfsen
c65d20cca3 bug 1540655: mozbuild: add puppeteer test flavor; r=firefox-build-system-reviewers,chmanchester
The Puppeteer test flavour are functional tests for the CDP-based
Puppeteer library from Google, that we want to run against our
implementation of CDP for Firefox.

They are distinct from the Firefox Puppeteer tests based on Marionette.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:19 +00:00
Andreas Tolfsen
e95c2010c7 bug 1540655: remote: ignore non-vendored Node.js assets; r=remote-protocol-reviewers,jdescottes
We vendor the Puppeteer library, but not its dependencies.
When "npm install" is called in remote/test/puppeteer/, it puts
its dependencies under remote/test/puppeteer/node_modules/ and
generates a remote/test/puppeteer/package-lock.json file.  We do
not want these to be checked in.

DONTBUILD

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:17 +00:00
Andreas Tolfsen
a5a5c8b5bb bug 1540655: remote: add mach command for running Puppeteer tests; r=remote-protocol-reviewers,jdescottes
Introduces "./mach puppeteer-test" command for running the Puppeteer
tests against the remote agent.  This has to be a top-level command
because the automatic test detection system in mach does not allow
us to delegate to a subcommand such as "./mach remote puppeteer-test".

The tests run against a fork of Puppeteer with hotfixes needed for
it to work  with the CDP implementation in Firefox.  This fork is
located at https://github.com/andreastt/puppeteer/tree/firefox, and
vendored under remote/test/puppeteer/ in a previous commit in this series.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:15 +00:00
Andreas Tolfsen
a0e6457fa6 bug 1540655: remote: vendor Puppeteer; r=remote-protocol-reviewers,jdescottes
Puppeteer is licensed under the Apache-2.0 license.

No code from Puppeteer gets included in Firefox.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:08 +00:00
Andreas Tolfsen
8350dc3134 bug 1540655: build, remote: add mach command for vendoring Puppeteer; r=firefox-build-system-reviewers,chmanchester
Introduces "./mach remote vendor-puppeteer" for vendoring the
Puppeteer client without dependencies into remote/test/puppeteer/.

The particular checkout of Puppeteer is
https://github.com/andreastt/puppeteer/tree/firefox, which contains a
couple of hotfixes we need for the client to work with the Firefox
implementation of CDP.

The remote agent targets a specific version of Puppeteer, so it is
not suitable for this to be vendored under third_party/.  We also
wouldn't want other code in central to accidentally use a patched fork.

The vendoring process is not part of "./mach vendor" because it does
not yet have Node.js support, and implementing that for mach is outside
the scope of getting the Puppeteer tests running with the remote agent.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:06 +00:00
Andreas Tolfsen
1c7db08de2 bug 1540655: build: sort MACH_MODULES; r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D37006

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:05 +00:00
Coroiu Cristina
0645d4377f Merge mozilla-central to inbound a=merge on a CLOSED TREE 2019-08-16 12:57:16 +03:00
Coroiu Cristina
15cff10fa2 Merge autoland to mozilla-central a=merge 2019-08-16 12:47:23 +03:00
Olli Pettay
52044b01d5 bug 1563587, MANUAL PUSH: remove debugging left-over dump() calls, r=wpt-bustage
--HG--
extra : amend_source : 23e77ab04ddac933af39dc50e77f348e0d045bc5
2019-08-16 12:36:32 +03:00
Sebastian Hengst
741204a688 Backed out 10 changesets (bug 1568277) for breaking ./mach bootstrap. a=backout
Backed out changeset 056d9515483c (bug 1568277)
Backed out changeset 632d943c947b (bug 1568277)
Backed out changeset d7e8f80e2c85 (bug 1568277)
Backed out changeset 7b59ed5d703d (bug 1568277)
Backed out changeset f8b41cbaaf8e (bug 1568277)
Backed out changeset 391a90f3f02b (bug 1568277)
Backed out changeset d2b1d6c0a732 (bug 1568277)
Backed out changeset cb35fd836621 (bug 1568277)
Backed out changeset c8f797a19731 (bug 1568277)
Backed out changeset 9b89f970d46b (bug 1568277)

--HG--
rename : taskcluster/taskgraph/optimize/__init__.py => taskcluster/taskgraph/optimize.py
rename : taskcluster/taskgraph/optimize/seta.py => taskcluster/taskgraph/util/seta.py
2019-08-16 11:19:54 +02:00
Daniel Varga
95ce40b8d4 Backed out changeset a7ac9f64f6ea (bug 1561056) for build bustage at widget/gtk/nsDragService. On a CLOSED TREE 2019-08-16 09:30:39 +03:00
Ed Lee
5ff7943b7d Bug 1574334 - Add lazy cards, story engagements and bug fixes to New Tab Page r=pdahiya,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D42229

--HG--
extra : moz-landing-system : lando
2019-08-16 05:54:16 +00:00
Csoregi Natalia
838811e23f Merge inbound to mozilla-central. a=merge 2019-08-16 06:59:41 +03:00
Csoregi Natalia
454835b69d Merge autoland to mozilla-central. a=merge 2019-08-16 06:57:14 +03:00
Csoregi Natalia
0989eb85a3 Backed out changeset 38b37dfa1f33 (bug 1469716) for causing Bug 1572116. a=backout 2019-08-16 04:36:30 +03:00
Kagami Sascha Rosylight
25862fe2eb Bug 1572349 - Add Document::ResolveWithBaseURI. r=bzbarsky
Summary: This adds a helper method that enables simpler code in D41047 and D36714.

Reviewers: bzbarsky, marcosc

Reviewed By: bzbarsky

Bug #: 1572349

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

--HG--
extra : histedit_source : 9a8904a71bfeda594a5e3900c39e096e90dc83e1
2019-08-16 03:38:31 +03:00
Imanol Fernandez
efb7b0fed5 Bug 1574218 - Fix broken VRManagerChild::NotifyPresentationGenerationChanged event. r=kip
Fix broken VRManagerChild::NotifyPresentationGenerationChanged event.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 23:18:41 +00:00
Dan Minor
e6817b0e4d Bug 1573541 - Fix assertion failure in PannerNode.h; r=karlt
This removes the call to SetThreeDPointParameter which is no longer necessary
now that we're using AudioParams for position and orientation. Doing the
conversion can cause an assertion failure when the AudioParams have a scheduled
future value.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 21:17:36 +00:00
Nicholas Nethercote
08f34bc7d6 Bug 1572633 - Remove browser.cache.frecency_experiment. r=mayhemer
It's unused.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 11:18:46 +00:00
Gijs Kruitbosch
a829e24657 Bug 1571342 - unify save paths for console and netmonitor and fix the latter to not do docshell loads, r=Honza,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D41858

--HG--
extra : moz-landing-system : lando
2019-08-16 11:13:24 +00:00