Bug 125145 - [CSS Grid Layout] Speed up painting of large grids
Summary: [CSS Grid Layout] Speed up painting of large grids
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on: 132332 123994
Blocks: 133304
  Show dependency treegraph
 
Reported: 2013-12-03 03:35 PST by Sergio Villar Senin
Modified: 2023-09-29 00:33 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Villar Senin 2013-12-03 03:35:52 PST
Bug 123989 tracked improvements in laying out grid items in large grids. Next step is to reduce also the painting time.

The idea is to try to use our knowledge about the grid structure in order to perform the smallest amount of paint operations as possible. This was already being done in blink, the tracking issue is this one http://code.google.com/p/chromium/issues/detail?id=248151.

My idea is to merge Blink's r155262 and r157993. Regarding the issue with overflowing grid items I proposed a better fix in blink herehttps://codereview.chromium.org/98563003/. I'd follow that approach in WebKit too.
Comment 1 Sergio Villar Senin 2013-12-03 03:37:46 PST
Setting a dependency, we need to correctly deal with spanning grid items before applying any optimization.