[Webkit-unassigned] [Bug 77943] REGRESSION (r106899): broke multiple tests on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 04:00:34 PST 2012


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


Zalan Bujtas <zbujtas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zbujtas at gmail.com




--- Comment #1 from Zalan Bujtas <zbujtas at gmail.com>  2012-02-07 04:00:34 PST ---
We might need to move updateViewportArguments() call from setInPageCache() to some other function. When setInPageCache(false) is called, both the document and the view are still detached from the mainframe. Update should probably be dispatched, when the page has finished being restored and not while it is in transition. It would ensure, that calls like gtk has (webView->priv->corePage->mainFrame()->document()->viewportArguments();) will refer to the same document instance.

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