[Webkit-unassigned] [Bug 125145] New: [CSS Grid Layout] Speed up painting of large grids
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 3 03:37:31 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125145
Summary: [CSS Grid Layout] Speed up painting of large grids
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: svillar at igalia.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list