Yoshi Cheng-Hao Huang
e17d60cbf4
Bug 1551810 - Part 1: return bool in CallbackTracer methods. r=jonco
...
Differential Revision: https://phabricator.services.mozilla.com/D38980
--HG--
extra : moz-landing-system : lando
2019-07-26 08:59:38 +00:00
Brindusan Cristian
339a4ceab8
Backed out changeset ac0666e2b27c (bug 1564293) for build bustages on WebGLFramebuffer.cpp:883:26. CLOSED TREE
2019-07-26 12:04:54 +03:00
Christoph Walcher
56f94eb4b4
Bug 1566243 - Fix marshalling of WebSocketFrame r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D38227
--HG--
extra : moz-landing-system : lando
2019-07-25 21:31:10 +00:00
Narcis Beleuzu
a4274bd868
Backed out changeset 4bf222be42c8 (bug 1543359) wrench bustages. CLOSED TREE
2019-07-26 11:51:00 +03:00
Yu Yin
639aef6c09
Bug 1567148 -[mips] fix load32SignExtendToPtr. r=jandem
...
Differential Revision: https://phabricator.services.mozilla.com/D38476
--HG--
extra : moz-landing-system : lando
2019-07-26 08:46:54 +00:00
Jean-Yves Avenard
c2672a7a6a
Bug 1543359 - P14. Fix "Wrench" test on a CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D39475
--HG--
extra : moz-landing-system : lando
2019-07-26 06:55:11 +00:00
James Graham
88ee4c994c
Bug 1568902 - Add intermittents to wpt metdata summary, r=nikkis
...
This adds a new key 'intermittent' to interesting test results, containing
a list of [condition, statuses] tuples for tests that are allowing multiple
statuses due to intermittent behaviour.
Differential Revision: https://phabricator.services.mozilla.com/D39375
--HG--
extra : moz-landing-system : lando
2019-07-25 21:55:01 +00:00
Karl Tomlinson
0fd5bb4ff6
Bug 1568868 restore release_or_beta expectation metadata r=jgraham
...
This was removed in
https://hg.mozilla.org/mozilla-central/rev/dbb4eb578278#l445.1
but this commit expresses the same logic differently to avoid removal on
future updates. https://hg.mozilla.org/mozilla-central/rev/203e09f37d1f
Differential Revision: https://phabricator.services.mozilla.com/D39421
--HG--
extra : moz-landing-system : lando
2019-07-26 06:54:28 +00:00
Greyson Gilbert
a22343ae66
Bug 1564293 - Allow efficient slicewise upload of 3D textures r=jgilbert
...
Before this patch any partial upload to a texture would incur
a zeroing of the texture first to prevent leakage of information.
The texture now tracks, for each image not fully initialized,
which z-slices have been initialized, and only zeroes the rest
of the slices when the texture is used.
Differential Revision: https://phabricator.services.mozilla.com/D37843
--HG--
extra : moz-landing-system : lando
2019-07-26 06:43:02 +00:00
Narcis Beleuzu
e84980d8b1
Backed out 15 changesets (bug 1543359) for wrench bustages on image.rs . CLOSED TREE
...
Backed out changeset 548006270186 (bug 1543359)
Backed out changeset c9585e9d9f3c (bug 1543359)
Backed out changeset 1c7ca95a2a9b (bug 1543359)
Backed out changeset d742d80b892f (bug 1543359)
Backed out changeset 210eee703fd9 (bug 1543359)
Backed out changeset 4eb933d55d88 (bug 1543359)
Backed out changeset fb9b71ed9f4b (bug 1543359)
Backed out changeset 98b968443458 (bug 1543359)
Backed out changeset a85bd4691bea (bug 1543359)
Backed out changeset b576317853e9 (bug 1543359)
Backed out changeset 095bca5c9b1a (bug 1543359)
Backed out changeset 48eb0ebf9f2e (bug 1543359)
Backed out changeset b22b0eb708b8 (bug 1543359)
Backed out changeset 52187d9320b1 (bug 1543359)
Backed out changeset fa6792c1c2e8 (bug 1543359)
2019-07-26 11:40:33 +03:00
Jean-Yves Avenard
88ca735e1d
Bug 1543359 - P14. Fix "Wrench" test. a=wrench-fix CLOSED TREE
2019-07-26 10:24:47 +03:00
Jean-Yves Avenard
d6adb6b604
Bug 1543359 - P13. Let the video decoder determines the default colorspace if unknown. r=mattwoodrow
...
When unknown, we rely on the picture height and assume that anything less than 720p is 601 and 709 otherwise. It's not perfect but it's the best we can do.
Differential Revision: https://phabricator.services.mozilla.com/D39275
--HG--
extra : moz-landing-system : lando
2019-07-26 06:14:30 +00:00
Jean-Yves Avenard
3dfa052df3
Bug 1543359 - P12. Fix colorspace rendering with IOSurface and basic compositor. r=mattwoodrow
...
It got missed in bug 1540581.
Differential Revision: https://phabricator.services.mozilla.com/D27248
--HG--
extra : moz-landing-system : lando
2019-07-26 06:14:23 +00:00
Jean-Yves Avenard
df451e4367
Bug 1543359 - P11. Remove redundant virtual keyword. r=mattwoodrow
...
It got missed in an earlier change
Differential Revision: https://phabricator.services.mozilla.com/D29643
--HG--
extra : moz-landing-system : lando
2019-07-26 06:14:16 +00:00
Jean-Yves Avenard
6d26baca40
Bug 1543359 - P10. Add color range info to GPU and WR texture host. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D27243
--HG--
extra : moz-landing-system : lando
2019-07-26 06:14:09 +00:00
Jean-Yves Avenard
ace0cc766c
Bug 1543359 - P9. Add YUV range information to NV12Effect and YCbCrEffect. r=mattwoodrow
...
This is used by the OGL and D3D11 compositors.
Differential Revision: https://phabricator.services.mozilla.com/D27242
--HG--
extra : moz-landing-system : lando
2019-07-26 06:14:01 +00:00
Jean-Yves Avenard
a9add66f0b
Bug 1543359 - P8. Fill YUV color range information with decoders. r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D27239
--HG--
extra : moz-landing-system : lando
2019-07-26 06:13:52 +00:00
Jean-Yves Avenard
e6eb3464df
Bug 1543359 - P7. Plumb YUV Color Range info in Windows' Image types. r=mattwoodrow
...
Still non-functional.
Differential Revision: https://phabricator.services.mozilla.com/D27214
--HG--
extra : moz-landing-system : lando
2019-07-26 06:13:44 +00:00
Jean-Yves Avenard
37515d5cc9
Bug 1543359 - P6. Add backend for color range information. r=mattwoodrow.
...
Add code for YCbCr buffer and IOSurface backend.
Differential Revision: https://phabricator.services.mozilla.com/D27213
--HG--
extra : moz-landing-system : lando
2019-07-26 06:13:37 +00:00
Jean-Yves Avenard
a57f1df908
Bug 1543359 - P5. Use C++11 initializers. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D29642
--HG--
extra : moz-landing-system : lando
2019-07-26 06:13:25 +00:00
Jean-Yves Avenard
216eed81e9
Bug 1543359 - P4. Add YUV Full Range info to AppleVTDecoder. r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D27212
--HG--
extra : moz-landing-system : lando
2019-07-26 06:13:18 +00:00
Jean-Yves Avenard
aec72edb84
Bug 1543359 - P3. Add kCVPixelFormatType_420YpCbCr8BiPlanarFullRange support to MacIOSurface. r=mattwoodrow
...
This will allow to differentiate full range vs limited range YUV.
Differential Revision: https://phabricator.services.mozilla.com/D27211
--HG--
extra : moz-landing-system : lando
2019-07-26 06:10:52 +00:00
Jean-Yves Avenard
c8d2f1b0f0
Bug 1543359 - P2. Fix constness. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D29641
--HG--
extra : moz-landing-system : lando
2019-07-26 06:10:44 +00:00
Jean-Yves Avenard
b7d2623f93
Bug 1543359 - P1. Add mColorRange info to YCbCrBufferData. r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D27210
--HG--
extra : moz-landing-system : lando
2019-07-26 06:10:37 +00:00
Jean-Yves Avenard
4ea329b749
Bug 1543359 - P0. Make video range info an enum. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D29639
--HG--
extra : moz-landing-system : lando
2019-07-26 06:10:30 +00:00
Cosmin Sabou
ae7e8fbf55
Backed out 14 changesets (bug 1543359) for causing build bustages. CLOSED TREE
...
Backed out changeset 87c99ef85813 (bug 1543359)
Backed out changeset cd0afc5758ba (bug 1543359)
Backed out changeset 101ac87ff017 (bug 1543359)
Backed out changeset 348e748e3451 (bug 1543359)
Backed out changeset d9e937f5caf4 (bug 1543359)
Backed out changeset 2f4eb6501552 (bug 1543359)
Backed out changeset 0d316ef8c668 (bug 1543359)
Backed out changeset bf238b58c694 (bug 1543359)
Backed out changeset 496f206d03d6 (bug 1543359)
Backed out changeset 7c3a1f23baa8 (bug 1543359)
Backed out changeset 90fff717198b (bug 1543359)
Backed out changeset b2ce591ca398 (bug 1543359)
Backed out changeset a63968f077e3 (bug 1543359)
Backed out changeset ca660ab1e0c1 (bug 1543359)
2019-07-26 07:39:11 +03:00
Jean-Yves Avenard
84900ae6ff
Bug 1543359 - P13. Let the video decoder determines the default colorspace if unknown. r=mattwoodrow
...
When unknown, we rely on the picture height and assume that anything less than 720p is 601 and 709 otherwise. It's not perfect but it's the best we can do.
Differential Revision: https://phabricator.services.mozilla.com/D39275
--HG--
extra : moz-landing-system : lando
2019-07-26 04:26:56 +00:00
Jean-Yves Avenard
1d4fe80ec2
Bug 1543359 - P12. Fix colorspace rendering with IOSurface and basic compositor. r=mattwoodrow
...
It got missed in bug 1540581.
Differential Revision: https://phabricator.services.mozilla.com/D27248
--HG--
extra : moz-landing-system : lando
2019-07-25 05:44:31 +00:00
Jean-Yves Avenard
e9195caaf0
Bug 1543359 - P11. Remove redundant virtual keyword. r=mattwoodrow
...
It got missed in an earlier change
Differential Revision: https://phabricator.services.mozilla.com/D29643
--HG--
extra : moz-landing-system : lando
2019-07-22 07:27:50 +00:00
Jean-Yves Avenard
a197de5f88
Bug 1543359 - P10. Add color range info to GPU and WR texture host. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D27243
--HG--
extra : moz-landing-system : lando
2019-07-22 07:27:41 +00:00
Jean-Yves Avenard
5aa7e8ee09
Bug 1543359 - P9. Add YUV range information to NV12Effect and YCbCrEffect. r=mattwoodrow
...
This is used by the OGL and D3D11 compositors.
Differential Revision: https://phabricator.services.mozilla.com/D27242
--HG--
extra : moz-landing-system : lando
2019-07-22 07:27:39 +00:00
Jean-Yves Avenard
c0a6061c31
Bug 1543359 - P8. Fill YUV color range information with decoders. r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D27239
--HG--
extra : moz-landing-system : lando
2019-07-22 07:27:35 +00:00
Jean-Yves Avenard
9d741696fe
Bug 1543359 - P7. Plumb YUV Color Range info in Windows' Image types. r=mattwoodrow
...
Still non-functional.
Differential Revision: https://phabricator.services.mozilla.com/D27214
--HG--
extra : moz-landing-system : lando
2019-07-22 08:04:54 +00:00
Jean-Yves Avenard
63be56621d
Bug 1543359 - P6. Add backend for color range information. r=mattwoodrow.
...
Add code for YCbCr buffer and IOSurface backend.
Differential Revision: https://phabricator.services.mozilla.com/D27213
--HG--
extra : moz-landing-system : lando
2019-07-22 08:24:30 +00:00
Jean-Yves Avenard
4fc3d2fcf8
Bug 1543359 - P5. Use C++11 initializers. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D29642
--HG--
extra : moz-landing-system : lando
2019-07-22 07:25:36 +00:00
Jean-Yves Avenard
e2585407f3
Bug 1543359 - P4. Add YUV Full Range info to AppleVTDecoder. r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D27212
--HG--
extra : moz-landing-system : lando
2019-07-22 07:25:14 +00:00
Jean-Yves Avenard
e4a8bfeab0
Bug 1543359 - P3. Add kCVPixelFormatType_420YpCbCr8BiPlanarFullRange support to MacIOSurface. r=mattwoodrow
...
This will allow to differentiate full range vs limited range YUV.
Differential Revision: https://phabricator.services.mozilla.com/D27211
--HG--
extra : moz-landing-system : lando
2019-07-22 07:24:51 +00:00
Jean-Yves Avenard
df7c06977b
Bug 1543359 - P2. Fix constness. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D29641
--HG--
extra : moz-landing-system : lando
2019-07-22 07:24:32 +00:00
Jean-Yves Avenard
ad13a81d3e
Bug 1543359 - P1. Add mColorRange info to YCbCrBufferData. r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D27210
--HG--
extra : moz-landing-system : lando
2019-07-22 07:24:09 +00:00
Jean-Yves Avenard
9871202958
Bug 1543359 - P0. Make video range info an enum. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D29639
--HG--
extra : moz-landing-system : lando
2019-07-13 03:25:18 +00:00
Jeff Gilbert
1dfd704692
Bug 1569094 - Optimize cache-miss path in GetDrawFetchLimits. r=lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D39456
--HG--
extra : moz-landing-system : lando
2019-07-26 04:04:08 +00:00
Mike Hommey
2919ab6ba3
Bug 1569003
- Disable bindgen when building coreaudio-sys. r=nalexander
...
This is the most immediate solution to the problem. This is how
automation ends up building things because it's cross-compiling and
cross-compiling falls back to the code path of that feature, and this
solves the immediate problem of builds not working out of the box.
The more long term fix would be to fix the coreaudio-sys crate to do the
right thing.
Differential Revision: https://phabricator.services.mozilla.com/D39447
--HG--
extra : moz-landing-system : lando
2019-07-26 03:54:13 +00:00
Andrew Swan
188dd811fb
Bug 1543090
Clean up unused bits of XPIState r=zombie
...
XPIState.getModTime() was setting a .changed property that nothing ever
looks at. It also sets lastModifiedTime which is used from about:addons
but built-in addons aren't visible there so there's no point setting it
for them.
Differential Revision: https://phabricator.services.mozilla.com/D39061
--HG--
extra : moz-landing-system : lando
2019-07-26 02:45:52 +00:00
Micah Tigley
dedaa02a21
Bug 1567477 - Add actions to Monitor card buttons. r=ewright,rfkelly
...
Differential Revision: https://phabricator.services.mozilla.com/D39105
--HG--
extra : moz-landing-system : lando
2019-07-26 02:49:56 +00:00
Cameron McCormack
65b43505be
Bug 1569084 - Update help text to use two-dash form for --layoutdebug. r=njn
...
Differential Revision: https://phabricator.services.mozilla.com/D39448
--HG--
extra : moz-landing-system : lando
2019-07-26 02:25:29 +00:00
Mihai Alexandru Michis
51bc9f2b17
Backed out changeset ad5382b6b11e (bug 1567477) for causing failures in protections.css
2019-07-26 05:14:36 +03:00
Mihai Alexandru Michis
00d5a20840
Backed out 2 changesets (bug 1567230) for causing failures in browser_masterPassword.js
...
Backed out changeset 755c7d187626 (bug 1567230)
Backed out changeset 6115bb93cc3c (bug 1567230)
2019-07-26 05:01:00 +03:00
Nicholas Nethercote
18fae65f38
Bug 1563139 - Remove StaticPrefs.h. r=glandium
...
This requires replacing inclusions of it with inclusions of more specific prefs
files.
The exception is that StaticPrefsAll.h, which is equivalent to StaticPrefs.h,
and is used in `Codegen.py` because doing something smarter is tricky and
suitable for a follow-up. As a result, any change to StaticPrefList.yaml will
still trigger recompilation of all the generated DOM bindings files, but that's
still a big improvement over trigger recompilation of every file that uses
static prefs.
Most of the changes in this commit are very boring. The only changes that are
not boring are modules/libpref/*, Codegen.py, and ServoBindings.toml.
Differential Revision: https://phabricator.services.mozilla.com/D39138
--HG--
extra : moz-landing-system : lando
2019-07-26 01:10:23 +00:00
Jared Wein
329127d3a8
Bug 1567230 - Require master password auth before copying or revealing passwords in about:logins. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D38587
--HG--
extra : moz-landing-system : lando
2019-07-25 23:02:46 +00:00
Jared Wein
efdcdd4387
Bug 1567230 - Move copying of login detail to AboutLoginsChild.jsm to workaround limitations in the Clipboard API. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D39131
--HG--
extra : moz-landing-system : lando
2019-07-25 23:21:14 +00:00