6ebfa9941f469687dd3b61377cbf874467c117ea: Bug 1622671 - Make the Picture-in-Picture player background colour solid black. r=mstriemer
Mike Conley <mconley@mozilla.com> - Mon, 16 Mar 2020 14:41:15 +0000 - rev 518973
Push
110221 by mconley@mozilla.com at Mon, 16 Mar 2020 14:42:46 +0000
Bug 1622671 - Make the Picture-in-Picture player background colour solid black. r=mstriemer
Differential Revision:
https://phabricator.services.mozilla.com/D66907
b558f594712283a4ce1d5df2892d93e239969f2a: Bug 1578336 - Extend autospider.py timeout. r=jandem
Ted Campbell <tcampbell@mozilla.com> - Mon, 16 Mar 2020 14:38:55 +0000 - rev 518972
Push
110220 by tcampbell@mozilla.com at Mon, 16 Mar 2020 14:41:46 +0000
Bug 1578336 - Extend autospider.py timeout. r=jandem
The windows cgc builds are currently very close to the 3hr timeout and are
failing quite often in automation. This patch bumps the timeout to 3.5 hr as
a stop-gap until we have a better fix (eg reducing overhead and splitting
jobs).
Differential Revision:
https://phabricator.services.mozilla.com/D66976
680ae49f7365240fdb821e18723f965658cc81ec: Bug 1619180 - Speculative patch, add exception handling around gfxDWriteFont::MeasureGlyphWidth. r=jrmuizel
Jonathan Kew <jkew@mozilla.com> - Mon, 16 Mar 2020 13:57:32 +0000 - rev 518971
Push
110219 by jkew@mozilla.com at Mon, 16 Mar 2020 14:22:28 +0000
Bug 1619180 - Speculative patch, add exception handling around gfxDWriteFont::MeasureGlyphWidth. r=jrmuizel
Differential Revision:
https://phabricator.services.mozilla.com/D66115
808cd0a0474037f138afc27552b52e595a3f89b3: No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
ffxbld <ffxbld@mozilla.com> - Mon, 16 Mar 2020 13:48:38 +0000 - rev 518970
Push
110218 by rvandermeulen@mozilla.com at Mon, 16 Mar 2020 13:49:20 +0000
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision:
https://phabricator.services.mozilla.com/D66963
0d18c1f7fb5ba06c40adc5f263d0a2a9dc5c4595: Bug 1613985 - Use default for equivalent-to-default constructors/destructors in security. r=rrelyea
Simon Giesecke <sgiesecke@mozilla.com> - Mon, 16 Mar 2020 10:56:56 +0000 - rev 518969
Push
110217 by sgiesecke@mozilla.com at Mon, 16 Mar 2020 13:48:23 +0000
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in security. r=rrelyea
Differential Revision:
https://phabricator.services.mozilla.com/D65499
fd7acd328d129f18ee1e4748cbefd70b56b78c38: Bug 1613985 - Use default for equivalent-to-default constructors/destructors in storage. r=asuth
Simon Giesecke <sgiesecke@mozilla.com> - Mon, 16 Mar 2020 10:56:56 +0000 - rev 518968
Push
110217 by sgiesecke@mozilla.com at Mon, 16 Mar 2020 13:48:23 +0000
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in storage. r=asuth
Differential Revision:
https://phabricator.services.mozilla.com/D65498
e4d136fe97331f4f66b78ecb8f725948a7b7e845: Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff
Simon Giesecke <sgiesecke@mozilla.com> - Mon, 16 Mar 2020 13:47:02 +0000 - rev 518967
Push
110217 by sgiesecke@mozilla.com at Mon, 16 Mar 2020 13:48:23 +0000
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff
Differential Revision:
https://phabricator.services.mozilla.com/D65493
087e9f9efed07fad4c0d8af05464e6a9b580c0ea: Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies
Simon Giesecke <sgiesecke@mozilla.com> - Mon, 16 Mar 2020 10:56:57 +0000 - rev 518966
Push
110217 by sgiesecke@mozilla.com at Mon, 16 Mar 2020 13:48:23 +0000
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies
Differential Revision:
https://phabricator.services.mozilla.com/D66012
1fe5ae0c876896abf2f7b711b491aafa7463b25b: Bug 1567544 - set composite op in DrawDirectlyToCanvas r=jrmuizel
adroitwhiz <adroitwhiz@protonmail.com> - Mon, 16 Mar 2020 13:42:06 +0000 - rev 518965
Push
110216 by btara@mozilla.com at Mon, 16 Mar 2020 13:43:18 +0000
Bug 1567544 - set composite op in DrawDirectlyToCanvas r=jrmuizel
When drawing an SVG image onto a `CanvasRenderingContext2D`, a different code path is taken which calls `DrawDirectlyToCanvas`. Previously, that function always used the default composite operation when drawing. Now it will use the canvas context's current `globalCompositeOperation`.
Differential Revision:
https://phabricator.services.mozilla.com/D66900
79041cab0cc2e0d3a17de87fd2b98cfbbb6080a0: Bug 1622745 - Remove 'webconsole.group.contentBlocked' l10n string, r=nchevobbe
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 16 Mar 2020 09:10:34 +0000 - rev 518964
Push
110215 by amarchesini@mozilla.com at Mon, 16 Mar 2020 13:23:49 +0000
Bug 1622745 - Remove 'webconsole.group.contentBlocked' l10n string, r=nchevobbe
Differential Revision:
https://phabricator.services.mozilla.com/D66928
43843f5a7d321aff13b27cba2ff46fb2cc5db774: Bug 1622124 - BroadcastChannel receives messages in onmessage after channel has been closed, r=smaug
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 16 Mar 2020 11:57:47 +0000 - rev 518963
Push
110214 by amarchesini@mozilla.com at Mon, 16 Mar 2020 13:23:15 +0000
Bug 1622124 - BroadcastChannel receives messages in onmessage after channel has been closed, r=smaug
Differential Revision:
https://phabricator.services.mozilla.com/D66944
e144f3d78dfaeaf1b26a4997051935b60902b4a0: Bug 1617915 - Create unit tests to verify that MTG sets the expected device id. r=padenot
Alex Chronopoulos <achronop@gmail.com> - Mon, 16 Mar 2020 12:57:06 +0000 - rev 518962
Push
110213 by achronopoulos@mozilla.com at Mon, 16 Mar 2020 13:00:52 +0000
Bug 1617915 - Create unit tests to verify that MTG sets the expected device id. r=padenot
Create gtests to verify that the device id provided to the constructor of MTG will be the one used by cubeb as output device id. In addition to that, verify that using a different device id will result in creating/getting a different MTG instance.
Differential Revision:
https://phabricator.services.mozilla.com/D64136
bfb1aaa33317813e0fa3a4db1346febda1f14388: Bug 1617915 - Enhance MockCubeb to support using it in MediaTrackGraph unit tests. r=padenot
Alex Chronopoulos <achronop@gmail.com> - Mon, 16 Mar 2020 12:56:38 +0000 - rev 518961
Push
110213 by achronopoulos@mozilla.com at Mon, 16 Mar 2020 13:00:52 +0000
Bug 1617915 - Enhance MockCubeb to support using it in MediaTrackGraph unit tests. r=padenot
MockCubeb simulates the behavior of libcubeb and allows us to exercise media Gecko code from gtests. Some enhancements have been made to make it usable for exercising the MTG.
* Define the `get_max_channel_count` method.
* Define a mock cubeb_stream class that allow to handle many streams with the same (mock) cubeb context.
Differential Revision:
https://phabricator.services.mozilla.com/D64134
e3fcadf709f080b3e4709d27f350294927d73a4a: Bug 1617915 - Expose output device id when MediaTrackGraph is created. r=padenot
Alex Chronopoulos <achronop@gmail.com> - Mon, 16 Mar 2020 12:56:20 +0000 - rev 518960
Push
110213 by achronopoulos@mozilla.com at Mon, 16 Mar 2020 13:00:52 +0000
Bug 1617915 - Expose output device id when MediaTrackGraph is created. r=padenot
In order to be able to change the audio output device, the device id is exposed to the constructor of MediaStreamGraph. Any component that gets/creates an MTG will be able to provide the device id in order to determine the desired output device. If the provided device id is null the default device will be used.
Differential Revision:
https://phabricator.services.mozilla.com/D64133
d5280d6879b80da4113e978e5dc7df089969bcb6: Bug 1622591 - add missing YUV shader variations. r=jrmuizel
Lee Salzman <lsalzman@mozilla.com> - Mon, 16 Mar 2020 12:50:44 +0000 - rev 518959
Push
110212 by lsalzman@mozilla.com at Mon, 16 Mar 2020 12:57:53 +0000
Bug 1622591 - add missing YUV shader variations. r=jrmuizel
Differential Revision:
https://phabricator.services.mozilla.com/D66885
05ebd9c6bcc9394f0afa10c6ad7d7bf52d53e933: Bug 1621576 - Apply mozilla/balanced-observers eslint rule in devtools r=ochameau
Julian Descottes <jdescottes@mozilla.com> - Mon, 16 Mar 2020 12:48:56 +0000 - rev 518958
Push
110211 by jdescottes@mozilla.com at Mon, 16 Mar 2020 12:49:37 +0000
Bug 1621576 - Apply mozilla/balanced-observers eslint rule in devtools r=ochameau
Depends on D66378
Differential Revision:
https://phabricator.services.mozilla.com/D66379
eddc5606b9ba7cbcf6e20213eb164e319b26e4fc: Bug 1621576 - Add a linter rule to check unbalanced addObserver/removeObserver r=Standard8
Julian Descottes <jdescottes@mozilla.com> - Mon, 16 Mar 2020 12:42:54 +0000 - rev 518957
Push
110211 by jdescottes@mozilla.com at Mon, 16 Mar 2020 12:49:37 +0000
Bug 1621576 - Add a linter rule to check unbalanced addObserver/removeObserver r=Standard8
Depends on D66369
Differential Revision:
https://phabricator.services.mozilla.com/D66378
e381833f2b043c1d3331b2f216bafffb2d3b9c9c: Bug 1622093 - Fix print reftests. r=dholbert
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 16 Mar 2020 04:35:14 +0000 - rev 518956
Push
110210 by ealvarez@mozilla.com at Mon, 16 Mar 2020 12:37:31 +0000
Bug 1622093 - Fix print reftests. r=dholbert
These have been broken for a while, because we don't run them on automation...
The way we import PDFJS in reftest.jsm was broken. And PDFJS updates caused
breakage.
Differential Revision:
https://phabricator.services.mozilla.com/D66669
b76e1041bd833e1169d699edf160b7c4b7e82051: Backed out changeset 9e74186c74f2 (bug 1616040) for browser_net_complex-params.js & browser_net_post-data-04.js failures CLOSED TREE
Bogdan Tara <btara@mozilla.com> - Mon, 16 Mar 2020 14:25:18 +0200 - rev 518955
Push
110209 by btara@mozilla.com at Mon, 16 Mar 2020 12:26:18 +0000
Backed out changeset 9e74186c74f2 (
bug 1616040) for browser_net_complex-params.js & browser_net_post-data-04.js failures CLOSED TREE
2205cd5e2911c7777c94309e0cf6d286728e74ac: Bug 1618258 - Part 5: Update test262 exclusion list. r=jonco
André Bargull <andre.bargull@gmail.com> - Mon, 16 Mar 2020 12:04:33 +0000 - rev 518954
Push
110208 by btara@mozilla.com at Mon, 16 Mar 2020 12:07:43 +0000
Bug 1618258 - Part 5: Update test262 exclusion list. r=jonco
Differential Revision:
https://phabricator.services.mozilla.com/D66934