Bug 31541

Summary: Implement PatchCollection
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch eric: review+

Description Adam Barth 2009-11-16 03:34:13 PST
To abstract the work of holding the collection of patches from the queues.
Comment 1 Adam Barth 2009-11-16 03:35:42 PST
Created attachment 43287 [details]
Patch
Comment 2 Eric Seidel (no email) 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.
Comment 3 Adam Barth 2009-11-16 03:48:11 PST
Committed r51026: <http://trac.webkit.org/changeset/51026>