Bug 138889 - Clean up FrameSnapshotting and various users of it
Summary: Clean up FrameSnapshotting and various users of it
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-19 15:16 PST by Tim Horton
Modified: 2014-11-19 15:16 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-11-19 15:16:04 PST
FrameSnapshotting (and especially WebKit2 users of it) is a big mess, with lots of subtly different functions and a wide range of options. We should clean it up in a way that allows deduplication of code (especially surrounding calls into FrameSnapshotting functions) and allows adjustment of options without the FrameSnapshotting functions overriding them down the line.