Summary: | Very large images crash in action menu code | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Beth Dakin <bdakin> | ||||
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bdakin, conrad_shultz, thorton | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Beth Dakin
2014-10-24 15:18:20 PDT
Created attachment 240440 [details]
Patch
Comment on attachment 240440 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240440&action=review > Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:186 > + RefPtr<ShareableBitmap> bitmap = _hitTestResult.image; could do this check in _defaultMenuItems instead so we can do smart fallback there and not worry about these things here. |