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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 21 04:56:55 PST 2014


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





--- Comment #1 from Joonghun Park <jh718.park at samsung.com>  2014-02-21 04:54:05 PST ---
Reproduce paths are as below:

common precondition: 
In Tools/MiniBrowser/efl/main.c, comment out a statement below.
    //ewk_settings_prefferred_minimum_contents_width_set(settings, 0);

1. execute EFL MiniBrowser with options like below for using fixed layout
    ./MiniBrowser -s 720x1280 -r 1.0 -T 1 -L 1 http://www.youtube.com

2. In WebChromeClient::dispatchViewportPropertiesDidChange(),
    revise if(m_page->useFixedLayout()) - > if(m_page->useFixedLayout()) for the test 
    is the equivalence because the revision makes it as if it uses fixed layout and it    leads to the same code flow as 1.

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