[Webkit-unassigned] [Bug 75825] webkit-patch land should automatically add svn:mime-type for .png files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 08:19:37 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=75825





--- Comment #24 from Csaba Osztrogonac <ossy at webkit.org>  2012-05-14 08:18:41 PST ---
(In reply to comment #23)
> (From update of attachment 141181 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=141181&action=review
> 
> > Tools/Scripts/webkitpy/tool/steps/addsvnmimetypeforpng.py:68
> > +                    if filename.endswith('.png') and detector.exists(filename) and detector.propget('svn:mime-type', filename) == "":
> 
> detector -> self._detector
> 
> > Tools/Scripts/webkitpy/tool/steps/addsvnmimetypeforpng.py:70
> > +                        detector.propset('svn:mime-type', 'image/png', filename)
> 
> detector -> self._detector

It seems this codepath isn't (unit)tested well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list