Dactyloidae/gfx
Moonchild 3bb1c962eb Issue #3039 - Don't try to pass a dash array of > 16 elements to ExtCreatePen.
According to MSDN documentation, the count of the style array passed to
ExtCreatePen is limited to 16. When we call ExtCreatePen with cStyle=17 or more,
it simply returns an error and the cairo surface used for printing is getting
into an error state, after which nothing further gets printed.
Instead of erroring out, this code change returns an unsupported status so that
cairo will provide fallback handling for it.
2022-03-22 22:54:05 +08:00
..
2d Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx 2021-05-05 10:27:35 +08:00
angle [ANGLE] Cherry-pick upstream fix 2021-07-15 09:26:24 +08:00
cairo Issue #3039 - Don't try to pass a dash array of > 16 elements to ExtCreatePen. 2022-03-22 22:54:05 +08:00
config Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
doc import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
docs import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gl Issue #1751 -- Remove cocoa and uikit gfx and hal support code 2021-05-14 00:21:09 +08:00
graphite2 Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
harfbuzz Issue #1053 - Remove __ANDROID__ defines (except in third party code) 2021-03-25 09:04:29 +08:00
ipc Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
layers Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa' 2021-06-24 11:09:47 +08:00
ots [OTS] Backport some upstream OTS commits. 2021-02-25 09:27:02 +08:00
qcms Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
skia Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa' 2021-06-24 11:09:47 +08:00
src Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx 2021-05-05 10:27:35 +08:00
tests Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
thebes Issue #3039 - Increase the MAX_FONT_SIZE limit applied in cairo_ft_font to match the gfxFont size limit. 2022-03-22 22:52:59 +08:00
ycbcr Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx 2021-05-05 10:27:35 +08:00
moz.build Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00