Kartikaya Gupta
778cca9d62
Bug 1524418 - Avoid crashing content process with giant drawtarget. r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D21230
--HG--
extra : moz-landing-system : lando
2019-02-27 17:34:23 +00:00
Andrew Osmond
dbc1b3ebee
Bug 1494062 - Part 1. Add new crashtest reproducing the blob image wraplist clipping crash. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D16879
2019-01-18 07:59:56 -05:00
Gurzau Raul
90dd635403
Backed out 2 changesets (bug 1494062) for failing at /tests/gfx/tests/crashtests/1494062.html on a CLOSED TREE
...
Backed out changeset 50f859a24037 (bug 1494062)
Backed out changeset 23b890a3fc78 (bug 1494062)
2019-01-17 23:07:36 +02:00
Andrew Osmond
de4ccf09a5
Bug 1494062 - Part 1. Add new crashtest reproducing the blob image wraplist clipping crash. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D16879
2019-01-17 14:29:41 -05:00
Dzmitry Malyshau
75e5c0c1d0
Bug 1505934 - WR: Don't establish a raster root in pictures with sufficiently large local bounds (take 2) r=jrmuizel
...
re-open of D16335, which got backed out due to Wrench test failing.
The test was failing because of different AA on a plane-splitting case, which isn't guaranteed anyway.
This revision updates the test.
Differential Revision: https://phabricator.services.mozilla.com/D16560
--HG--
extra : moz-landing-system : lando
2019-01-15 15:23:28 +00:00
Narcis Beleuzu
0e42fd473e
Backed out changeset 58ebeaf27cf6 (bug 1505934) for wrench bustages. CLOSED TREE
2019-01-14 21:57:30 +02:00
Dzmitry Malyshau
afdaf603bf
Bug 1505934 - WR: Don't establish a raster root in pictures with sufficiently large local bounds r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D16335
--HG--
extra : moz-landing-system : lando
2019-01-14 19:29:53 +00:00
Razvan Maries
665c57df8d
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2019-01-09 05:55:28 +02:00
Kartikaya Gupta
271033048d
Bug 1513133 - Guard against creating an excessively large drawtarget. r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D15254
--HG--
extra : moz-landing-system : lando
2019-01-09 01:41:47 +00:00
Jeff Muizelaar
fbf8ff4b88
Bug 1513017. Add crash test.
2019-01-08 18:39:26 -05:00
Kartikaya Gupta
f25b1be3f5
Bug 1509123 - Add crashtest. r=kvark
...
Differential Revision: https://phabricator.services.mozilla.com/D15461
--HG--
extra : moz-landing-system : lando
2018-12-28 16:09:58 +00:00
Kartikaya Gupta
09dccca832
Bug 1496194
- Ensure the inner sticky rect stays inside the outer sticky rect. r=botond
...
Depends on D15136
Differential Revision: https://phabricator.services.mozilla.com/D15137
--HG--
extra : moz-landing-system : lando
2018-12-21 22:37:28 +00:00
Boris Chiou
c35f47093e
Bug 1322780 - Part 2: Support unprefixed min-content and max-content. r=mats,emilio
...
Support unprefixed min-content and max-content and treat the prefixed
version as aliases for
1. width, min-width, max-width if inline-axis is horizontal, and
2. height, min-height, max-height if inline-axis is vertical, and
3. inline-size, min-inline-size, max-inline-size, and
4. flex-basis.
Besides, update the test cases to use unprefixed max-content and
min-content.
Depends on D7535
Differential Revision: https://phabricator.services.mozilla.com/D7536
--HG--
extra : moz-landing-system : lando
2018-12-18 18:47:37 +00:00
Bobby Holley
53a7fef91f
Bug 1509099 - Crashtest. r=me
2018-12-13 13:57:39 -08:00
Kartikaya Gupta
573d3aec36
Bug 1508822 - Guard against trying to create an oversized DrawTargetRecording with WebRender. r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D12950
--HG--
extra : moz-landing-system : lando
2018-11-26 18:14:59 +00:00
Kartikaya Gupta
bc812d01bd
Bug 1508811 - Guard against trying to create an oversized DrawTargetRecording with WebRender. r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D12677
--HG--
extra : moz-landing-system : lando
2018-11-23 16:43:48 +00:00
Lee Salzman
7db9336472
Bug 1505426 - initialize SkMaskFilter flattenables. r=rhunt
2018-11-20 15:19:33 -05:00
Ciure Andrei
d4102b2e26
Backed out changeset 01aa0dc6d098 (bug 1505426) for skia bustages CLOSED TREE
2018-11-20 07:03:08 +02:00
Lee Salzman
95c55ba47c
Bug 1505426 - initialize SkMaskFilter flattenables. r=rhunt
2018-11-19 23:00:51 -05:00
Kartikaya Gupta
17eea57296
Bug 1466613 - Robustify DrawTargetRecording codepaths that create new drawtargets. r=mstange
...
Badly-behaved consumers of DrawTargetRecording can trigger recording of
draw calls that will fail to allocate required draw targets when the
recording is replayed. This patch tries to guard against this by
detecting these situations at record-time rather than crashing at
replay-time. When such a situation is detected, it will crash (for
content processes, to catch such scenarios) or gracefully fail (for
other processes).
Differential Revision: https://phabricator.services.mozilla.com/D11527
--HG--
extra : moz-landing-system : lando
2018-11-13 10:39:02 +00:00
Lee Salzman
0be53a4c8c
Bug 1490704 - check rect size in RectIsInt32Safe. r=mattwoodrow
2018-11-12 17:09:12 -05:00
Lee Salzman
8bd7519985
Bug 1503986 - register Skia flattenables. r=rhunt
2018-11-02 14:34:07 -04:00
Bobby Holley
a60f34a042
Bug 1501518 - Crashtest. r=kvark
2018-10-24 11:09:02 -07:00
Emilio Cobos Álvarez
f7c1f3b135
Bug 1470440: Add a crashtest. r=me
2018-09-21 15:29:49 +02:00
Emilio Cobos Álvarez
e39bf77494
Bug 1492567 - Back out bug 1481866. r=dbaron
...
Summary:
The behavior the WG proposed is way more subtle than what that bug implements,
including:
* Implementing two logical overflow longhands.
* Expanding the overflow shorthand to different longhands depending on the
syntax of that.
Meanwhile, Blink hasn't done the swap and will ship the same behavior that we
shipped in Firefox 61 (bug 1453148), that is, overflow-x, then overflow-y.
So I think lacking a clear way forward we should revert this change and preserve
our shipped behavior.
Reviewers: dbaron!
Tags: #secure-revision
Bug #: 1492567
Differential Revision: https://phabricator.services.mozilla.com/D6317
2018-09-20 01:27:55 +02:00
L. David Baron
09f62c0e05
Bug 1481866: Swap order of values in 'overflow' shorthand property. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D3069
--HG--
extra : moz-landing-system : lando
2018-08-10 02:20:53 +00:00
Xidorn Quan
346661e6fd
Bug 1481125 - Put overflow: -moz-scrollbar-* behind pref. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D2845
--HG--
extra : moz-landing-system : lando
2018-08-07 13:57:45 +00:00
Kartikaya Gupta
43a729e246
Bug 1478035 - Add crashtest. r=mstange
...
MozReview-Commit-ID: Fopmx8cJtc7
--HG--
extra : rebase_source : b9f9b8e10fc95845fd6f2d6d413106b17e97efee
2018-07-24 15:46:28 -04:00
Kartikaya Gupta
e16af06073
Bug 1468020 - Add crashtest. r=mstange
...
MozReview-Commit-ID: KeWy2KHPSjl
--HG--
extra : rebase_source : d077abc9c926feaa13808d624b15024729560e6a
2018-07-24 16:38:25 -04:00
Bogdan Tara
1cd7dec7b6
Backed out 4 changesets (bug 1468020) for crashtest failures on gfx/tests/crashtests/1468020.html CLOSED TREE
...
Backed out changeset 262d541a474f (bug 1468020)
Backed out changeset 621ab5087373 (bug 1468020)
Backed out changeset 866492bf5ccf (bug 1468020)
Backed out changeset eb6a2ae68d09 (bug 1468020)
2018-07-24 22:57:02 +03:00
Kartikaya Gupta
76a7f3cba7
Bug 1468020 - Add crashtest. r=mstange
...
MozReview-Commit-ID: KeWy2KHPSjl
--HG--
extra : rebase_source : d22c55d1d0fa17bf722f4540ab7fb3243a3001af
2018-07-24 14:21:09 -04:00
Nicolas Silva
69b2908737
Bug 1474940 - Add a crashtest for very large blurred rects. r=Bas
...
--HG--
extra : source : 16e2aaf4043cc315126c18fbb9fc14a1bb130276
2018-07-13 11:36:47 +02:00
Cosmin Sabou
fe3851b801
Backed out changeset 16e2aaf4043c (bug 1474940) for causing crashes on crashtests/1393272.webm
2018-07-13 14:13:05 +03:00
Nicolas Silva
4a4d59570c
Bug 1474940 - Add a crashtest for very large blurred rects. r=Bas
2018-07-13 11:36:47 +02:00
Lee Salzman
23c3cc8f6b
Bug 1467847 - avoid taking inverse in Polygon::TransformToScreenSpace when possible. r=miko
2018-07-09 15:52:42 -04:00
Kartikaya Gupta
28cb539e2f
Bug 1435896 - Re-enable crashtest that is now passing. r=Gankro
...
MozReview-Commit-ID: Bm9vGaAjHxn
--HG--
extra : rebase_source : 1eab51ef487868ec067f5e5a49e45d39a62d8caa
2018-06-17 22:56:41 -04:00
Alexis Beingessner
8acb1d6f40
Bug 1362115 - turn on blob-images by default with webrender. r=kats
...
MozReview-Commit-ID: GH4Ukj01rJ5
--HG--
extra : rebase_source : 96b48cc87d31ee75b069d08f72fec259d87b957f
2018-02-01 14:00:26 -05:00
Jesse Ruderman
631ee424d6
Bug 1008983 - Add crashtest.
2017-12-05 11:02:59 -05:00
Jesse Ruderman
5ab33645bd
Bug 987013 - Add crashtest.
2017-12-05 11:02:59 -05:00
Jesse Ruderman
d27950e930
Bug 934729 - Add crashtest.
2017-12-05 11:02:59 -05:00
Jesse Ruderman
a04baea7a6
Bug 812826 - Add crashtest.
2017-12-05 11:02:58 -05:00
Jesse Ruderman
d8977a82a8
Bug 951893 - Add crashtest. r=me
2017-11-08 08:47:09 -05:00
Jesse Ruderman
17aa62fedf
Bug 766422 - Add crashtests. r=me
2017-11-08 08:47:09 -05:00
Jesse Ruderman
85a0a23d40
Bug 1248222 - Add crashtest. r=me
2017-10-25 21:03:17 -04:00
Jesse Ruderman
ae2294df40
Bug 1242822 - Add crashtest. r=me
2017-10-25 21:03:17 -04:00
Jesse Ruderman
7dfed796b9
Bug 1242811 - Add crashtest. r=me
2017-10-25 21:03:16 -04:00
Jesse Ruderman
e524f59c09
Bug 1229972 - Add crashtest. r=me
2017-10-25 21:03:16 -04:00
Jesse Ruderman
1c94b2275e
Bug 1228127 - Add crashtest. r=me
2017-10-25 21:03:16 -04:00
Jesse Ruderman
b304b15bff
Bug 895233 - Add crashtest. r=me
2017-10-25 21:03:16 -04:00
Jesse Ruderman
0895ae5e71
Bug 747302 - Add crashtest. r=me
2017-10-25 21:03:16 -04:00