b0b4667e25df717bc5b1bdaf83221a34e735aa65: Bug 1223270: P4. Remove extra copy of YUV buffer for Theora. r=mattwoodrow
Jean-Yves Avenard <jyavenard@mozilla.com> - Thu, 04 May 2017 15:44:46 +0200 - rev 364989
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1223270: P4. Remove extra copy of YUV buffer for Theora. r=mattwoodrow
MozReview-Commit-ID: FnhPObcv4U3
c79b6d337d04dabea4530e2c237a5e58d6ed12c3: Bug 1223270: P3. Remove extra copy of YUV buffer on Windows. r=mattwoodrow,nical
Jean-Yves Avenard <jyavenard@mozilla.com> - Wed, 03 May 2017 23:25:54 +0200 - rev 364988
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1223270: P3. Remove extra copy of YUV buffer on Windows. r=mattwoodrow,nical
MozReview-Commit-ID: JgbAwtLNr9e
5d4f3028f48ecddf79bf1bee9a0b49759fa4cbf7: Bug 1223270: P2. Add D3D11YCbCrImage type. r=nical
Jean-Yves Avenard <jyavenard@mozilla.com> - Wed, 03 May 2017 23:23:45 +0200 - rev 364987
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1223270: P2. Add D3D11YCbCrImage type. r=nical
And related methods.
Will allow to directly upload a YUV420 buffer into a D3D11 texture.
MozReview-Commit-ID: FugfJB3818Y
8b06f81e24a8dcc3c59fc8b950f8ad10c8a51bf4: Bug 1223270: P1. Extract AutoLockD3D11Texture. r=mattwoodrow
Jean-Yves Avenard <jyavenard@mozilla.com> - Thu, 04 May 2017 13:54:05 +0200 - rev 364986
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1223270: P1. Extract AutoLockD3D11Texture. r=mattwoodrow
Will be used in future code.
MozReview-Commit-ID: 5ivawIIt2bu
36a05246c18c3ed390294ff72135e7b6bfe44be3: Bug 596501 TextEditRules::WillOutputText() should handle itself if it can return only the text of first text node r=m_kato
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 16 Jun 2017 19:08:10 +0900 - rev 364985
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 596501 TextEditRules::WillOutputText() should handle itself if it can return only the text of first text node r=m_kato
TextEditor::OutputToString() uses DocumentEncoder if TextEditRules::WillOutputText() doesn't handle it. However, TextEditRules::WillOutputText() doesn't handle it even if it's really simple case of <input type="text"> and <textarea>.
This patch makes TextEditRules::WillOutputText() handle it if DOM tree in the editor root element is expected and there is no special flag which requires complicated handling.
MozReview-Commit-ID: 3HvdTAWRpw0
e69e9befe6f3bc909146c9eb9478e7ba60c427c9: Bug 1374541 - Enable reftest from-range-to-other-type-unthemed-1.html. r=shinglyu
Ting-Yu Lin <tlin@mozilla.com> - Tue, 20 Jun 2017 12:04:42 +0800 - rev 364984
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1374541 - Enable reftest from-range-to-other-type-unthemed-1.html. r=shinglyu
MozReview-Commit-ID: Io5nmyfDvt8
58e1d5cd63c0ccaa859d264bfd5196df2ea499aa: Bug 1374148 - Block D3D11 on more crashy nvwgf2um.dll versions - r=bwu
Gerald Squelart <gsquelart@mozilla.com> - Tue, 20 Jun 2017 16:03:32 +1200 - rev 364983
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1374148 - Block D3D11 on more crashy nvwgf2um.dll versions - r=bwu
MozReview-Commit-ID: ClpxPeDRaqp
5131e38858f91107d1d198ffd8a4187be1ed1a87: Bug 1333651 - Part 3: Add a test case to verify that Navigator object has been spoofed/disabled correctly when 'privacy.resistFingerprinting' is true. r=arthuredelstein,Ehsan
Tim Huang <tihuang@mozilla.com> - Tue, 06 Jun 2017 17:14:55 +0800 - rev 364982
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1333651 - Part 3: Add a test case to verify that Navigator object has been spoofed/disabled correctly when 'privacy.resistFingerprinting' is true. r=arthuredelstein,Ehsan
This patch adds a brower chrome test to verify the navigator object when
'privacy.resistFingerprinting' is true. This test will also test worker navigator
to check that whether it has been correctly spoofed/disabled.
MozReview-Commit-ID: 17FvdlmLMjP
76040a8fabaaa1484900aa7fa6937e275e5c0bfc: Bug 1333651 - Part 2: Spoofing Navigator object when 'privacy.resistFingerprinting' is true. r=arthuredelstein,Ehsan
Tim Huang <tihuang@mozilla.com> - Thu, 01 Jun 2017 14:54:59 +0800 - rev 364981
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1333651 - Part 2: Spoofing Navigator object when 'privacy.resistFingerprinting' is true. r=arthuredelstein,Ehsan
This patch makes navigator object to return spoofed value for fields have fingerprintable
concerns. This changes the worker navigator as well.
MozReview-Commit-ID: E2SLNZRfuVP
a9c101b46ab6138f390fb4128bb3da403bfe529c: Bug 1333651 - Part 1: Spoofing the User-Agent header when 'privacy.resistFingerprinting' is true. r=arthuredelstein,mcmanus
Tim Huang <tihuang@mozilla.com> - Thu, 08 Jun 2017 14:38:21 +0800 - rev 364980
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1333651 - Part 1: Spoofing the User-Agent header when 'privacy.resistFingerprinting' is true. r=arthuredelstein,mcmanus
This patch makes nsHttpHandler to use a spoofed userAgent in the User-Agent header
when 'privacy.resistFingerprinting' is true, the spoofed userAgent string has a
fixed appName, platform and buildID. The only variant in it is the version number,
it will be rounded to the nearest 10(e.g. 40, 50, 60) for reducing fingerprinting
across release versions.
MozReview-Commit-ID: BTGuIJp94U1
121b01dc9fdef56da1820520d6130913c5d4c62b: Bug 1373874 - stylo: Clear Servo data from NAC created by position:fixed replicated frames too. r=bz
Cameron McCormack <cam@mcc.id.au> - Sun, 18 Jun 2017 17:57:55 +0800 - rev 364979
Push
91680 by kwierso@gmail.com at Wed, 21 Jun 2017 01:32:01 +0000
Bug 1373874 - stylo: Clear Servo data from NAC created by position:fixed replicated frames too. r=bz
We don't need the call to ClearServoDataFromSubtree in
nsDocumentViewer::SetPageMode because the pres shell destruction
will call BeginShutdown on the style set, which will do it for us.
MozReview-Commit-ID: ErSAyr3l0wm
37f2e9416b73aa4d3004ac5af7c047f5d12293ca: Bug 1355150 - Followup to disable headless tests on windows asan a=bustage r=bdahl
Wes Kocher <wkocher@mozilla.com> - Tue, 20 Jun 2017 17:30:08 -0700 - rev 364978
Push
91679 by kwierso@gmail.com at Wed, 21 Jun 2017 00:33:17 +0000
Bug 1355150 - Followup to disable headless tests on windows asan a=bustage r=bdahl
MozReview-Commit-ID: 2atWvHVSh2S
eeb0a65afa6d5535ac098b89e9b87bf0d626ca30: Bug 1363650 - (intersection-observer) Use content area as the intersection rectangle for custom root with overflow clip. r=mattwoodrow
Tobias Schneider <schneider@jancona.com> - Tue, 20 Jun 2017 16:43:17 -0700 - rev 364977
Push
91678 by tschneider@mozilla.com at Tue, 20 Jun 2017 23:51:56 +0000
Bug 1363650 - (intersection-observer) Use content area as the intersection rectangle for custom root with overflow clip. r=mattwoodrow
86f86f9710141b1f2689665c78e0e8917e146f2f: Bug 1373483 - Add telemetry for the grid inspector. r=pbro. data-r=bsmedberg
Gabriel Luong <gabriel.luong@gmail.com> - Tue, 20 Jun 2017 16:32:18 -0700 - rev 364976
Push
91677 by gabriel.luong@gmail.com at Tue, 20 Jun 2017 23:32:27 +0000
Bug 1373483 - Add telemetry for the grid inspector. r=pbro. data-r=bsmedberg
8cd5e6e5d0f71c18d928f76cf4312961145bb5af: Bug 1355150 - Enable headless mode on windows. r=automatedtester, r=jrmuizel
Brendan Dahl <brendan.dahl@gmail.com> - Wed, 07 Jun 2017 14:33:11 -0700 - rev 364975
Push
91676 by bdahl@mozilla.com at Tue, 20 Jun 2017 22:31:12 +0000
Bug 1355150 - Enable headless mode on windows. r=automatedtester, r=jrmuizel
8fcb385640fac794e905c03b87369a31f935bab0: Bug 1367204 - Generate "[sourceless code]" for class constructors when sourceIsLazy and no source hook is set. (r=Yoric)
Shu-yu Guo <shu@rfrn.org> - Wed, 14 Jun 2017 17:15:22 -0700 - rev 364974
Push
91675 by shu@rfrn.org at Tue, 20 Jun 2017 22:07:56 +0000
Bug 1367204 - Generate "[sourceless code]" for class constructors when sourceIsLazy and no source hook is set. (r=Yoric)
32adb4bf3e162ee33cc685d9b2028286768c3df0: Backed out changeset 830b3b513bf1 (bug 1373483) for build failures in TelemetryHistogram.o a=backout
Wes Kocher <wkocher@mozilla.com> - Tue, 20 Jun 2017 15:03:04 -0700 - rev 364973
Push
91674 by kwierso@gmail.com at Tue, 20 Jun 2017 22:03:12 +0000
Backed out changeset 830b3b513bf1 (
bug 1373483) for build failures in TelemetryHistogram.o a=backout
MozReview-Commit-ID: I5RRKMjXWKM
2d5c7d7cee76ce06e2415f5b0a45649f666ca4b8: Bug 1369425 - Mozscreenshots is not running on Mac OSX. r=johann
Johann Hofmann <jhofmann@mozilla.com> - Wed, 07 Jun 2017 14:48:28 +0200 - rev 364972
Push
91673 by jmaher@mozilla.com at Tue, 20 Jun 2017 21:53:23 +0000
Bug 1369425 - Mozscreenshots is not running on Mac OSX. r=johann
MozReview-Commit-ID: FBjHZd6Lb3X
89775519af6b923c38aab7d12a87a8a8250a3f51: Bug 1352128 - Web platform test failures for Windows 10 debug on TaskCluster. r=jgraham
Joel Maher <jmaher@mozilla.com> - Tue, 20 Jun 2017 17:52:06 -0400 - rev 364971
Push
91673 by jmaher@mozilla.com at Tue, 20 Jun 2017 21:53:23 +0000
Bug 1352128 - Web platform test failures for Windows 10 debug on TaskCluster. r=jgraham
MozReview-Commit-ID: 4iMRHwecgOz
9321edbd9e9e22f75bb3119a14823790c615bbd7: Bug 1374743 - allow wpt-update to work on windows and not rewrite newlines. r=jgraham
Joel Maher <jmaher@mozilla.com> - Tue, 20 Jun 2017 17:52:03 -0400 - rev 364970
Push
91673 by jmaher@mozilla.com at Tue, 20 Jun 2017 21:53:23 +0000
Bug 1374743 - allow wpt-update to work on windows and not rewrite newlines. r=jgraham
MozReview-Commit-ID: EHl6l7OGECg