[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Created attachment 497346 rendering artifacts, m-c, zoom level 0 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Comment on attachment 497112 Use EXTEND_PAD on X Tested on my current Linux box: X server vendor release code 10707000, Nouveau driver 0.0.16, NV94 video chipset. The test case in attachment 351955 shows display artifacts: * with an unmodi

[Desktop-packages] [Bug 263661] Re: Black Line appears next to gif and png images

2014-02-21 Thread Bug Watch Updater
** Changed in: firefox Status: Unknown => Fix Released ** Changed in: firefox Importance: Unknown => Medium ** Bug watch added: Mozilla Bugzilla #422179 https://bugzilla.mozilla.org/show_bug.cgi?id=422179 ** Bug watch added: freedesktop.org Bugzilla #32855 https://bugs.freedeskto

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Regret to report that I still have display artifacts with the much newer Nouveau driver that just hit Debian experimental: X.Org X Server 1.9.2.902 (1.9.3 RC 2) Release Date: 2010-12-03 Current Operating System: Linux moxana 2.6.37-rc7-amd64 NOUVEAU driver Date: Tue Nov 30 15:27:36 2010 +1000 -

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Kbrosnan-mozilla
*** Bug 648234 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Karlt
Created attachment 532740 use RepeatPad on newer X servers even when downscaling This was based on Joe's attachment 497112, but restores the use of aDefaultFilter when we use EXTEND_PAD and adds aDefaultFilter for downscale with default extend. There is also some code simplification. We now requ

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Hskupin
Verified fixed with with Fennec 7.0a1 (20110620) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in The Mozilla Fire

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Mh+mozilla
Using cairo 1.10.0 and pixmap 0.21.2, everything is displayed gracefully on 4.0b8 built against system cairo, on intel display. (iceweasel from http://mozilla.debian.net/packages/, and cairo and pixmap from current debian experimental, for those who care). Nouveau drivers are likely to be the culp

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Replacing the entire body of PreparePatternForUntiledDrawing with { aPattern->SetExtend(gfxPattern::EXTEND_NONE); aPattern->SetFilter(gfxPattern::FILTER_FAST); } reproduces the 3.6 behavior. Replacing it with { aPattern->SetExtend(gfxPattern::EXTEND_PAD); aPattern->SetFilter(gfx

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Get joedrew's patch landed? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in The Mozilla Firefox Browser: Fix Re

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Mardeg-5
*** Bug 490799 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Created attachment 499238 alternative patch: unconditional EXTEND_PAD This is what I think should be done. Yeah, it means we're at the mercy of the video drivers on X11, but that gives us more leverage to kick the X people and the distros, and I don't like working around problems when we can fix

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Karlt
(In reply to comment #51) > Tested on my current > Linux box: X server vendor release code 10707000, Nouveau driver 0.0.16, NV94 > video chipset. What pixman version was being used by the server here? (The patch produces the correct results

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Joe-drew
Comment on attachment 499238 alternative patch: unconditional EXTEND_PAD I can't see myself being OK with this any time soon - there are too many people with old-enough X that unconditional EXTEND_PAD will hurt. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Mardeg-5
*** Bug 497813 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Your system is nigh-identical to mine but for the video drivers, so yeah, that sounds pretty convincing. I am testing some random trunk revision from last week + the patches, though. Who would I have to blackmail to get more recent Nouveau drivers into experimental? -- You received this bug not

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Joe-drew
Comment on attachment 532740 use RepeatPad on newer X servers even when downscaling Review of attachment 532740: - ::: gfx/thebes/gfxDrawable.cpp @@ +78,5 @@ > +case gfxASurface::SurfaceTypeQuartz: > +case gfxASurface

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Roc-ocallahan
What else needs to be done here? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in The Mozilla Firefox Browser: F

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Fry-kun
P.S. tested using Aurora (7.0a2) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in The Mozilla Firefox Browser: F

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Karlt
Comment on attachment 497112 Use EXTEND_PAD on X >-if (fastExtendPad) { >-aPattern->SetExtend(gfxPattern::EXTEND_PAD); >-aPattern->SetFilter(aDefaultFilter); >-} else >-#endif >-aPattern->SetFilter(gfxPatte

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Created attachment 497347 rendering artifacts, m-c, zoom level 1 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
(In reply to comment #63) > I can't see myself being OK with this any time soon - there are too many > people > with old-enough X that unconditional EXTEND_PAD will hurt. In that case, and looking at the reports in comment 55 and comment 58, maybe we should go ahead with your patch. We certainly

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Karlt
Comment on attachment 497112 Use EXTEND_PAD on X Is there a reason for ignoring aDefaultFilter? (Comment 65) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Joe-drew
Comment on attachment 497112 Use EXTEND_PAD on X It needs review first, and maybe some rebasing. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Ooo-saturn7
This bug is still alive. I opened a new bug https://bugzilla.mozilla.org/show_bug.cgi?id=975358 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Karlt
http://hg.mozilla.org/mozilla-central/rev/9be577cafd7e http://hg.mozilla.org/mozilla-central/rev/57aeb0525615 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line a

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Xorg.0.log says: # Build Date: 02 December 2010 01:10:32AM # xorg-server 2:1.7.7-10 # Current version of pixman: 0.16.4 ... which is pretty egregiously old, innit. Stay tuned. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox i

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
This bug is pretty long in the tooth, and by all accounts did fix the problem with , so please file a new bug and mark it dependent on this one. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Fry-kun
Not fixed when using canvas..drawImage Example usage: http://demos.hacks.mozilla.org/openweb/HWACCEL/ Note: demo appears correct but runs slowly because it falls back to software rendering. I've verified with debug tracing that REPEAT_NONE is still used for that test case. According to https://b

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Mardeg-5
*** Bug 513651 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread jasonq
*** Bug 572464 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Roc-ocallahan
Joe, is it ready to land? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in The Mozilla Firefox Browser: Fix Rele

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
I upgraded the shared pixman and cairo libraries on this computer to 0.21.2 and 1.10.0 respectively. Xorg.0.log indicates pixman 0.21 is in use. Same bad behavior with (or without) joedrew's patches. The nouveau drivers are the next obvious culprit. They haven't been updated by this distro sinc

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Mh+mozilla
(In reply to comment #59) > Who would I have to blackmail to get more recent Nouveau drivers into > experimental? You can try debia...@lists.debian.org directly, or file a wishlist bug against xserver-xorg-video-nouveau. -- You received this bug notification because you are a member of Desktop P

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Joe-drew
Bug 422179 uses EXTEND_PAD if EXTEND_PAD is fast and good - but only for upscales. I suspect we should use EXTEND_PAD for downscales too, which will fix this bug once and for all. I have a patch which I think will do this. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
Comments 1-15 and the various test cases and mailing list threads linked therein reflect everything that I know about this bug. Joe Drew said he had a plan, though. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Barry de Graaff
Does anyone know someone who is able to fix this problem? Zack maybe you can put some text together to help a developer getting started on this. Zack can you specify why you cannot fix this issue, if it is resources maybe we can ask Ubuntu to step in. Otherwise if nobody here now's someone able to

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Zack Weinberg
I am not realistically going to fix this anytime soon. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in The Mozill

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Barry de Graaff
OK thanks Joe. I is nice to hear that it is fixed for Firefox 4. I will keep monitoring this till than. If there is anything else I can do let me know. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launch

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Barry de Graaff
Thanks for your fast reply Zack, I will wait for Joe to say something. In the mean time I will set up a machine to compile firefox on- to see if the patches still work. Is there anyone at Mozilla reading who can say something on this issue?? -- You received this bug notification because you are

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Mozaakash
*** Bug 586241 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Karlt
FWIW, attachment 351955 shows the background instead of black when using operator-over instead of overriding with operator-source here: http://hg.mozilla.org/mozilla- central/annotate/0df95f3a6de6/modules/libpr0n/src/imgFrame.cpp#l631 That may often be a little better though still not right, and

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Joe-drew
Yes, we're listening. This blocks 1.9.3 final, which means it'll be fixed for Firefox 4 final. A plan Jeff and I sketched out involves (IIRC): - Turning on EXTEND_PAD unconditionally, and - using and/or extending the Cairo X version checking code to sniff for the versions of X that EXTEND_PAD s

[Desktop-packages] [Bug 263661]

2014-02-21 Thread duckien
I believe EXTEND_PAD is enable for upscaled image in: https://bugzilla.mozilla.org/show_bug.cgi?id=422179 However, I'm not sure about downscaled image. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launc

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Joe-drew
Created attachment 497112 Use EXTEND_PAD on X This patch is built on my patch in bug 566283, but the merge is pretty trivial. Zack, can you take a look and see if this works? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ub

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Mark-finkle
*** Bug 567836 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread Nickolay Ponomarev
*** Bug 537226 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661]

2014-02-21 Thread 21-vingtetun
*** Bug 559871 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/263661 Title: Black Line appears next to gif and png images Status in Th

[Desktop-packages] [Bug 263661] Re: Black Line appears next to gif and png images

2012-11-03 Thread Mechanical snail
Seems to have been fixed. Mozilla bug says VERIFIED FIXED, and I no longer see the problem in Firefox 16. ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=468496 Importance: Unknown Status: Unknown ** Changed in: firefox (Ubuntu) Status: Confirmed => F