Bug 79648

Summary: Improve the visual of the tiling
Product: WebKit Reporter: Kenneth Rohde Christiansen <kenneth>
Component: WebKit QtAssignee: Kenneth Rohde Christiansen <kenneth>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, jturcotte, noam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Kenneth Rohde Christiansen 2012-02-27 01:55:57 PST
We currently tile the area outside the visible rect, in circles (or rather stars) from the inside-out.

On pages which are blocking, this looks quite bad while scrolling, so the idea is to tile in rects instead.
Comment 1 Kenneth Rohde Christiansen 2012-02-27 01:58:37 PST
Created attachment 128987 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-02-27 04:35:20 PST
Comment on attachment 128987 [details]
Patch

Wrong patch!
Comment 3 Kenneth Rohde Christiansen 2012-02-27 04:36:39 PST
Created attachment 129014 [details]
Patch
Comment 4 Jocelyn Turcotte 2012-02-27 04:52:17 PST
Comment on attachment 129014 [details]
Patch

Makes sense if we use the trajectory vector to discard tiles outside the viewport when panning. LGTM.
Comment 5 Kenneth Rohde Christiansen 2012-02-27 05:56:26 PST
Created attachment 129022 [details]
Patch
Comment 6 WebKit Review Bot 2012-02-28 08:52:52 PST
Comment on attachment 129022 [details]
Patch

Clearing flags on attachment: 129022

Committed r109112: <http://trac.webkit.org/changeset/109112>
Comment 7 WebKit Review Bot 2012-02-28 08:52:57 PST
All reviewed patches have been landed.  Closing bug.