[Webkit-unassigned] [Bug 96531] [Qt][WK2] REGRESSION(r128245): It made zillion API tests fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 04:12:41 PDT 2012


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





--- Comment #3 from Andras Becsi <abecsi at webkit.org>  2012-09-13 04:13:07 PST ---
The issue seems to be that WebPage::updatePreferences is called in the WebPage constructor (in WebPage.cpp:310) before the drawing area is created (in WebPage.cpp:318), therefore after r128245 settings->setForceCompositingMode is never called since m_drawingArea is not yet initialized when WebPage::updatePreferences would call m_drawingArea->updatePreferences(store).

-- 
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