RESOLVED FIXED 31541
Implement PatchCollection
https://bugs.webkit.org/show_bug.cgi?id=31541
Summary Implement PatchCollection
Adam Barth
Reported 2009-11-16 03:34:13 PST
To abstract the work of holding the collection of patches from the queues.
Attachments
Patch (6.59 KB, patch)
2009-11-16 03:35 PST, Adam Barth
eric: review+
Adam Barth
Comment 1 2009-11-16 03:35:42 PST
Eric Seidel (no email)
Comment 2 2009-11-16 03:41:33 PST
Comment on attachment 43287 [details] Patch def __len__(self): return len(self._patches) instead of size() And the test needs more comments. I trust you to make those edits.
Adam Barth
Comment 3 2009-11-16 03:48:11 PST
Note You need to log in before you can comment on or make changes to this bug.