Bug 30039 - Factor FrameWriter out of FrameLoader
Summary: Factor FrameWriter out of FrameLoader
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 29947
  Show dependency treegraph
 
Reported: 2009-10-03 01:05 PDT by Adam Barth
Modified: 2009-10-14 23:09 PDT (History)
0 users

See Also:


Attachments
work in progress (does not build) (9.40 KB, patch)
2009-10-03 01:05 PDT, Adam Barth
no flags 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-10-03 01:05:12 PDT
FrameWriter is in charge of the begin / write / end cycle for documents.  Essentially, it's the backend for the FrameLoader.
Comment 1 Adam Barth 2009-10-03 01:05:47 PDT
Created attachment 40568 [details]
work in progress (does not build)
Comment 2 Adam Barth 2009-10-14 23:09:07 PDT
I no longer think this is the thing to do.