[Webkit-unassigned] [Bug 66082] Assertion fails in Chrome print preview after webkit revision 92813 (chromium revision 96355)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 14:53:20 PDT 2011


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





--- Comment #5 from John Abd-El-Malek <jam at chromium.org>  2011-08-11 14:53:20 PST ---
looks like this is a chromium bug, so I'll close this bug. The problem is that print preview creates a temporary plugin and that's closed very quickly. This exposed a bug in ppb_scrollbar_impl.cc, since it keeps a reference to itself as it posts a task to invalidate. That might make the scrollbar be deleted after the plugin, which breaks the contract for WebScrollbarImpl. I'll fix the scrollbar pepper code.

As discussed with dpapad, it's probably better if print preview doesn't spawn a temp plugin to discover the existence of the pepper plugin, since that's slow.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list