[Webkit-unassigned] [Bug 119061] New: Setting up OrderIterator shouldn't require an extra Vector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 24 12:47:55 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119061
Summary: Setting up OrderIterator shouldn't require an extra
Vector
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: koivisto at iki.fi, simon.fraser at apple.com,
akling at apple.com
Consider merging https://chromium.googlesource.com/chromium/blink/+/55ebfdcea9f07cba9887ffd1494c2968def48a97
or come up with a better fix.
This change reuses the OrderIterator's Vector for fun and profit.
The idea is to have an helper class OrderIteratorPopulator, used for
manipulating the Vector directly.
The helper class has the nice upside of consolidating the code into a
single implementation across flexbox and grid.
Also tweaked the Vector to have an inline capacity for a single entry
that will cover the common case.
--
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