Bug 136047
| Summary: | The Page created for SVG images has lots of unused junk in it | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, joepeck, krit, simon.fraser, thorton, zimmermann |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |