[Webkit-unassigned] [Bug 153404] REGRESSION(r188659): Non main frame scrollable areas don't work for pages restored from the page cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 09:48:51 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153404

--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 271347
  --> https://bugs.webkit.org/attachment.cgi?id=271347&action=review
Different WIP approach

So, according to bug #148182 crashes happen when restoring from page cache because of pointers to ScrollableAreas that has already been removed. So, I think the actual bug is that those ScrollableAreas haven't been unregistered themselves when they were destroyed. RenderListBox and RenderLayer already do that, so I think the bug is in Mac PDFPlugin, and maybe in FrameView. This patch could also fix the crash without having to clear/restore scrollable areas when entering/restoring from the page cache. What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160215/11d6d09f/attachment-0001.html>


More information about the webkit-unassigned mailing list