WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
125396
[CSS Grid Layout] Do log(n) search in the named line vectors when positioning named line spans
https://bugs.webkit.org/show_bug.cgi?id=125396
Summary
[CSS Grid Layout] Do log(n) search in the named line vectors when positioning...
Ryosuke Niwa
Reported
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.
Attachments
Patch
(4.01 KB, patch)
2013-12-10 04:28 PST
,
László Langó
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
László Langó
Comment 1
2013-12-10 04:28:01 PST
Created
attachment 218852
[details]
Patch
Andreas Kling
Comment 2
2014-01-30 23:35:48 PST
Comment on
attachment 218852
[details]
Patch OK
WebKit Commit Bot
Comment 3
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
>
WebKit Commit Bot
Comment 4
2014-01-31 00:05:34 PST
All reviewed patches have been landed. Closing bug.
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