Bug 75686 - [EFL] Fix page rendering issue on ewk_view_tiled.
Summary: [EFL] Fix page rendering issue on ewk_view_tiled.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 22:55 PST by KwangHyuk
Modified: 2012-01-11 00:19 PST (History)
4 users (show)

See Also:


Attachments
Simple test file. (58 bytes, text/html)
2012-01-05 22:55 PST, KwangHyuk
no flags Details
Propose a patch. (1.71 KB, patch)
2012-01-10 04:48 PST, KwangHyuk
no flags Details | Formatted Diff | Diff
Update ChangeLog. (1.71 KB, patch)
2012-01-10 06:25 PST, KwangHyuk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.