Bug 31594

Summary: bugzilla.py should have an Attachment object instead of passing around dictionaries
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch abarth: review+, abarth: commit-queue-

Description Eric Seidel (no email) 2009-11-17 11:53:15 PST
bugzilla.py should have an Attachment object instead of passing around dictionaries

patch/attachment dictionaries were a great way to get started, but now we really should encapsulate more of the patch/attachment logic into a single class.
Comment 1 Eric Seidel (no email) 2010-01-12 03:22:39 PST
Created attachment 46358 [details]
Patch
Comment 2 Adam Barth 2010-01-12 03:51:24 PST
Comment on attachment 46358 [details]
Patch

Ok!!!  Please address the verbal comments.  I'm ready for a big explosion.
Comment 3 Eric Seidel (no email) 2010-01-12 04:04:10 PST
Committed r53133: <http://trac.webkit.org/changeset/53133>