Bug 31541 - Implement PatchCollection
Summary: Implement PatchCollection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 03:34 PST by Adam Barth
Modified: 2009-11-16 03:48 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.59 KB, patch)
2009-11-16 03:35 PST, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>