Bug 75686

Summary: [EFL] Fix page rendering issue on ewk_view_tiled.
Product: WebKit Reporter: KwangHyuk <hyuki.kim>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Simple test file.
none
Propose a patch.
none
Update ChangeLog. none

Description KwangHyuk 2012-01-05 22:55:10 PST
Created attachment 121402 [details]
Simple test file.

For the attached simple page, ewk_view_tiled doesn't seem to present rendered content correctly.
This might be caused by the discard of backing store when page load is started.
Unfortunately, The discard of backing store doesn't contain reset of content size which backing store knew.
Comment 1 KwangHyuk 2012-01-10 04:48:59 PST
Created attachment 121827 [details]
Propose a patch.
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-01-10 05:36:01 PST
Comment on attachment 121827 [details]
Propose a patch.

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

> Source/WebKit/efl/ChangeLog:12
> +        Therefore, ewk_tiled_backing_store doesn't present the attached test page properly.

The test page is not being committed, so this part of the ChangeLog does not make much sense.
Comment 3 KwangHyuk 2012-01-10 05:39:20 PST
(In reply to comment #2)
> (From update of attachment 121827 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=121827&action=review
> 
> > Source/WebKit/efl/ChangeLog:12
> > +        Therefore, ewk_tiled_backing_store doesn't present the attached test page properly.
> 
> The test page is not being committed, so this part of the ChangeLog does not make much sense.

make sense,
I will update ChangeLog soon.
Comment 4 KwangHyuk 2012-01-10 06:25:08 PST
Created attachment 121839 [details]
Update ChangeLog.
Comment 5 Raphael Kubo da Costa (:rakuco) 2012-01-10 06:59:51 PST
Looks OK.
Comment 6 WebKit Review Bot 2012-01-11 00:19:37 PST
Comment on attachment 121839 [details]
Update ChangeLog.

Clearing flags on attachment: 121839

Committed r104677: <http://trac.webkit.org/changeset/104677>
Comment 7 WebKit Review Bot 2012-01-11 00:19:42 PST
All reviewed patches have been landed.  Closing bug.