Bug 7208 - factor WebArchive creation code out of other classes into new WebArchiver
Summary: factor WebArchive creation code out of other classes into new WebArchiver
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-11 23:15 PST by Maciej Stachowiak
Modified: 2006-02-13 01:09 PST (History)
1 user (show)

See Also:


Attachments
patch that factors out WebArchiver (18.78 KB, patch)
2006-02-11 23:17 PST, Maciej Stachowiak
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2006-02-11 23:15:33 PST
To make it easier to move code around, the code for creating WebArchives should be factored into a separate class instead of being interlaced through sevaral classes.
Comment 1 Maciej Stachowiak 2006-02-11 23:17:04 PST
Created attachment 6425 [details]
patch that factors out WebArchiver
Comment 2 Dave Hyatt 2006-02-11 23:18:26 PST
Comment on attachment 6425 [details]
patch that factors out WebArchiver

r=me