Bug 39111 - FrameLoader: refactor so the FrameLoadRequest class is no longer necessary
Summary: FrameLoader: refactor so the FrameLoadRequest class is no longer necessary
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Chris Jerdonek
URL:
Keywords:
Depends on: 39112
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-14 02:23 PDT by Chris Jerdonek
Modified: 2011-06-14 09:47 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Jerdonek 2010-05-14 02:23:33 PDT
It doesn't seem like this class is buying us anything.  Getting rid of it will help to unobscure some of the similarities of FrameLoader's various load...() methods.  This should help somewhat in refactoring FrameLoader.