3 Reviewed by NOBODY (OOPS!).
4
5 Clean up of the filesystem-related modules used in webkitpy.
6 I've added relpath() to the filesystem interface, modified
7 ospath.relpath() so that it could work with the filesystem
8 interface, and modified the fileset* routines to use the
9 filesystem interface consistently.
10
11 This patch also adds a close() routine to the fileset routines
12 to indicate that the caller is done with the fileset. This
13 allows zipfileset to clean up after itself when it creates
14 tempfiles to store downloads.
15
16 * Scripts/webkitpy/common/system/directoryfileset.py:
17 * Scripts/webkitpy/common/system/fileset.py:
18 * Scripts/webkitpy/common/system/filesystem.py:
19 * Scripts/webkitpy/common/system/filesystem_mock.py:
20 * Scripts/webkitpy/common/system/ospath.py:
21 * Scripts/webkitpy/common/system/zipfileset.py:
22 * Scripts/webkitpy/common/system/zipfileset_unittest.py:
23
242011-01-27 Dirk Pranke <dpranke@chromium.org>
25