Bug 136047 - The Page created for SVG images has lots of unused junk in it
Summary: The Page created for SVG images has lots of unused junk in it
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-18 13:34 PDT by Simon Fraser (smfr)
Modified: 2014-08-18 23:04 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-08-18 13:34:42 PDT
SVGImage::dataChanged() creates a Page with non-null PageClients. The Page constructor then makes all of these things which are inappropriate for an SVGImage:

DragCaretController
DragController
FocusController
ContextMenuController
UserInputBridge
InspectorController
PointerLockController
BackForwardController?