WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 125145
[CSS Grid Layout] Speed up painting of large grids
https://bugs.webkit.org/show_bug.cgi?id=125145
Summary
[CSS Grid Layout] Speed up painting of large grids
Sergio Villar Senin
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2013-12-03 03:37:46 PST
Setting a dependency, we need to correctly deal with spanning grid items before applying any optimization.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug