[Webkit-unassigned] [Bug 129147] Fix crash in Youtube site when loading is finished.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 18:32:52 PST 2014


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





--- Comment #7 from Joonghun Park <jh718.park at samsung.com>  2014-02-24 18:29:59 PST ---
As far as I know, currently Only EFL browser uses fixed layout, and other browser is not.
So when using fixed layout, in WebChromeClient::dispatchViewportPropertiesDidChange()  
the code flow leads to the m_page->sendViewportAttributesChanged();
while other browsers not using fixed layout leads to return; 
becuase of the statement if (!m_page->useFixedLayout()) return;

That's why I made this patch, but if it is not reasonable, I will withdraw it.

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