Bug 79648 - Improve the visual of the tiling
Summary: Improve the visual of the tiling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Rohde Christiansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 01:55 PST by Kenneth Rohde Christiansen
Modified: 2012-02-28 08:52 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2012-02-27 01:58 PST, Kenneth Rohde Christiansen
no flags Details | Formatted Diff | Diff
Patch (2.08 KB, patch)
2012-02-27 04:36 PST, Kenneth Rohde Christiansen
no flags Details | Formatted Diff | Diff
Patch (2.78 KB, patch)
2012-02-27 05:56 PST, Kenneth Rohde Christiansen
no flags Details | Formatted Diff | Diff

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