Bug 127084

Summary: [EFL][WK2] EwkView can not be shown without re-sizing once it is hidden.
Product: WebKit Reporter: Eunmi Lee <enmi.lee>
Component: WebKit EFLAssignee: Eunmi Lee <enmi.lee>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Eunmi Lee 2014-01-16 00:10:01 PST
EwkView can be shown only if it is re-sized, so we can not show EwkView without re-sizing once it is hidden.
Comment 1 Eunmi Lee 2014-01-16 00:19:21 PST
Created attachment 221340 [details]
Patch
Comment 2 Ryuan Choi 2014-01-16 02:24:51 PST
Comment on attachment 221340 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=221340&action=review

Nice. it was one of known issues, long time.

Comment looks little bit confusing to me, but I am not good with english.

> Source/WebKit2/UIProcess/API/efl/EwkView.cpp:305
> +        setNeedsSurfaceResize();

How about m_pendingSurfaceResize = m_isAccelerated; with removing m_pendingSurfaceResize from the initializer.
Comment 3 Eunmi Lee 2014-01-16 15:55:10 PST
Comment on attachment 221340 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=221340&action=review

>> Source/WebKit2/UIProcess/API/efl/EwkView.cpp:305
>> +        setNeedsSurfaceResize();
> 
> How about m_pendingSurfaceResize = m_isAccelerated; with removing m_pendingSurfaceResize from the initializer.

Thanks, it's better. I will update patch.
Comment 4 Eunmi Lee 2014-01-16 16:03:25 PST
Created attachment 221423 [details]
Patch
Comment 5 Gyuyoung Kim 2014-01-16 16:46:17 PST
Comment on attachment 221423 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=221423&action=review

> Source/WebKit2/ChangeLog:10
> +        to true for accelerated mode to prevent to show black empty view for

It looks this description is a little ambiguous.
Comment 6 Eunmi Lee 2014-01-16 16:58:14 PST
Created attachment 221427 [details]
Patch

Update Changelog.
Comment 7 Eunmi Lee 2014-01-16 21:23:06 PST
Comment on attachment 221427 [details]
Patch

Clearing flags on attachment: 221427

Committed r162182: <http://trac.webkit.org/changeset/162182>
Comment 8 Eunmi Lee 2014-01-16 21:23:15 PST
All reviewed patches have been landed.  Closing bug.