Bug 125396

Summary: [CSS Grid Layout] Do log(n) search in the named line vectors when positioning named line spans
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, dino, esprehn+autocc, glenn, hyatt, kling, kondapallykalyan, llango.u-szeged, rego, rniwa, simon.fraser, xan.lopez
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 133304    
Attachments:
Description Flags
Patch none

Description Ryosuke Niwa 2013-12-07 13:14:44 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/9fc477af0be708c490a6b90e65e412b0c22b161f

Implement the suggested FIXMEs and do a log search in the named line
vectors. This maintains the previous (somewhat tricky) behavior by
using std::lower_bound and std::upper_bound. No difference in existing
performance tests, but should scale much better for big grids.
Comment 1 László Langó 2013-12-10 04:28:01 PST
Created attachment 218852 [details]
Patch
Comment 2 Andreas Kling 2014-01-30 23:35:48 PST
Comment on attachment 218852 [details]
Patch

OK
Comment 3 WebKit Commit Bot 2014-01-31 00:05:30 PST
Comment on attachment 218852 [details]
Patch

Clearing flags on attachment: 218852

Committed r163166: <http://trac.webkit.org/changeset/163166>
Comment 4 WebKit Commit Bot 2014-01-31 00:05:34 PST
All reviewed patches have been landed.  Closing bug.