[Webkit-unassigned] [Bug 50901] Add remote zip file handling to webkitpy.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 14:17:51 PST 2011


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





--- Comment #13 from James Kozianski <koz at chromium.org>  2011-01-06 14:17:51 PST ---
(In reply to comment #6)
> (From update of attachment 77865 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=77865&action=review
> 
> > Tools/Scripts/webkitpy/common/system/filesystem_mock.py:116
> > +    def files_under(self, path):
> > +        results = []
> > +        for file in self.files:
> > +            if file.startswith(path):
> > +                results.append(file)
> > +        return results
> 
> This is  just [file for file in self.files if file.startswith(path)]

Done.

-- 
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