gecko-dev/gfx
Andrew Osmond 0d598af0f9 Bug 1493590 - Fix crash in GPUVideoImage::GetData. r=mattwoodrow
The texture client bound in a GPUVideoImage can be destroyed underneath
it if the GPU process crashed and was restarted. This is because the
ImageBridgeChild singleton will destroy any textures bound to it before
reinitializing itself. If there is a race to access a now stale
GPUVideoImage object, we could accidently dereference the underlying
TextureData which is now null in the TextureClient which was kept alive
in the GPUVideoImage object. Now we check to make sure the TextureData
is still there before accessing.
2018-09-24 17:11:00 -04:00
..
2d Bug 1492660 - Deal with negative turbulence tile offsets when base frequency is zero r=mstange 2018-09-20 03:18:58 +00:00
angle Bug 1489279 - Update ANGLE to mozilla/angle/firefox-64, chromium/3538. - r=upstream 2018-09-19 15:38:57 -07:00
cairo Bug 1478084 - make cairo_font_face_set_user_data thread-safe. r=jrmuizel 2018-07-26 15:23:25 -04:00
config Bug 1479640: Restructure cleartype parameter code to run less frequently and only in the parent process. r=jrmuizel 2018-09-13 18:59:27 +00:00
docs Bug 1491428 - Add documentation for OMTP. r=mattwoodrow DONTBUILD 2018-09-14 14:51:28 -05:00
gl Bug 1489664 - Re-enable clang-cl warnings-as-errors in gfx/gl/ 2018-09-07 21:12:02 +09:00
graphite2 Bug 1483566 - Update Graphite2 to version 1.3.12. r=jfkthame 2018-08-21 13:58:42 +00:00
harfbuzz Bug 1490062 - Update HarfBuzz to version 1.9.0. r=jfkthame 2018-09-13 20:22:57 -04:00
ipc Bug 1417699 - Remove PrimitiveType enum r=mstange 2018-09-19 17:18:44 +00:00
layers Bug 1493590 - Fix crash in GPUVideoImage::GetData. r=mattwoodrow 2018-09-24 17:11:00 -04:00
ots Bug 1478153 - Update OTS to version 7.1.7. r=jfkthame 2018-07-24 16:09:00 -04:00
qcms Bug 1484556: add Qcms fuzzer seed profiles. r=decoder 2018-08-24 04:31:37 +00:00
sfntly
skia Bug 1489632 - mark Skia bitmap layer as immutable before popping it. r=rhunt 2018-09-19 15:31:09 -04:00
src Bug 1493418 - nsThebesFontEnumerator needs to convert font names from UTF-8 (not Latin-1) to UTF-16. r=lsalzman 2018-09-22 23:29:22 +01:00
tests Bug 1470440: Add a crashtest. r=me 2018-09-21 15:29:49 +02:00
thebes Bug 1493220 - Migrate mozIOSPreferences to use Array<> interface. r=jfkthame 2018-09-22 07:49:05 +00:00
vr Bug 1489462 - Avoid writing past the logical length of a string in Oculus library loader. r=kip 2018-09-08 17:23:25 +00:00
webrender Bug 1493473. Update webrender to 4e7d0ed1b08f5402a6971230864a7e497b2453ec 2018-09-22 23:11:30 -04:00
webrender_api Bug 1493268. Update webrender to commit 3f6016fbb6fb93b2f1fc7046bce186555ca836f3 2018-09-22 21:18:41 -04:00
webrender_bindings Bug 1477819 - Expose Transaction::Notify in WebRender's C++ wrapper. r=jrmuizel 2018-09-24 17:53:36 +02:00
wrench Bug 1493268. Update webrender to commit 3f6016fbb6fb93b2f1fc7046bce186555ca836f3 2018-09-22 21:18:41 -04:00
ycbcr Bug 1478269 - Fix the outputs and clobbers of inline assembly blocks in yuv_row_posix.cpp. r=jrmuizel 2018-08-29 14:00:26 +09:00
moz.build