[Webkit-unassigned] [Bug 110080] [EFL][WK2] EWK2UnitTestBase.ewk_view_scale is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 17 23:39:33 PST 2013


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





--- Comment #1 from Christophe Dumez <dchris at gmail.com>  2013-02-17 23:41:53 PST ---
It looks like this may be a race condition:
1. WebPageProxy::scalePage() is called with 1.5
2. This sends a message to the WebProcess but does not update m_pageScaleFactor
3. The test calls WebPageProxy::pageScaleFactor() which returns outdated m_pageScaleFactor
4. WebPageProxy::pageScaleFactorDidChange() is called and updates m_pageScaleFactor (but too late)

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