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+

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.